Page 2 of 2

Re: 1:1 Abbild von Server

Posted: 2011-01-19 20:33
by wlaner001
Danke nochmal an Joe User und an alle anderen :-)

Gruß, wlaner

PS: Es sind 18,5GB.

Re: 1:1 Abbild von Server

Posted: 2011-05-09 08:14
by shantanna
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.

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)
Welche Methode eignet sich besser für mein System?

Danke im Voraus.

Re: 1:1 Abbild von Server

Posted: 2011-05-10 07:11
by shantanna
ok, hat sich erledigt.
Die beste und schnellste Methode ist

Code: Select all

zfs snapshot -r tank@blabla
Ich liebe ZFS :D