p7zip is a quick port of 7z.exe and 7za.exe (command line version of 7zip, see www.7-zip.org) for Unix. 7-Zip is a file archiver with highest compression ratio.
[download]
Download source code mới nhất từ sourceforge
[install]
[backup]
[restore]
[download]
Download source code mới nhất từ sourceforge
[install]
$ tar xjf p7zip_X.YZ_src_all.tar.bz2
$ make
$ su
# make install[backup]
$ tar cf - directories | 7za a -si -mhe=on -pMY_PASS -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on archive.tar.7z[restore]
$ 7za x -pMY_PASS -so archive.tar.7z | tar xf -
Votes:1
Average:10.00
|
Cách sử dụng rsync |
Unix/Linux/Cygwin |
Tự động thêm nội dung 1 file vào hàng loạt các file khác |


