- Knowledge Base
- Backend Operations
-
Zmanda Enterprise
-
Zmanda Recovery Manager (ZRM)
-
Backend Operations
-
Backup
-
Server Installation
-
Client Configuration
-
Account and Licenses
-
Sources
-
Storage
-
Schedules
-
Backup Sets
-
Backup Operations
-
Restore Operations
-
Monitoring and Reporting
-
Configurations
-
ZMC/UI
-
Whitepaper
-
Zmanda Cloud Storage
-
VMWare
-
Key Vault
-
Disaster Recovery
-
Zmanda Support
-
Product lifecycle
-
Zmanda Pro
How to restore from tape using standard unix utilities
This article is for Amanda Enterprise (AE)
Info Description:Please follow the steps below to restore from tape.
- Insert the tape from which you need to restore in the drive.
- Create a directory where you need to restore.
mkdir /restore
cd /restore
- Extract files using the following commands mt -f /dev/nst0 rewind mt -f /dev/nst0 fsf 1 dd if=/dev/nst0 bs=32k skip=1 > restore tar xvf restore