Linux lovers
This Blog dedicated to from RedHat Linux to Ubuntu
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
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment