dan wrote: > I was just thinking about syncing servers. What if we just made an > effort to sync the pool/cpool directory and the config files and then > for the rest of the files in the pc/ directory run a script on the > backuppc side to discover all the hard links. They push that list to > the copy and have the copy recreate the directories and hardlinks. > Rsync's problem is the filecount. You can reduce this by an order of > magnitude by skipping the pc directories. > > Any thoughts?
Yes, a program dedicated to backuppc syncing could cheat by knowing that all files have a link in pool/cpool. You still have to make a table of those, mapping the names to inode numbers, but then you could traverse the pc directories separately, perhaps just sending the relative filename and an index into the table so the other end could find the pool name. -- Les Mikesell lesmikes...@gmail.com ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ 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/