nerdexam
Red_Hat

RH302 · Question #64

You are working as a System Administrator at Certkiller . Your Linux Server crashed and you lost every data. But you had taken the full backup of user's home directory and other System Files on…

1. Go to on that directory where you want to restore. 2. restore -rf /dev/st0 To restore from backup we use the restore command. Here backup will restore from /dev/st0 on current Directory.

Storage management

Question

You are working as a System Administrator at Certkiller . Your Linux Server crashed and you lost every data. But you had taken the full backup of user's home directory and other System Files on /dev/st0, how will you restore from that device?

Explanation

  1. Go to on that directory where you want to restore.
  2. restore -rf /dev/st0 To restore from backup we use the restore command. Here backup will restore from /dev/st0 on current Directory.

Topics

#tar restore#tape device#backup recovery#st0

Community Discussion

No community discussion yet for this question.

Full RH302 Practice