https://bugzilla.samba.org/show_bug.cgi?id=6307
Summary: --remove-source-files removes files if source and
destination are the same
Product: rsync
Version: 3.0.5
Platform: x86
OS/Version: Linux
Status: NEW
OK, error (95) seems to be solved by enabling ACLs on target drive -
which don't seem to be enabled by default on user created ext3 volumes
(cf root volume, which does have ACLs on by default)...
Also, enable user extended attributes just in case. So, the mount
options for the target volume are n
I am missing a option for --backup
By default --backup copies deleted and changed files. With patching
rsync I can specify a dir for the deleted files and a dir for the
changed files.
My problem is that I don't care abotu changed files/dirs. Only deleted
files/dirs are interesting.
Is there any wor
I'd like to use the --files-from option with a pipe - either a named
pipe or in a pipeline where rsync reads from stdin.
The problem is that --files-from seems to tell rsync to read until
EOF, construct the file list, transfer files and then terminate. The
fact that there's only 1 rsync process o