1:1 Abbild von Server

Backup, Restore und Transfer von Daten
wlaner001
Posts: 13
Joined: 2011-01-12 17:43
 

Re: 1:1 Abbild von Server

Post by wlaner001 »

Danke nochmal an Joe User und an alle anderen :-)

Gruß, wlaner

PS: Es sind 18,5GB.
shantanna
Posts: 35
Joined: 2011-03-15 16:59
 

Re: 1:1 Abbild von Server

Post 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.
Last edited by shantanna on 2011-05-09 20:18, edited 2 times in total.
shantanna
Posts: 35
Joined: 2011-03-15 16:59
 

Re: 1:1 Abbild von Server

Post by shantanna »

ok, hat sich erledigt.
Die beste und schnellste Methode ist

Code: Select all

zfs snapshot -r tank@blabla
Ich liebe ZFS :D
Last edited by shantanna on 2011-05-10 07:11, edited 1 time in total.
Post Reply