Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 May 2007 23:12:01 +0200
From:      Roland Smith <rsmith@xs4all.nl>
To:        Svein Halvor Halvorsen <svein.h@lvor.halvorsen.cc>
Cc:        questions@freebsd.org
Subject:   Re: Restore UFS snapshot
Message-ID:  <20070526211201.GA40139@slackbox.xs4all.nl>
In-Reply-To: <465898D5.7080607@lvor.halvorsen.cc>
References:  <465864F4.7060500@lvor.halvorsen.cc> <20070526180336.GB34660@slackbox.xs4all.nl> <465884E3.5000500@lvor.halvorsen.cc> <20070526194342.GA37130@slackbox.xs4all.nl> <465898D5.7080607@lvor.halvorsen.cc>

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

--AhhlLboLdkugWU4S
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Sat, May 26, 2007 at 10:30:13PM +0200, Svein Halvor Halvorsen wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>=20
> Roland Smith wrote:
> >>> You can mount the snapshot, and then copy the files back to the origi=
nal fs.
> >>> Note that cp can preserve flags, but not ACLs AFAIK.
> >> Yes, I know that this is possible. However, it's a lot of work.
> >=20
> > Huh?=20
> >=20
> > Suppose you did 'mksnap_ffs /usr /usr/.snap/20070526'
> >=20
> > Then all you have to is something like:
> >=20
> > # mdconfig -a -t vnode -f /usr/.snap/20070526 -u 0
> > # mount /dev/md0 /mnt/snapshot
> > # cd /usr
> > # tar cf - /mnt/snapshot/* |tar xpf -
> > # umount /mnt/snapshot
> > # mdconfig -d -u 0
> >=20
> > How much easier could it be? You could easily create a script for this
> > as well.
>=20
> Let me clarify: It is a lot of work for the computer, for the hdd.

You could use rsync instead of tar. That would save time.

> (b) Undo all the bit flipping I have done, since I made the snapshot.

This is what the procedure above does if you replace the tar commands
with rsync.

Roland
--=20
R.F.Smith                                   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)

--AhhlLboLdkugWU4S
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.3 (FreeBSD)

iD8DBQFGWKKhEnfvsMMhpyURAnX+AJ9YEmlWDp0x72cpzwEnBP7kreGt4gCggoMY
NhOYDNaLIKfd1hI+ivaI3s4=
=XfZA
-----END PGP SIGNATURE-----

--AhhlLboLdkugWU4S--



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