cancel
Showing results for 
Search instead for 
Did you mean: 

Problem Related to Backup

former_member227600
Contributor
0 Kudos

Hi Friends,

We create a Production) system clone.But some reason we did not take backup(brbackup) on tape.we took backup on hard disk(oracle/sapbackup). Now i want to copy it from hard disk to tape & delete from harddisk.We are using SAP R/3 4.7,oracle 9i,& AIX 5.3 Operating System. I am new on AIX operating System .I do not know ,how can do it.

Please help me .

Thanks & Regard

karan

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

You can use something like

tar -cvp <directory> -f <tape-device>

and then later check if everything is there using

tar -xvf <tape-device>

Markus

former_member227600
Contributor
0 Kudos

Hi Markus,

Are u saying that i perform

  1. tar -cvp /oracle/PRD/sapbackup -f prd03(tape device name)

Any way thanks for reply.

Regards

Karan

Edited by: karan Singh on Apr 4, 2008 6:35 AM

Answers (0)