mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Change backup host to online.net server and exclude completed torrents
This commit is contained in:
parent
ada34be1d4
commit
6371ad1133
1 changed files with 1 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ set -e
|
|||
|
||||
touch /backups/backup-ongoing
|
||||
|
||||
REPOSITORY=ssh://backup@phf.ddns.banditlair.com:2222/./backup
|
||||
REPOSITORY=ssh://backup@212.129.12.205:22/./
|
||||
|
||||
export BORG_PASSPHRASE='{{backup_borg_passphrase}}'
|
||||
|
||||
|
|
@ -31,7 +31,6 @@ borg create -v --stats --compression lz4 \
|
|||
/home \
|
||||
/data \
|
||||
/etc \
|
||||
/var/lib/transmission \
|
||||
/var/lib/mailu \
|
||||
/var/lib/matrix/media_store \
|
||||
/var/lib/nextcloud \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue