-
Recent Posts
Recent Comments
Archives
Categories
Meta
Tag Archives: compress
Compress/Uncompress a Linux Directory
I’m so tired of googling this. The reason I have to look it up every-damn-time is because I can never remember exactly what the switches are for compressing/uncompressing.
The following was taken from here.
Create Archive:
[note color=”#DDD”]tar -zcvf example.tar.gz /home/example[/note]Where:
- -z: Compress archive using gzip program
- -c: