aboutsummaryrefslogtreecommitdiff
path: root/modules/duply_backup
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-08-14 23:16:35 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-08-14 23:16:35 +0200
commitf7c27d313296485fd5f6d76a9264c26beef2eeaa (patch)
treea9fdef68585bf259ecc72120d1b1cabc70f3a65f /modules/duply_backup
parent558e2560c76e9e557093748dee476bfa0df900c5 (diff)
downloadNix-f7c27d313296485fd5f6d76a9264c26beef2eeaa.tar.gz
Nix-f7c27d313296485fd5f6d76a9264c26beef2eeaa.tar.zst
Nix-f7c27d313296485fd5f6d76a9264c26beef2eeaa.zip
Add more profiles for ovh
Diffstat (limited to 'modules/duply_backup')
-rw-r--r--modules/duply_backup/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/duply_backup/default.nix b/modules/duply_backup/default.nix
index 73ac8f0..23de666 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 --full-if-older-than $MAX_FULLBKP_AGE " 19 DUPL_PARAMS="$DUPL_PARAMS --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