Back up databasen til matrix-ooye

This commit is contained in:
2026-02-13 18:28:57 +09:00
parent 1d78bde332
commit 7f3ff6fad8
2 changed files with 16 additions and 0 deletions

View File

@@ -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=(

View File

@@ -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