Running a backup in Linux
To execute a simple backup using TAR in Linux, enter the following command at the prompt:
tar -cvf /dev/st0 /home<enter>
(home is used as an example of a directory.)
For more information on the different switches for TAR, enter the following command at the prompt:
man tar<enter>
Other useful tape related commands in Linux:
Subscribe to
Comments [Atom]
Post a Comment