Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Aug 2000 15:15:59 -0700 (PDT)
From:      Lew payne <lew@lppi.com>
To:        Plamen Petkov <plamendp@bgstore.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: back up with dump|restore
Message-ID:  <200008042215.PAA13937@relay.lppi.com>
In-Reply-To: <398B3B41.2656E3DD@bgstore.com>
References:  <398B3B41.2656E3DD@bgstore.com>

next in thread | previous in thread | raw e-mail | index | archive | help

> [weekly]
> mount /mnt; cd /mnt; dump -1u -f - /usr  | restore -ru -f -
> 
> [daily]
> mount /mnt; cd /mnt; dump -<n>u -f - /usr | restore -ru -f -
> 
> Well, am I right, concidering this will keep my second HD a good backup
> of my first one? I mean, is it enough, is it safe, is it normal or ..
> weird ??

In all my machines, I install two identical drives (EIDE, ATA/66).
I configure each with FreeBSD so they're bootable, then to backup
>from one drive to the other, I do:

mount /dev/wd2a /mnt; cd / ; pax -rwX -pe . /mnt; umount /mnt
mount /dev/wd2e /mnt; cd /var; pax -rwX -pe . /mnt; umount /mnt
mount /dev/wd2f /mnt; cd /usr; pax -rwX -pe . /mnt; umount /mnt

If my primary drive should fail, all I have to do is reboot the
machine using the alternate drive.  Uhh.. that's after editing
fstab on the backup drive to point to the right controller, etc.
But I could avoid even that, by not doing a /usr backup.

---
Lew Payne Publishing, Inc.             Dunn & Bradstreet listed
994 San Antonio Road                     DUNS # 055037852
Palo Alto, CA  94303



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008042215.PAA13937>