Back up databasen til matrix-ooye
This commit is contained in:
10
backup.sh
10
backup.sh
@@ -292,6 +292,16 @@ matrix_media_store_excludes=(
|
||||
)
|
||||
host_ssh_hostname["matrix_media_store"]="matrix-media-store-backup"
|
||||
|
||||
# matrix ooye
|
||||
hosts+=("matrix_ooye")
|
||||
matrix_ooye_includes=(
|
||||
"/"
|
||||
)
|
||||
matrix_media_store_excludes=(
|
||||
"/registration.yaml"
|
||||
)
|
||||
host_ssh_hostname["matrix_ooye"]="matrix-ooye-backup"
|
||||
|
||||
# mysql (bicep)
|
||||
hosts+=("mysql")
|
||||
mysql_includes=(
|
||||
|
||||
@@ -44,6 +44,12 @@ Host matrix-media-store-backup
|
||||
IdentityFile /backupz/ssh_extra_keys/id_ed25519_matrix_media_store_rsync_backup
|
||||
BatchMode yes
|
||||
|
||||
Host matrix-ooye-backup
|
||||
User root
|
||||
Hostname ooye.pvv.ntnu.no
|
||||
IdentityFile /backupz/ssh_extra_keys/id_ed25519_matrix_ooye_rsync_backup
|
||||
BatchMode yes
|
||||
|
||||
Host gitea-backup
|
||||
User root
|
||||
Hostname git.pvv.ntnu.no
|
||||
|
||||
Reference in New Issue
Block a user