PWP wiki processor

VxaTapeDrive

| StartPage | WikiPages | AdditionalFiles |

Backups
 -Linux Backups
 -Windows Backups
Restoring
 -Linux
 -Windows

Example of using the VXA drive on Fox to backup all local Linux files

Fox is backed up with VXA tapes, using two tapes per operating system (2 for Linux, 2 for Windows). This is done typically on a monthly basis, rotating the tapes so there is always a 2 month backup in existence. It is a good idea to keep the backup in a different spot than the computer, in case of fire / water damage. Perhaps in the future, an automated network backup scheme would be a good plan.

If the VXA drive isn't on, turn off the computer, and start it with the VXA drive turned on (scsi detection is performed at startup).

Backups

Linux Backups

mt -f /dev/st0 setblk 0

mt -f /dev/st0 rewind

tar -lcvf /dev/st0 /

 mt -f /dev/st0 eject

mt -f /dev/st0 setblk 0
tar -X /backup/exclude_list.txt -lzcvf /dev/st0 /

backup
dev
.dev
proc
sys
tmp

Windows Backups

Restoring

Linux

tar -tvf /dev/st0

tar -xvf /dev/st0

tar -xvf /dev/st0 fileOnTape.txt

Windows

   (Powered by PWP Version 1-4-3 )