Op ma, 10-04-2006 te 22:54 +0200, schreef houghi:
> > > or does it do recursive backups as well?
> > 
> > If that means copying directories + subdirectories, then yes.
> 
> Sorry, brainfart on my side. I ment to say `incremential backups`
> http://en.wikipedia.org/wiki/Incremental_backup
> 
> What it does basicaly is first it makes a complete backup. The next
> backup
> is only the differences since the last time.

Ah i understand.
This what "rsync -avptgoHq  --delete-excluded" does.
It only transfers files that are changed or added since the last backup,
the "--delete-excluded" option deletes files that are deleted since the
last backup.

Chris Maaskant.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to