Re: Backup a entire System

From: Dragan Cvetkovic (me_at_privacy.net)
Date: 06/30/05


Date: Thu, 30 Jun 2005 12:41:12 -0400

Darren Dunham <ddunham@redwood.taos.com> writes:

> aryzhov@spasu.net wrote:
>>> This partitions should be unmounted,correct?
>> No.
>> Partition must be quiet.
>> Read access doesn't hurt, but writes while backing up
>> may make your ufsdump data inconsistent.
>> To make 100% sure, you may want to
>> mount -o ro,remount DISKCLICE MOUNTPOINT
>> before
>> ufsdump 0f TAPEDEVICE MOUNTPOINT
>> and
>> mount -o rw,remount DISKSLICE MOUNTPOINT
>> after ufsdump is done.
>
> You can't remount a filesystem ro (unless someone changed that
> recently). You can use 'fssnap' to create a snapshot, though.

I wonder if you can use

         lockfs -w

as an option for that as well... If you can't or don't want to use fssnap,
that is. fssnap needs backing store, that's the problem and you can't
always find it...

Dragan
 

-- 
Dragan Cvetkovic, 
To be or not to be is true. G. Boole      No it isn't.  L. E. J. Brouwer
!!! Sender/From address is bogus. Use reply-to one !!!


Relevant Pages

  • Re: tape drive performing slow with star?
    ... T.T. Harris wrote: ... > The system was backing up about 25 gig in documents and some miscellaneous ... > other stuff to this tapedrive using ufsdump. ...
    (comp.unix.solaris)
  • ufsdump/fssnap - unlisted file system
    ... When dumping a filesystem to tape using ufsdump, ... When using fssnap before the dump, and using the fssnap device with ... the dump header shown by ufsrestore looks like this: ...
    (comp.unix.solaris)