Re: Rsync options

2006-01-04 Thread Clive Menzies
On (04/01/06 08:55), Ed Curtis wrote: > I'm rsyncing some directories to an offsite machine for backup purposes > and am running into some problems with permissions. I'd like to keep the > same owner,group and permissions on each file rsync'd. I've tried > > rsync -a {src} [EMAIL PROTECTED]:/{des

Re: Rsync options

2006-01-04 Thread Gregory Seidman
On Wed, Jan 04, 2006 at 08:55:30AM -0500, Ed Curtis wrote: } } I'm rsyncing some directories to an offsite machine for backup purposes } and am running into some problems with permissions. I'd like to keep the } same owner,group and permissions on each file rsync'd. I've tried } } rsync -a {src}

Re: rsync options

2002-09-11 Thread Marcelo Chiapparini
Thank you, Jeff!! On 11.09.2002 11:39 Jeff wrote: > Marcelo Chiapparini, 2002-Sep-11 09:43 -0300: > > Hello, > > > > what is the difference between the options --delete and > > --delete-exclude in rsync? The information in the man pages is not > > completely clear to me. > > The --delete option

Re: rsync options

2002-09-11 Thread Jeff
Marcelo Chiapparini, 2002-Sep-11 09:43 -0300: > Hello, > > what is the difference between the options --delete and > --delete-exclude in rsync? The information in the man pages is not > completely clear to me. The --delete option deletes files that don't exist on the sending side. The --delet