SSH - tar problem
I've been using the same shell command for a long time, and today it doesn't work anymore
This is the command, for tar-ing files:
tar -cpz --same-owner -f domain.tar.gz
And now I get this error:
bash-2.05a$ tar -cpz --same-owner -f domain.tar.gz
tar: Cowardly refusing to create an empty archive
Try `tar --help' for more information.
Directory is not empty, I don't undrestand why I can't create archive.
Please help.
Thank you in advance.