http://oss.sgi.com/bugzilla/show_bug.cgi?id=184
------- Additional Comments From sgi@xxxxxxxxxxxxxxxxx 2002-10-19 02:35 -------
What I did was like this:
lvcreate -n root-snap -L 512m /dev/master/root-xfs
lvcreate -n var-snap -L 512m /dev/master/var-xfs
lvcreate -n home-snap -L 512m /dev/master/home-xfs
mkdir /snap
mount -o nouuid,ro /dev/master/root-snap /snap
mount -o nouuid,ro /dev/master/var-snap /snap/var
moint -o nouuid,ro /dev/master/home-snap /snap/home
cd /snap
tar cvfzp /seperated-filesystem-on-a-partition-with-ext3/backup.tar.gz *
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
|