We needed to set up a backup using tar on a unix BSD system. Here is how we did it:
Examples:
Backing up the current directory to Tape:
$ tar cv . <- default tape drive (rsa0)
$ tar cvf /dev/rsa1 . <- second tape drive (rsa1)
Restore files from Tape:
$ tar xv .
$ tar xvf /dev/rsa1
Extracted from information here: http://www.sudaneseonline.com/cgi-bin/boards/sudanhosting/2bb.cgi?seq=msg&board=3&msg=1175665234
No comments:
Post a Comment