]> git.immae.eu Git - perso/Immae/Config/Nix.git/commitdiff
Workaround for host mismatch in duply
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Sun, 16 Aug 2020 20:25:54 +0000 (22:25 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Sun, 16 Aug 2020 20:26:50 +0000 (22:26 +0200)
modules/duply_backup/default.nix
modules/private/websites/tools/assets/static/photos/fretlink.jpg [new file with mode: 0644]

index 23de666cd243c2b94fe3bc91ca84dfefce6ae2e6..88245a2a023f1933d5452732f38c9383e1f19602 100644 (file)
@@ -16,7 +16,7 @@ let
 
     # Do a full backup after 1 month
     MAX_FULLBKP_AGE=1M
-    DUPL_PARAMS="$DUPL_PARAMS --exclude-other-filesystems --full-if-older-than $MAX_FULLBKP_AGE "
+    DUPL_PARAMS="$DUPL_PARAMS --allow-source-mismatch --exclude-other-filesystems --full-if-older-than $MAX_FULLBKP_AGE "
     # Backups older than 2months are deleted
     MAX_AGE=2M
     # Keep 2 full backups
diff --git a/modules/private/websites/tools/assets/static/photos/fretlink.jpg b/modules/private/websites/tools/assets/static/photos/fretlink.jpg
new file mode 100644 (file)
index 0000000..c941e1d
Binary files /dev/null and b/modules/private/websites/tools/assets/static/photos/fretlink.jpg differ