DO NOT REPLY [Bug 6307] New: --remove-source-files removes files if source and destination are the same

2009-04-30 Thread samba-bugs
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

Re: "Invalid argument (22)" & "Operation not supported (95)" ???

2009-04-30 Thread Morgan Read
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

Only backup deleted files/dirs

2009-04-30 Thread Grieger, Jens
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

Using --files-from with a pipe

2009-04-30 Thread Martin Schwenke
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