search for: wendin

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

Did you mean: wending
2008 Dec 22
2
batch mode hangs if dest is uptodate
I have been using batch mode successfully. I try this using cygwin on a PC with 3.0.4 version of rsync. The two PackageOlder dirs are identical cygwin> diff -r /home/bill/tmp/PackageB /home/bill/PackageB cygwin> rsync -vv --only-write-batch=/Temp/changeAtoB.rsync -rptO -L --delete-delay devserver::RT/PackageB/ /home/bill/tmp/PackageA opening tcp connection to devserver port 873 sending
2008 Dec 23
0
--partial-dir silently fails
If the --partial-dir is specified and cannot be created, the handle_partial_dir() function silently fails. Because we depend on this feature in our platform, it would be nice to get a warning.