update
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
899979d3ba
commit
cf4aed7452
9 changed files with 44 additions and 22 deletions
7
sync-to
7
sync-to
|
|
@ -11,8 +11,8 @@ case "$dsthost" in
|
|||
loch)
|
||||
dst=root@loch:/home/services/backup/bento-manuell
|
||||
;;
|
||||
zuhause)
|
||||
dst=root@zuhause.schottelius.org:/home/services/backup/bento-manuell
|
||||
luchsingen)
|
||||
dst=root@luchsingen.schottelius.org:/home/services/backup/bento-manuell
|
||||
;;
|
||||
*)
|
||||
echo "Unknown $1" >&2
|
||||
|
|
@ -26,6 +26,9 @@ rsync -avS --delete --progress \
|
|||
--exclude '/tmp/*' \
|
||||
--exclude '/sys/*' \
|
||||
--exclude '/dev/*' \
|
||||
--exclude '/run/*' \
|
||||
--exclude '/home/services/usbhd' \
|
||||
--exclude '/home/users/nico/.cache/chromium/' \
|
||||
--exclude '/home/users/nico/.bitcoin/blocks/' \
|
||||
--exclude '/home/users/nico/.bitcoin/chainstate/' \
|
||||
"$@" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue