On Sun, 2006-01-01 at 12:18, Paul Fox wrote:
>  > 
>  > With transports other than rsync, that is necessary to be sure
>  > you have a full copy of the all files.  For example, none of the
>  > others will pick up old files in their new positions under
>  > a renamed directory using their incremental modes.
> 
> what about deleted files?  with the tar method, deleted files will 
> continue appearing in a "filled" view of an an incremental backup.  doing
> periodic full backups is necessary to get a completely consistent view.
> is this not also true of rsync?

I think rsync notes the deleted files even in an incremental but
it bases the incremental on the last previous full, so subsequent
incrementals transfer the same new files each time until you do
another full.  Rsync 'fulls' don't actually transfer the existing
files again but the options passed in the command specify that the
full runs ignore the timestamps and do checksum comparisons
over all the files.  If you trust the timestamp/size comparison
on existing files you could probably speed the system up
considerably by changing the options in the rsync full
command and running fulls every time.

-- 
  Les Mikesell
    [EMAIL PROTECTED]




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to