Benutzer-Werkzeuge

Webseiten-Werkzeuge


backupserver

Dies ist eine alte Version des Dokuments!


Backupserver

Installation

apt-get install ethtool wakeonlan rsync cifs-utils

Einschalten

wakeonlan 00:17:a4:43:99:0c

Synchronisieren

rsync -av --progress /d/ -e ssh root@10.0.0.254:/daten/.

Ausschalten

ssh -t root@10.0.0.254 'shutdown -h now'

Anni

mount -t cifs //10.0.0.11/anni /mnt/anni
rsync -av --progress /mnt/anni/ -e ssh root@10.0.0.12:/daten/Anni/.

Andrea

mount -t cifs //10.0.0.11/anni /mnt/andrea
rsync -av --progress /mnt/andrea/ -e ssh root@10.0.0.12:/daten/andrea/.

Barbara

mount -t cifs //10.0.0.11/barbara /mnt/barbara
rsync -av --progress /mnt/barbara/ -e ssh root@10.0.0.12:/daten/barbara/.

Günther

mount -t cifs //10.0.0.11/guenther /mnt/guenther
rsync -av --progress /mnt/guenther/ -e ssh root@10.0.0.12:/daten/guenther/.

Nicola

mount -t cifs //10.0.0.11/nicola /mnt/nicola
rsync -av --progress /mnt/nicola/ -e ssh root@10.0.0.12:/daten/nicola/.
backupserver.1438243433.txt.gz · Zuletzt geändert: 2015/07/30 10:03 von admin