Next | Prev | Up | Top | Contents | Index

Backing Up Files Across a Network

If you are managing a site with many networked workstations, you may wish to save backups on a device located on a central workstation.

To back up across a network, use the same basic backup commands, but with a slight change. Enter:

system_name:/dev/tape

If required, specify an account on the remote device:

user@system_name:/dev/tape

Users can use a central tape drive from their workstations with this method. Note that if you are backing up to a remote tape drive on a workstation that is not made by Silicon Graphics, the device name /dev/tape may not be the correct name for the tape drive. Always learn the pathname of the tape device before executing the backup commands.

For example:

tar cvf guest@alice:/dev/tape ./bus.schedule

or

echo "./bus.schedule" | cpio -ovcO guest@alice:/dev/tape


Next | Prev | Up | Top | Contents | Index