11 lines
316 B
Text
11 lines
316 B
Text
|
HOST=eiche
|
||
|
DESTDIR=/mnt/datennirvana/backup/bruehe
|
||
|
EXCLUDE_FILE=/root/.backup-exclude
|
||
|
|
||
|
#time rsync -e ssh -av --exclude-from=/root/.backup-exclude / 192.168.23.33:/mnt/backup/bruehe
|
||
|
|
||
|
time rsync -e ssh -av --exclude-from=$EXCLUDE_FILE / "$HOST":"$DESTDIR"
|
||
|
|
||
|
#echo "Shutting down $HOST..."
|
||
|
#ssh $HOST "shutdown -h now"
|