Hallo,
ich habe einen Server bei Hetzner und möchte demnächst mal ein Upgrade machen und möchte vorher mein System auf meinen Lokalen Rechner @ Home sichern und wenn was schiefläuft kann ich ja noch die Rescue Konsole zum zurückschreiben verwenden, das war es zur Theorie.
Nun Frage ich mich wie ich
1. Ein Komplett Backup der gesamten Partition machen?
und
2. Wie ich das ganze dann wieder auf den Server mittels Rescue Konsole wieder draufspielen kann?
Komplett Sicherung eines Servers
Re: Komplett Sicherung eines Servers
man dd
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
-
marcel adamczyk
- Posts: 21
- Joined: 2005-04-27 17:31
Re: Komplett Sicherung eines Servers
hmm, hab mir das jetzt angeschaut und ich weis nicht wie man ein HDD Image anfertigt...
ich arbeite leider erst seit 3-4 Monaten mit Linux
I need more help or a tutorial
ich arbeite leider erst seit 3-4 Monaten mit Linux
I need more help or a tutorial
-
superuser1
- Posts: 291
- Joined: 2003-11-26 18:43
- Location: earth
Re: Komplett Sicherung eines Servers
Hi...
du suchst die Boardsuche...
...und findest u.a. http://www.rootforum.org/forum/viewtopic.php?t=33474
:roll:
du suchst die Boardsuche...
...und findest u.a. http://www.rootforum.org/forum/viewtopic.php?t=33474
:roll:
Re: Komplett Sicherung eines Servers
Code: Select all
dd if=/dev/hda1 bs=4k | gzip -c | ssh user@host "cat > imagedatei.gz"[TOM]
