How to tar gzip a folder
By Jamsi • Aug 31st, 2008 • Category: LinuxNeed to quickly tar and gzip an entire folder? Try the command below!
tar -cvzpf filename.tar.gz /path/to/folder
|
Need to quickly tar and gzip an entire folder? Try the command below!
tar -cvzpf filename.tar.gz /path/to/folder