diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-08-16 22:25:54 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-08-16 22:26:50 +0200 |
commit | 64517bbc3f4210b30d5da03a3dbb85fe41de61b1 (patch) | |
tree | 6dafd24611df74eaf1a10b412176338f928b9e3c /modules/duply_backup | |
parent | 2053ddac783c931053676ebc2b02bc8b82d89399 (diff) | |
download | Nix-64517bbc3f4210b30d5da03a3dbb85fe41de61b1.tar.gz Nix-64517bbc3f4210b30d5da03a3dbb85fe41de61b1.tar.zst Nix-64517bbc3f4210b30d5da03a3dbb85fe41de61b1.zip |
Workaround for host mismatch in duply
Diffstat (limited to 'modules/duply_backup')
-rw-r--r-- | modules/duply_backup/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/duply_backup/default.nix b/modules/duply_backup/default.nix index 23de666..88245a2 100644 --- a/modules/duply_backup/default.nix +++ b/modules/duply_backup/default.nix | |||
@@ -16,7 +16,7 @@ let | |||
16 | 16 | ||
17 | # Do a full backup after 1 month | 17 | # Do a full backup after 1 month |
18 | MAX_FULLBKP_AGE=1M | 18 | MAX_FULLBKP_AGE=1M |
19 | DUPL_PARAMS="$DUPL_PARAMS --exclude-other-filesystems --full-if-older-than $MAX_FULLBKP_AGE " | 19 | DUPL_PARAMS="$DUPL_PARAMS --allow-source-mismatch --exclude-other-filesystems --full-if-older-than $MAX_FULLBKP_AGE " |
20 | # Backups older than 2months are deleted | 20 | # Backups older than 2months are deleted |
21 | MAX_AGE=2M | 21 | MAX_AGE=2M |
22 | # Keep 2 full backups | 22 | # Keep 2 full backups |