Displaying 1 result from an estimated 1 matches for "nonexistent_dir".
2013 Nov 21
0
--remove-source-files problem when used with --write-batch
I used this rsync command:
rsync -az --only-write-batch=tmp.rsync --inplace --remove-source-files --include='*' --include='*/' tmp/ nonexistent_dir
which created file tmp.rsync.sh containing this rsync command:
rsync --filter=._- -az --read-batch=tmp.rsync --inplace --remove-source-files ${1:-nonexistent_dir} <<'#E#
which when executed gives the error:
--read-batch cannot be used with --remove-source-files
and furthermore, the...