Danke nochmal an Joe User und an alle anderen :-)
Gruß, wlaner
PS: Es sind 18,5GB.
1:1 Abbild von Server
Re: 1:1 Abbild von Server
Ich möchte eine exakte Abbildung meines Systems erstellen die ich schnell und einfach wiederherstellen kann wenn ich mal Mist gebaut habe :D
Es handelt sich um einer frischen Installation von FreeBSD auf einer Hetzner-EQ4 mit ZFS Software RAID1 nur FTP Zugang steht zur Verfügung.
Welche Methode eignet sich besser für mein System?
Danke im Voraus.
Es handelt sich um einer frischen Installation von FreeBSD auf einer Hetzner-EQ4 mit ZFS Software RAID1 nur FTP Zugang steht zur Verfügung.
Code: Select all
# du -sh /
1.8G /
# mount
tank/root on / (zfs, local)
devfs on /dev (devfs, local, multilabel)
linprocfs on /compat/linux/proc (linprocfs, local)
tank/root/tmp on /tmp (zfs, local)
tank/root/usr on /usr (zfs, local)
tank/root/usr/jails on /usr/jails (zfs, local)
tank/root/var on /var (zfs, local)
Danke im Voraus.
Last edited by shantanna on 2011-05-09 20:18, edited 2 times in total.
Re: 1:1 Abbild von Server
ok, hat sich erledigt.
Die beste und schnellste Methode ist
Ich liebe ZFS :D
Die beste und schnellste Methode ist
Code: Select all
zfs snapshot -r tank@blabla
Last edited by shantanna on 2011-05-10 07:11, edited 1 time in total.