Archive for the Ubuntu Category

Linux Archiving (tar.gz)

Posted in Linux, Ubuntu | Comments Off

Archiving

tar -czvf destination.tar.gz source_folder

Decompress

tar -xzvf source_archive.tar.gz