Evren Yurtesen wrote:
> I am using backuppc but it is extremely slow. I narrowed it down to disk
> bottleneck. (ad2 being the backup disk). Also checked the archives of
> the mailing list and it is mentioned that this is happening because of
> too many hard links.
>
>   
[snip]

The basic problem is backuppc is using the file system as a database - 
specifically using the hard link capability to store multiple references 
to an object and the link count to manage garbage collection.   Many 
(all?) filesystems seem to get slow when you get into the millios of 
files with thousands of links range.   Changing the way is works (say to 
use a real database) looks like a very non trivial task.   Adding disk 
spindles will help (particularly if you have multiple backups going at 
once) but in the end it's still not going to be blazingly fast.

John





-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to