Backup


tar
Syntax for tar file creation is:

tar -cvvf myNewFile.tar myDirectory/

Syntax for tar file extraction in the current directory is:

tar -xvvf myNewFile.tar

You must be logged in to post a comment.