> Wer von euch hat's schonmal gemacht? ;-)
was du suchst ist
dump/restore
damit kannste die einzelen Partionen wegsichern
at_client
dump -u0f - / | gzip -c | ssh ich@server cat - > root.dump.gz
(hierbei wird nur gesichert was auch zu / == /dev/hda1 also nicht /proc)
dump -u0f - /boot | gzip -c | ssh ich@server cat - > boot.dump.gz
...
at_server
gzip -d -c root.dump.gz | ssh root@client 'cd /; restore -ryf - '
viel spass
geht aber nur f�r ext2/3
--
""""
Linux, O O we work on it!
( help the community and find the BUGS.
+__/
----------------------------------------------------------------------------
PUG - Penguin User Group Wiesbaden - http://www.pug.org