2023-07-28 16:59:57 +00:00
|
|
|
Bugfix: Support "unlimited" in `forget --keep-*` options
|
2023-04-09 19:05:15 +00:00
|
|
|
|
2023-07-28 16:59:57 +00:00
|
|
|
Restic would forget snapshots that should have been kept when a negative value
|
|
|
|
was passed to the `--keep-*` options. Negative values are now forbidden. To
|
|
|
|
keep all snapshots, the special value `unlimited` is now supported. For
|
|
|
|
example, `--keep-monthly unlimited` will keep all monthly snapshots.
|
2023-04-09 19:05:15 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/2565
|
|
|
|
https://github.com/restic/restic/pull/4234
|