diff --git a/README.org b/README.org index 05875a7..c25d01e 100644 --- a/README.org +++ b/README.org @@ -8646,8 +8646,8 @@ configs: # compression configuration, see borg manual compression: auto,zstd,4 retention: - keep_last: 1 - keep_hourly: 0 + keep_last: 0 + keep_hourly: 1 keep_daily: 1 keep_weekly: 8 keep_monthly: 6 @@ -8680,8 +8680,8 @@ configs: # define retention settings for borg independently from snapper retention: - keep_last: 1 - keep_hourly: 0 + keep_last: 0 + keep_hourly: 1 keep_daily: 1 keep_weekly: 8 keep_monthly: 6 @@ -8717,8 +8717,8 @@ configs: # define retention settings for borg independently from snapper retention: - keep_last: 1 - keep_hourly: 0 + keep_last: 0 + keep_hourly: 1 keep_daily: 1 keep_weekly: 8 keep_monthly: 6 @@ -8751,8 +8751,8 @@ configs: # define retention settings for borg independently from snapper retention: - keep_last: 1 - keep_hourly: 0 + keep_last: 0 + keep_hourly: 1 keep_daily: 1 keep_weekly: 8 keep_monthly: 6 diff --git a/snapborg/.config/snapborg/home_fileserver_config.yaml b/snapborg/.config/snapborg/home_fileserver_config.yaml index 62b4b99..fd9f4c5 100644 --- a/snapborg/.config/snapborg/home_fileserver_config.yaml +++ b/snapborg/.config/snapborg/home_fileserver_config.yaml @@ -19,8 +19,8 @@ configs: # define retention settings for borg independently from snapper retention: - keep_last: 1 - keep_hourly: 0 + keep_last: 0 + keep_hourly: 1 keep_daily: 1 keep_weekly: 8 keep_monthly: 6 diff --git a/snapborg/.config/snapborg/home_hdd_config.yaml b/snapborg/.config/snapborg/home_hdd_config.yaml index 4fa11d3..412a1b3 100644 --- a/snapborg/.config/snapborg/home_hdd_config.yaml +++ b/snapborg/.config/snapborg/home_hdd_config.yaml @@ -19,8 +19,8 @@ configs: # define retention settings for borg independently from snapper retention: - keep_last: 1 - keep_hourly: 0 + keep_last: 0 + keep_hourly: 1 keep_daily: 1 keep_weekly: 8 keep_monthly: 6 diff --git a/snapborg/.config/snapborg/root_fileserver_config.yaml b/snapborg/.config/snapborg/root_fileserver_config.yaml index 9e54bd3..8cdecf4 100644 --- a/snapborg/.config/snapborg/root_fileserver_config.yaml +++ b/snapborg/.config/snapborg/root_fileserver_config.yaml @@ -20,8 +20,8 @@ configs: # define retention settings for borg independently from snapper retention: - keep_last: 1 - keep_hourly: 0 + keep_last: 0 + keep_hourly: 1 keep_daily: 1 keep_weekly: 8 keep_monthly: 6 diff --git a/snapborg/.config/snapborg/root_hdd_config.yaml b/snapborg/.config/snapborg/root_hdd_config.yaml index 82d85d0..4ac7a56 100644 --- a/snapborg/.config/snapborg/root_hdd_config.yaml +++ b/snapborg/.config/snapborg/root_hdd_config.yaml @@ -18,8 +18,8 @@ configs: # compression configuration, see borg manual compression: auto,zstd,4 retention: - keep_last: 1 - keep_hourly: 0 + keep_last: 0 + keep_hourly: 1 keep_daily: 1 keep_weekly: 8 keep_monthly: 6