df -h : hdd durum bilgisi
Creating a Tar GZip Archive Bundle
tar -cvzf backup.tar.gz itemtocompress
For example, to compress a directories jpg files only, you’d type:
tar -cvzf jpegarchive.tar.gz /path/to/images/*.jpg
Opening .tar.gz Archives
gunzip filename.tar.gz
tar -xvf filename.tar