Centos – Tar directory gives me error, won’t let me tar!

centostar

[root@centosvm01 /]# tar –create –exclude="storage/thumbs/" –file="storagebackup.tar" storage/
tar: storagebackup.tar: Wrote only 8192 of 10240 bytes
tar: Error is not recoverable: exiting now

I am trying to backup the entire /storage directory but exclude /storage/thumbs/

Best Answer

Just a guess: is your disk full?

Related Topic