the basics for using tar are provided here:
http://www.shell-fu.org/lister.php?tag=tar
knowing these basics one can combine p7zip and tar to following command:
Code: Select all
time (nice -20 tar -cp / -X /root/stage4.excl | 7z a -si -tbzip2 /bak/system/stage4-amd64_Final-11-030808.tbz2)the command for extraction would be:
Code: Select all
7z e -so -tbzip2 /bak/system/stage4-amd64_Final-11-030808.tbz2 | tar -xp -C /test/I'm currently testing those commands & update this thread accordingly what I experience
update1:
now the sample commands' syntax should be correct




