Hi, On Sat, 23 Feb 2013 07:52:58 -0800 zdravko <[email protected]> wrote: > I'm still checking things with BackupPC. Yesterday I switched to tar > instead of rsync and the result was awesome: 9min for incr. backup.
9min compared to what? Some of my incrementals with rsync only take 0.5 minutes. > Let's see what will next few days bring. Before you get your hopes to high: there is a difference in how rsync and tar work. - rsync checks the whole file-tree and only transfers files that have changed in attributes and (on incremental) content. So it puts a bit more strain on server and client but transfers less files. - tar transfers everything where the attributes have changed, regardless whether the contents have changed or not. Less load on server and client but more data to transfer. The transfer-rate shown in backuppc tells you how many data was transfered in the backup-time. So the higher value for tar doesn't necessarily mean that your backup transfered faster. It means your new method of choice had more data to transfer and did so in the same amount of time. Have fun, Arnold
signature.asc
Description: PGP signature
------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________ 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/
