1748181 Members
3652 Online
108759 Solutions
New Discussion юеВ

Re: Restore the backup

 
Eric Jacklin
Regular Advisor

Restore the backup

Hi

We are taking the backup through the below mention method.Now i want to restore the data from my previous backup by overwrite all the files then how should i achive that.

fbackup -f dev/rmt/0mn -i /sasdata1 -e /sasdata2.

arick
3 REPLIES 3
Kapil Jha
Honored Contributor

Re: Restore the backup

To check the content of the tape
# frecover -f /dev/rmt/0m -xNv

Restore all files and directories from tape:
# frecover -f /dev/rmt/0m -rv

Restore selected files and directories from tape:
# frecover -f /dev/rmt/0m -i /home/user1 ├в xv
# frecover -f /dev/rmt/0m -i /home/user2 -xv

BR,
Kapil+
I am in this small bowl, I wane see the real world......
Eric Jacklin
Regular Advisor

Re: Restore the backup

Hi

This will overwrite the existing files ?

eric
Steven Schweda
Honored Contributor

Re: Restore the backup

> This will overwrite the existing files ?

Why not delete all the old files before doing
the restoration? "overwrite all the files"
is not a very precise description of
anything. Overwrite any existing files?
Retain or remove files not on the backup?