Backuplösung für Eisfair?
Stefan Heidrich
stefan-in-news at web.de
Fr Okt 31 07:46:22 CET 2014
Hallo Detlef,
> Nun habe ich folgenden Gedanken, der vor allem noch Bezahlbar ist.
> Eine WD My Book 6TB schließe ich an meine Fritzbox 7490 an USB3 an.
ich habe eine ähnliche Konstellation; nur mit 2 TB ein wenig kleiner. Ich
habe 2 Backupplatten, die ich wöchentlich wechsle und schließe sie per USB
(2.0) direkt an an Eis an. Die Backupplatten sind mit Ext3 formatiert und
ich sichere per Rsync und das läuft schon seit Jahren völlig problemlos und
so gut, dass ich aus der Sicherung sogar schonmal einen Eis komplett wieder
hergestellt habe.
#!/bin/sh
# ---------------------------------------------------------------
# Backupfile per rsync
# ---------------------------------------------------------------
cd /
if [ -e "/media/usb/sdb1/lost+found" ]
then
# TrueCrypt Daten vor dem backup von Backupplatte löschen.
rm /media/usb/sdb1/home/stefan.h/crypted/crypted-data.tc
rm /media/usb/sdb1/home/stefan.h/crypted/redlib.tc
nice -n 19 /usr/bin/rsync -av --delete --exclude "/floppy" --exclude
"/cdrom" --exclude "/lost+found" --exclude "/proc" --exclude
"/sys" --exclude "/dev" --exclude "/media" --exclude "/tmp" /
/media/usb/sdb1
logger -i -t Backup auf angeschlossene USB-Festplatte abgeschlossen
echo -e '\007\c' >/dev/console
else
logger -i -t !!! Kein Backup, da keine USB-Festplatte angeschlossen oder
gemountet !!!
fi
Viele Grüße
Stefan
Mehr Informationen über die Mailingliste Eisfair