I've got an archive created using 2.1.0beta0 archive settings to bzip2
compression and to 650 Mb volumes and I need to extract files from the
series, but I've had problems figuring out what I need to do to the file
now.
Tar with multi-volume setting won't read the file because it is
compressed, but trying to unzip the beginning file using bunzip2
file_name just complains that the compressed file ends unexpectedly.
This should work:
1) Copy all the files into a single directory.
2) Cat them together (undo the split)
3) bunzip2 the file (undo the bzip2)
4) tar xvf the uncompressed file.
if that should work, then so should this:
cat file1 file2 ... | bunzip2 | tar xvf -
(and given the probably size of a bzipped tar that needed to be
split, i'd guess it would be preferable)
paul
=---------------------
paul fox, pgf < at > foxharp.boston.ma.us (arlington, ma, where it's 76.3 degrees)
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit
www.blackhat.com
_______________________________________________
BackupPC-users mailing list
BackupPC-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/