Paul writes:

> I'm doing my backup using the rsyncd service on the PC's.
> I'm also quite new to backuppc.
> 
> I was wandering why the rsyncd method uses as base the last full,
> and is not taking into account the last incremental.
> My experience with rsync is mostly Unix, and there I can mirror
> a tree using only minimal network traffic and CPU-usage.
> But of course, the resulting tree is not linked into some pool.
> 
> Is it just implementation issues, easier to base on a full, much more
> difficult to use the combination of full + incrementals?
> Would it be easier when I "fill in" the incrementals?
> Or or there more fundamental reasons?

It's just something that isn't fully implemented yet.
Most of the pieces are in place.

However, it will take more work to support only incrementals
since that would require the original full and all incrementals
to be kept forever, and an increasing number of incrementals
would have to be merged together.  That's why doing a periodic
full is necessary.  The solution would be to fill in each
incremental as the oldest backup is removed.  That said, doing
periodic fulls is good practice since that's the only time
the file contents are really checked.

> Also, there is no '--delete' option used: an incremental is
> now unaware of deleted files.  Is that because File::RsyncP has
> no provision for that?

The delete operation is not really meaningful since BackupPC
is creating a new directory tree for each backup.  With rsync
it does keep track of deleted files in incrementals.

> Les M. also mentioned that each backup method has some quirks that
> are only resolved when doing a full.
> Are there any issues that rsyncd runs into when doing only
> incrementals? (besides the notion of removed files)

The quirks are for tar and smb, not rsync.  Removed and renamed
files work with rsync incrementals.  The significant missing pieces
with rsync are hardlinks and ACLs.  Hardlinks will be supported in
the next release.  ACLs will be supported with BackupPCd.

Craig


_______________________________________________
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