Hereward Cooper wrote:
> I'm new to Backuppc, having just came across it via
> debian-administration.org last week.
> 
> I have one query about my newly setup system:
> 
> I presumed that an incremental backup (via rsync) would only copy over
> the changed files. However it seems to copy over all files, then only
> store the changed ones. 

The other xfer methods transfer everything, but rsync should only 
transfer changes from your last full run.

> There is one machine we want to backup which has to be done via the net,
> so copying all files nightly takes a large chunk of our bandwidth. 

Full rsync runs should do block-checksum compares of all files which may 
take a long time but should not take a lot of bandwidth. Incremental 
runs will be faster because they only transfer the differences in files 
where the timestamp or lengths have changed.

> Is there a solution to this, as I'd love to keep using this program
> rather than going back to my custom rsync script. 

It should be doing what you want now.  You just need to balance the full 
vs. incremental runs for the tradeoff you want in runtime vs. rebuilding 
the tree for the next comparison.

-- 
   Les Mikesell
    [EMAIL PROTECTED]


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
BackupPC-users mailing list
[email protected]
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to