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
This Blog dedicated to from RedHat Linux to Ubuntu
0 comments
Post a Comment