how to take backup and restore with Ufsdump and Ufsrestore
and full backup
Answers were Sorted based on User's Feedback
Answer / ramesh
for taking back up you can use by,
#ufsdump 0uf /dev/rmt/0 /
for restoring the root backup you can use by,
#ufsrestore -ivf
ufsrestore>ls --->it will shows all contens
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / mohammed mukram
We can use backup stages from 0-9
0 is used for taking full backup, 1 to 9 is used for
incremental backup.
#ufsdump 0uf /dev/rmt/0(destination) /xxx(source)
Remember: it is recommended while taking backup , Please
unmount the file system or do it in single user mode.
to restore
Go to the location where you want to save the data.
#ufsrestore xvf /dev/rmt/0
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / phani
Is not aware of file system boundaries
Length of full path name cannot exceed 255 characters
cannot span mutiple tapes.
| Is This Answer Correct ? | 2 Yes | 2 No |
What is LOM and how do you access it?
What is lofs in zones
what is the use RAID and which is the best(Solaris)
what is RBac and how to create a role?
wht is the difference between mkfs & newfs.... is there any difference..b/w both of them.?
How do you give a user access to an application or program that needs to run as root without giving them the root password?
how u can perform security to users?
how to see the kernel information or how many bit operating system you have
what r the configuration files for SAMBA and how can u configure samba on network with windows machines
How would you freeze a service group?
How to findout particular file in the backup tape with the help of ufsdump
when i am starting solaris10 with 'fail safe mode' on intel machine it is asking "#starting shell".what is it and how to solve this problem?