Powered by Blogger.

Friday, January 29, 2010

MAKING BACKUPS

BACKUPS

Firstly make a directory by using following command
mkdir abc

now to make backup, type following command
tartar -cvf xyz.tar abc

here xyz is another file where backup is taken.
Now to recover data type following command.

-xvf xyz.tar

0 comments

Post a Comment