From 536537a797d54b245843e223970d8d17f1e36dfa Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 29 Jun 2026 20:34:08 +0900 Subject: [PATCH] =?UTF-8?q?backup.sh:=20omg=C3=A5=20bugg=20oppstr=C3=B8ms?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rrsync på NixOS fungerer ikke helt som vanlig etter den ble oppgradert fra v3.4.1 -> v3.4.4. Se https://github.com/RsyncProject/rsync/issues/922 --- backup.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/backup.sh b/backup.sh index 3aa893d..aed4f55 100755 --- a/backup.sh +++ b/backup.sh @@ -288,21 +288,21 @@ host_ssh_hostname["isvegg"]="isvegg-backup" # gitea (kommode) hosts+=("gitea") gitea_includes=( - "/" + "." ) host_ssh_hostname["gitea"]="gitea-backup" # mediawiki (bekkalokk) hosts+=("mediawiki") mediawiki_includes=( - "/" + "." ) host_ssh_hostname["mediawiki"]="mediawiki-backup" # matrix media store (bicep) hosts+=("matrix_media_store") matrix_media_store_includes=( - "/" + "." ) matrix_media_store_excludes=( "/local_thumbnails" @@ -315,7 +315,7 @@ host_ssh_hostname["matrix_media_store"]="matrix-media-store-backup" # matrix ooye hosts+=("matrix_ooye") matrix_ooye_includes=( - "/" + "." ) matrix_media_store_excludes=( "/registration.yaml" @@ -339,7 +339,7 @@ host_ssh_hostname["postgresql"]="postgresql-backup" # vaultwarden (bekkalokk) hosts+=("vaultwarden") vaultwarden_includes=( - "/" + "." ) vaultwarden_excludes=( "/icon_cache" @@ -357,7 +357,7 @@ host_ssh_hostname["snappymail"]="snappymail-backup" # uptime-kuma (ildkule) hosts+=("uptime_kuma") uptime_kuma_includes=( - "/" + "." ) host_ssh_hostname["uptime_kuma"]="uptime-kuma-backup"