2023-06-16 19:35:20 +00:00
|
|
|
Enhancement: Keep oldest snapshot when there are not enough snapshots
|
2023-06-16 17:43:41 +00:00
|
|
|
|
2023-06-16 19:35:20 +00:00
|
|
|
The `forget` command now additionally preserves the oldest snapshot if fewer
|
2023-07-29 00:30:40 +00:00
|
|
|
snapshots than allowed by the `--keep-*` parameters would otherwise be kept.
|
|
|
|
This maximizes the amount of history kept within the specified limits.
|
2023-06-16 17:43:41 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/3624
|
|
|
|
https://github.com/restic/restic/pull/4366
|
|
|
|
https://forum.restic.net/t/keeping-yearly-snapshots-policy-when-backup-began-during-the-year/4670/2
|