search for: dpartialmirror

Displaying 2 results from an estimated 2 matches for "dpartialmirror".

2002 Apr 09
0
Checking of the existence of a remote file
...first (quiet) and then download it (verbose). Is it possible to check with the following command: system ("rsync -nq $file"); if (($? >> 8) == 0) {system ("rsync -aPv $file ...")}; O. Wyss -- Author of "Debian partial mirror synch script" ("http://dpartialmirror.sourceforge.net/")
2002 Apr 18
1
Error handling with rsync
...return error codes? Is this possible or do I ask something ridiculous? How is the error handling done when rsync can't download a file? Should I better switch to the rsync library, is there a perl interface? O. Wyss -- Author of "Debian partial mirror synch script" ("http://dpartialmirror.sourceforge.net/")