search for: aruv

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

Did you mean: argv
2005 Oct 26
0
[Bug 3214] New: --ignore-errors only ignores but does not delete
...91): about to call exit(23) } where .rsync contains all of the files (but not the directories) last copied. I do now want to include directories in the .rsync file fil3.txt is not deleted from the 192.168.10.190 The total batch file is #!/bin/bash SERVER=192.168.10.190 rsync --files-from=.rsync -aruv --delete --ignore-errors --existing ~/transfer/ $SERVER::transfer/ rsync -LrPvz --delete $SERVER::transfer/ ~/transfer/ rsync -r --list-only --log-format=%L ~/transfer/ ~/transfer/ | grep -- regexp='^-' | cut -c 44- > .rsync Unless I am missing something the batch file should allow fil...
2005 Oct 26
0
[Bug 3215] New: --ignore-errors only ignores but does not delete
...91): about to call exit(23) } where .rsync contains all of the files (but not the directories) last copied. I do now want to include directories in the .rsync file fil3.txt is not deleted from the 192.168.10.190 The total batch file is #!/bin/bash SERVER=192.168.10.190 rsync --files-from=.rsync -aruv --delete --ignore-errors --existing ~/transfer/ $SERVER::transfer/ rsync -LrPvz --delete $SERVER::transfer/ ~/transfer/ rsync -r --list-only --log-format=%L ~/transfer/ ~/transfer/ | grep -- regexp='^-' | cut -c 44- > .rsync Unless I am missing something the batch file should allow fil...