need small information iun ufsdump


 
Thread Tools Search this Thread
Operating Systems Solaris need small information iun ufsdump
# 1  
Old 07-17-2009
need small information iun ufsdump

Dears,
I have two question about using ufsdump
1) i read in all documents that the first recommended thing before using the ufsdump
umount file system
i don't how to umount the file system?
if my server work for 24 in 7 how to take backup is this case
2) if i want to make accumulative backup how can i do this in UNIX?

thanks in advance

Last edited by hosney00ux; 07-17-2009 at 09:10 PM..
# 2  
Old 07-18-2009
Hi hosney00ux ,
why not Smilie) of course it's safe when u unmount ,or at least there is no activity on
source drive. otherwise you can do it even without any warnings Smilie)
but dont forget that files which are open in backup time are not included ..
if its ok for your environment go straight on it Smilie)))

Good luck
# 3  
Old 07-19-2009
thanks samar for your reply
but i still also don't know how to umount the file system
# 4  
Old 07-19-2009
Code:
# umount /moutpoint

thats all... but note, you can not unmount your systems mountpoints (like /usr) only mountpoints with data not needed by the system!
# 5  
Old 07-19-2009
Use ufsdump on a snapshot of your filesystems. Snapshots are read-only so there is no need to unmount them.

Backing Up a UFS Snapshot (System Administration Guide: Devices and File Systems) - Sun Microsystems
# 6  
Old 07-19-2009
Quote:
Originally Posted by hosney00ux
thanks samar for your reply
but i still also don't know how to umount the file system
why you need to umount it? besides, you said your server works 24/7 service Smilie))

Quote:
Originally Posted by jlliagre
Use ufsdump on a snapshot of your filesystems. Snapshots are read-only so there is no need to unmount them.

Backing Up a UFS Snapshot (System Administration Guide: Devices and File Systems) - Sun Microsystems
Guys you can do it without any snapshots... why you re wasting time when your getting the same result without snapshots Smilie))
# 7  
Old 07-19-2009
Quote:
Originally Posted by samar
Guys you can do it without any snapshots...
If you like taking risks, yes.
Quote:
why you re wasting time when your getting the same result without snapshots Smilie))
Not the same result. A backup made of a mounted and read-write filesystem might be worthless.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Ufsdump and migration

Hi all, I have a Solaris 10 running on a M4000. I wanted to migrate it to M10 q1) can I do a ufsdump on / in the m4000 and restore it on the m10 ? q2) how do we ufsrestore on the naked M10 without any OS being install/running in the 1st place ? q3) if the answer to the... (5 Replies)
Discussion started by: javanoob
5 Replies

2. Solaris

ufsdump

Experts, Before patching am advised to take backup : so am going with: ufsdump -0uf /dev/rmt0 / ---> to take the whole / bkp to tape. some servers have /var in diff slice, In this case whether i need to take backup of /var also in tape? ufsdump -ouf /dev/rmt0 /var ---> to take... (3 Replies)
Discussion started by: fizan
3 Replies

3. UNIX for Dummies Questions & Answers

How to do a ufsdump remote?

People i have 2 sun sparc solaris 10. I have one filesystem to 98% and i need to do a ufsdump of that filesystem. THe problem is that i don't have space to allocate the dump of the filesystem. Thats why i want to do it from the other sun and bring the ufs dump to de /FREE filesystem. ... (4 Replies)
Discussion started by: enkei17
4 Replies

4. UNIX for Dummies Questions & Answers

Ufsdump

Hi, I have 5 soraris boxes and i am trying to backup all to SAN.Which backup is more suitable tar or ufsdump? Also pls mention what are the important folders i need to back up. Thanks (3 Replies)
Discussion started by: solaris5.10
3 Replies

5. UNIX for Dummies Questions & Answers

ufsdump issue

I ran this dump (as root) and got the following............. # ufsdump 0f /dev/rmt/0n / DUMP: Writing 32 Kilobyte records DUMP: Date of this level 0 dump: Tue 11 Dec 2007 06:07:35 AM PST DUMP: Date of last level 0 dump: the epoch DUMP: Dumping /dev/rdsk/c2t1d0s0 (gambler:/) to... (1 Reply)
Discussion started by: shorty
1 Replies

6. Solaris

ufsdump

Hi, I want to how to take backup of File system From Disk to Disk using ufsdump? Wheather we can take the backup of root file system from one disk to another if tape drive is not available? wheather it is reliable to restore root file system? (2 Replies)
Discussion started by: manoj.solaris
2 Replies

7. Solaris

dd vs. ufsdump / restore

I want to clone a disk, i have not done this yet, i think dd and ufsdump | ufsrestore are the most common two options i see documented on the internet. Which one is better? pro's & kons? Tnx! (3 Replies)
Discussion started by: BG_JrAdmin
3 Replies

8. UNIX for Dummies Questions & Answers

ufsdump

hi i would like to backup my OS what is the exact command to do? beside backup to tapes can i back up to a directory in another server? will the command be the same? thanks. :confused: (4 Replies)
Discussion started by: legato
4 Replies

9. UNIX for Dummies Questions & Answers

netinstall with ufsdump

Hello all, I was wondering is it possible to install Solaris over the network whit jumpstart and just ufsretore a dump file? The clinet's disk would totally be empty. I know that I can use the rules files, would I put the command to uferestore from the server in the pre install rules file. I... (0 Replies)
Discussion started by: larryase
0 Replies

10. UNIX for Dummies Questions & Answers

Ufsdump

I want to try using Ufsdump for backups . The man pages state that the file systems should be inactive or be in the unmounted state . But for that system should be in single User mode. My query is that can we perform Ufsdump in run-level 3 ? And if no should I have to reboot it in Single user... (3 Replies)
Discussion started by: DPAI
3 Replies
Login or Register to Ask a Question