On 04/09 05:59 , Michael Huntley wrote: > Here are the files I got with a message "it's our backup": > > config > cpool > lock.roster > lost+found > > What is the easiest way (if any :-) to extract browsable filestructure > out of this?
So there's no 'pc' directory with trees of directories, one for each machine which has been backed up? The pc/ directory tree stores the mappings of what file goes to where on what machine. The cpool/ directory tree stores the data according to hashed names which are used for deduplication, and while files are symlinked from one to the other, you need both in order to figure out what goes where. (There may be a pool/ directory as well, which stores the data in the same way as cpool/, but in uncompressed format). Without the pc/ directory you're in trouble. -- Carl Soderstrom Systems Administrator Real-Time Enterprises www.real-time.com ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ 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/
