On Thu, May 15, 2014 at 10:20 AM, Timothy J Massey <tmas...@obscorp.com> wrote: > > That could be related to the number of files: that's an area where rsync can > get tripped up. As you can see, I've got >1 million files, so the definition > of "too many" is pretty big. But if you had, say, 10M files, maybe that's an > issue to consider.
In addition to very large numbers of small files having some overhead (rsync will load the whole directory tree at both ends before starting to walk for the comparison), there is also a considerable amount of server-side work in the case of large files with changes. The server has to uncompress the previous version to copy it while merging in the new changes. Also note that if you use the checksum-seed option, the 3rd full backup will be faster than the 2nd since the server won't have to uncompress the matching unchanged files for comparison. -- Les Mikesell lesmikes...@gmail.com ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/