please post the step by step commands to take a back of
directories or files in a CDROM\DVDROM\TAPE(DDS)

Answers were Sorted based on User's Feedback



please post the step by step commands to take a back of directories or files in a CDROM\DVDROM\TAP..

Answer / reddy

tar cuvf /dev/rmt0 /bkp-to take backup

tar tvf /dev/rmt0- to see contents of device

Is This Answer Correct ?    2 Yes 0 No

please post the step by step commands to take a back of directories or files in a CDROM\DVDROM\TAP..

Answer / kishore devkate

#tar -cvf /dev/rmt0 /dataname-------to take the backup

#tar tvf /dev/rmt0 -------to view the contents of tape

Is This Answer Correct ?    1 Yes 0 No

please post the step by step commands to take a back of directories or files in a CDROM\DVDROM\TAP..

Answer / dileep.paleti

ufsrestore -tvf /dev/rmt/0n(for see the contents in tape)
ufsrestore -ivf /dev/rmt/0n(for extracting data from tape
to local drive)
ufsrestore>ls

Is This Answer Correct ?    1 Yes 0 No

please post the step by step commands to take a back of directories or files in a CDROM\DVDROM\TAP..

Answer / surya

In tape
#ufsdump -cuvf /dev/rmt/n0 /backup.bkp /backup(dir files)

Is This Answer Correct ?    0 Yes 0 No

please post the step by step commands to take a back of directories or files in a CDROM\DVDROM\TAP..

Answer / naresh kumar

#ufsdump uf /dev/rmt/0 <source>

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Solaris Commands Interview Questions

How to delete “abc” files using find command

3 Answers  


what is 2 in uadmin 2 0 command in solaris

2 Answers   Accenture,


attributes of FS

1 Answers  


What is nslookup

2 Answers  


What is a heart-beat?

2 Answers  






what are the two conditions need to be taken before encapsulating the disk under the VxVm control(Veritas volume manager)

3 Answers   Systel,


In VERITAS How to recover the mirror disk with data. How to bring the existing data disk into VERITAS volume manger control.

2 Answers  


How to bring the resource to online and offline

2 Answers  


If /etc/system file is corrupted how will you recover it , if we dont have a CDROM then what is the procedure?

2 Answers   IBM, ITC Infotech, Tech Mahindra,


How will you find the number of hard disk

4 Answers  


How to change the mirror status from 0:1 to 0:5 and how?

1 Answers  


How to find the network card speed

3 Answers  


Categories
  • Solaris Commands Interview Questions Solaris Commands (360)
  • Solaris Threads Interview Questions Solaris Threads (9)
  • Solaris IPC Interview Questions Solaris IPC (30)
  • Solaris Socket Programming Interview Questions Solaris Socket Programming (3)
  • Solaris System Calls Interview Questions Solaris System Calls (25)
  • Solaris General Interview Questions Solaris General (170)
  • Solaris AllOther Interview Questions Solaris AllOther (297)