The tar archive format and/or the command-line utility for working with tar files.

learn more… | top users | synonyms

1
vote
0answers
82 views

How to fix the corruption of the tar balls?

I was making a complete server backup and tried making the tar balls of each directory structure by using the following commands: nohup tar -cvf - /etc | gzip -9 -c > /opt/Backup_4_Jan/etc.tgz ...