Re: --relative clobbers --delete

2011-08-02 Thread Chuck Wolber
On Tue, 2 Aug 2011, Kevin Korb wrote: > 1. Update rsync. You are MANY years out of date. Updating rsync is not > going to break whatever obsolete other stuff you are running. Not an option in this case, but thank you for the suggestion anyway :) > 2. If you are rsyncing from / --relative doe

Re: --relative clobbers --delete

2011-08-02 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 3 things... 1. Update rsync. You are MANY years out of date. Updating rsync is not going to break whatever obsolete other stuff you are running. 2. If you are rsyncing from / --relative doesn't do anything. 3. --delete is aborted if almost any err

--relative clobbers --delete

2011-08-02 Thread Chuck Wolber
Hi, We back up a lot of machines with varying version of rsync installed on them. The oldest machine (hopefully soon to be retired) is running rsync version 2.5.7 (protocol version 26). We back this machine up from "/" onwards with a few excludes in there. I noticed today that whenever we use

[Bug 8342] rsync can't handle populate dirs without u+rx permissions

2011-08-02 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8342 --- Comment #1 from Christopher Key 2011-08-02 19:02:32 UTC --- Created attachment 6748 --> https://bugzilla.samba.org/attachment.cgi?id=6748 patch described in bug 8342 -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email -

[Bug 8342] New: rsync can't handle populate dirs without u+rx permissions

2011-08-02 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8342 Summary: rsync can't handle populate dirs without u+rx permissions Product: rsync Version: 3.0.9 Platform: All OS/Version: All Status: NEW Severity: normal

Can't script failure for missing --password-file

2011-08-02 Thread Philip Rowlands
I've a script which calls: rsync --password-file=password.txt rsync://server/files /files However, due to an unrelated error password.txt was missing. In authenticate.c:auth_client, the code tries to read from the password file, then tries the RSYNC_PASSWORD env var, then calls getpass(3). This