Wednesday, 5 December 2012

How to use TAR

- when creating a directory or file in TAR format

tar -cvf database.tar ./database


- how to untar the file (Note: there no such command called untar)

tar xvf database.tar .

No comments:

Post a Comment