Re: --delete option

2011-08-24 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - --update skips files that are newer on the target than the source. If the file does not exist on the source then there is no concept of "newer". - --delete deletes things that are on the target but not the source (and not excluded). It can't be as

Re: --delete option

2011-08-24 Thread Eberhard Moenkeberg
Hi, On Wed, 24 Aug 2011, Kevin Korb wrote: Unfortunately rsync has no concept of "newly created". --updateskip files that are newer on the receiver doesn't prevent deleting for files not existing on source side? On 08/24/11 15:38, Saman Ghannadzadeh wrote: Hi all, I was

Re: --delete option

2011-08-24 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Unfortunately rsync has no concept of "newly created". On 08/24/11 15:38, Saman Ghannadzadeh wrote: > Hi all, > > I was wondering if it's possible to make the --delete option to not > delete files that have been newly created on the destination site

--delete option

2011-08-24 Thread Saman Ghannadzadeh
Hi all, I was wondering if it's possible to make the --delete option to not delete files that have been newly created on the destination site but which do not yet exist on the source side. However it should still delete files that did exist on the source side but were subsequently deleted. Many