> On Sat, Dec 17, 2005 at 03:55:27PM -0600, scott wrote:
> > rsync --archive -e '/usr/bin/ssh -p 22' --verbose
> > \ --include-from=/root/my-backupfilter --recursive
> > \ --delete --existing / [EMAIL PROTECTED]:/home/backupdir
> >
> > which is close, but still updates files
>
> You need to also ad
On Sat, Dec 17, 2005 at 03:55:27PM -0600, scott wrote:
> rsync --archive -e '/usr/bin/ssh -p 22' --verbose
> \ --include-from=/root/my-backupfilter --recursive
> \ --delete --existing / [EMAIL PROTECTED]:/home/backupdir
>
> which is close, but still updates files
You need to also add --ignore-exi
I use files-from and want to have rsync connect to my backup server and ONLY
delete the files that are no longer on the source server. If the file which
is in my files-from filter list has changed, i do not wan tit updated. Bu
if the file on the source server has been deleted, I want rsync to (on