Re: Getting EEXIST out of make_bak_dir()

2010-04-18 Thread Jordan Russell
from deleting a file while the receiver is updating a file. Both of those operations, of course, involve moving files into the backup directory. -- Jordan Russell -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https

Invalid argument error when moving sockets to backup dir

2008-05-22 Thread Jordan Russell
argument (22) while 2.6.9 shows: mknod pathname=../machine-before-4/var/run/audit_events, mode=49645, dev=0 mknod result: -1, errno=2 mknod pathname=../machine-before-4/var/run/audit_events, mode=49645, dev=0 mknod result: 0, errno=2 and no error messages. -- Jordan Russell -- Please use reply

Re: Invalid argument error when moving sockets to backup dir

2008-05-22 Thread Jordan Russell
Jordan Russell wrote: Under 3.0.x, rsync sometimes prints an Invalid argument error when moving sockets to the backup directory (--backup-dir): Steps to reproduce (on Fedora 9, with rsync 3.0.2 or 3.0.3pre2): 1. Create a subdirectory named src with 13 zero-byte files and a socket: total 8

Re: 3.0.2: make_bak_dir mkdir ...: File exists (17)

2008-05-19 Thread Jordan Russell
Wayne Davison wrote: On Fri, May 16, 2008 at 12:07:47PM -0500, Jordan Russell wrote: rsync: make_bak_dir mkdir /backup/server/../server-before-5/var failed: File exists (17) rsync: keep_backup failed: /backup/server/var/lib/rpcbind/rpcbind.file - ../server-before-5/var/lib/rpcbind

3.0.2: make_bak_dir mkdir ...: File exists (17)

2008-05-16 Thread Jordan Russell
one of the deleted files was moved to the backup directory. Any ideas? -- Jordan Russell -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs

Suggested fix for --backup not logging 'deleted' files

2002-05-29 Thread Jordan Russell
is backed up - The message is only printed if the backup was successful Could this be included in the next version? Thanks, Jordan Russell backup-delete-verbose.patch Description: Binary data

Patch: Accept CR/LF line breaks in exclude files

2002-02-19 Thread Jordan Russell
the contents of a Samba share that includes .cvsignore files). Attached is a simple 1-line patch (for 2.5.2) which fixes this; it strips off any CR character at the end of the line. Could it be committed? Jordan Russell exclude-from.patch Description: Binary data