Displaying 1 result from an estimated 1 matches for "job44".
2012 Aug 18
1
How to remove files at source present on destination without transferring them
...remove-source-files sender removes synchronized files (non-dir)
--ignore-existing skip updating files that exist on receiver
but in my tests, this only removes files after they have been
synchronized from that machine.
In other words, in the scenario above when B issues
rsync ~/job44 C:~/jobs/ -av --remove-source-files --ignore-existing
and all the job44 files are already present, these files (not the
directory) should be removed on the source, but they are not.
From the man page, it sounds like rsync has this functionality, but in
practice it appears not to have it. Am I...