[Postfixbuch-users] OFFTOPIC: BACKUP

Ralf Hildebrandt Ralf.Hildebrandt at charite.de
Fr Jan 21 18:50:48 CET 2005


* Dennis Kleinbaum <up2date at unimx.de>:

> Ich war auf der Suche nach einer möglichst einfachen Backuplösung.

dump/restore der Partition:

#!/bin/bash
dump -b 1024 -0 -u -f - /dev/ide/host0/bus0/target0/lun0/part2 | 
ssh -c arcfour hildeb at 193.175.68.79 \
dd bs=16M of=/backups/hildeb/full-`date +%Y%m%d`
ssh -c arcfour hildeb at 193.175.68.79 bzip2 /backups/hildeb/full-`date +%Y%m%d`

geht auch inkrementell (-1, -2, -3 statt -0)

-- 
Ralf Hildebrandt (i.A. des IT-Zentrum)          Ralf.Hildebrandt at charite.de
Charite - Universitätsmedizin Berlin            Tel.  +49 (0)30-450 570-155
Gemeinsame Einrichtung von FU- und HU-Berlin    Fax.  +49 (0)30-450 570-962
IT-Zentrum Standort CBF                 send no mail to spamtrap at charite.de



Mehr Informationen über die Mailingliste Postfixbuch-users