mirror of
https://github.com/octoleo/restic.git
synced 2024-11-01 03:12:31 +00:00
11 lines
454 B
Plaintext
11 lines
454 B
Plaintext
Bugfix: Support "unlimited" in `forget --keep-*` options
|
|
|
|
Restic would previously 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.
|
|
|
|
https://github.com/restic/restic/issues/2565
|
|
https://github.com/restic/restic/pull/4234
|