Re: --delete not working - due to 200+G of files?

2007-12-04 Thread Fabian Cenedese
At 12:54 04.12.2007 -0800, Wayne Davison wrote: >On Thu, Nov 22, 2007 at 04:01:29PM -0500, Eric Praetzel wrote: >> ssh Solaris_box "cd /home;rsync -az --force --delete * >> Centos_Box::remote_mach" >> ssh Solaris_box "rsync -az --force --delete /home Centos_Box::remote_mach" > >Those are two very

Re: error in rsync protocol data stream

2007-12-04 Thread Richard Jones
Richard Jones wrote: Help. This one's defeated me so far. I'm tring to push files from from a local Ubuntu 6.06 server to a remote Ubuntu 6.06 server using rsync (v 2.6.6 installed on both via apt-get). Every time I get the same eg: Not much help so far :-( I've managed to isolate the problem

remote logging non-daemon mode

2007-12-04 Thread Doug Lochart
Greetings all. Due to security concerns we are switching our backup processes from "SSH tunnel to rsync daemon" to "Running rsync over ssh in --server mode". In daemon mode we had a nice conglomerate log file of all of the backups that ran. Now that I am tweaking the scripts to run over --server

Re: --delete not working - due to 200+G of files?

2007-12-04 Thread Wayne Davison
On Thu, Nov 22, 2007 at 04:01:29PM -0500, Eric Praetzel wrote: > ssh Solaris_box "cd /home;rsync -az --force --delete * > Centos_Box::remote_mach" > ssh Solaris_box "rsync -az --force --delete /home Centos_Box::remote_mach" Those are two very different things -- the first copies items from inside

RSync and large amounts of data

2007-12-04 Thread Matt McCutchen
Forwarded Message From: Eric Praetzel <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: RSync and large amounts of data Date: Tue, 4 Dec 2007 09:00:39 -0500 (EST) Good day Mr McCutchen, I've posted to the rsync list but nobody replied and you seem knowledgeable. Can you think

Re: xattrs: Permission denied?

2007-12-04 Thread Wesley W. Terpstra
This bug persists in pre6. On Nov 11, 2007, at 3:09 PM, Wesley W. Terpstra wrote: mkdir y cd y touch file1 mkdir no-xattr mkdir no-xattr-stuff mkdir xattr mkdir xattr-stuff touch no-xattr-stuff/file2 touch xattr-stuff/file3 setfattr -n user.test1 -v foo . setfattr -n user.test2 -v bar xattr setf