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

To check the status of the media inseted on the tape drive

1 Answers  


How will you ad new aliases name

1 Answers  


Disaster recovery steps if OS corrupted

3 Answers  


How will you take ufsdump and ufsrestore in a sing command line?

2 Answers  


What is the difference between dsk and rdsk

3 Answers  






How can u check parameters in ok boot prompt?

1 Answers  


how to change boot disk

4 Answers  


How to check the communication between 2 nodes?

5 Answers  


How to bring the process to offline or online

3 Answers  


Explain FSCK

2 Answers  


What is the difference between container and zones?

1 Answers   IBM,


How to boot the solaris system in 64 0r 32 bit kernel

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)