On Thu, 2005-10-13 at 05:57, Khaled wrote:
> I need guidance on how to configure backuppc to backup an rsyncd client
> fully once (this has already been done) but never again to backup in full
> for that client again; rather, do incrementals on a daily basis forever.
Be sure you understand how rsync incrementals actually work before you
do that. The comparison is always done against the most recent full
backup, so as that copy ages you will repeated pull a growing set of
all files that have changed since then for every incremental run.
An rsync full backup, on the other hand, takes more real and CPU time
at each end because it compares all files regardless of the timestamps,
but it takes very little more bandwidth - and will likely result in
less bandwidth being used for the next run.
--
Les Mikesell
[EMAIL PROTECTED]
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/