BackupPC-users

Re: [BackupPC-users] Transferring backups to another backuppc installation

2009-11-16 22:43:40
Subject: Re: [BackupPC-users] Transferring backups to another backuppc installation
From: "Jeffrey J. Kosowsky" <backuppc AT kosowsky DOT org>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Mon, 16 Nov 2009 22:39:57 -0500
Les Mikesell wrote at about 08:41:24 -0600 on Friday, November 13, 2009:
 > Peter Peltonen wrote:
 > > 
 > >> Note that copying a whole pool (while preserving hardlinks) is still
 > >> tough and will only work up to a certain pool size/file count (apart
 > >> from copying a whole file system image).
 > > 
 > > Do you have any more info on this (about the limits)?
 > > 
 > > Why is it so, can't rsync handle big amounts of data including hardlinks?
 > > 
 > 
 > It is not just rsync - any file oriented technique will have the same 
 > problem. 
 > The only way to match up the linked files is to build a table of filenames 
 > and 
 > inode numbers as they are copied and look up the matching inode to find the 
 > right name for the link.  The process doesn't scale well.

It may not be pretty because we don't have good tools for that
process. But it scales as n log n which is not too bad (where n log n
is the cost of sorting the table).

And if my suggestion were followed of (optionally) appending the pool
filename to the tail of each pool file then it would be O(n) and would
be faster than even rsync without hard links.

------------------------------------------------------------------------------
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 AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

<Prev in Thread] Current Thread [Next in Thread>