BackupPC - are full backups really full when using rsync?
Posted
by
mhost
on Server Fault
See other posts from Server Fault
or by mhost
Published on 2011-02-20T23:16:42Z
Indexed on
2011/02/20
23:26 UTC
Read the original article
Hit count: 214
Hi,
When you run a full backup in backuppc and you use rsync as the transfer method, does it actually transfer the full backup source? Or does it only transfer the changes? The docs seem to imply that it would transfer the full thing and only an incremental would transfer the changes.
If this is the case, could I simply use incrementals only, and never do a full backup? The way the backups are stored (using hard links to make each incremental appear full), I would think that this would be the best method. Incrementals will only transfer the changes, yet each backup will appear full.
Thanks.
© Server Fault or respective owner