mirror of
https://github.com/octoleo/restic.git
synced 2024-11-01 03:12:31 +00:00
10 lines
426 B
Plaintext
10 lines
426 B
Plaintext
Enhancement: increase granularity of the "keep within" retention policy
|
|
|
|
The `keep-within` option of the `forget` command now accepts time ranges with
|
|
an hourly granularity. For example, running `restic forget --keep-within 3d12h`
|
|
will keep all the snapshots made within three days and twelve hours from the
|
|
time of the latest snapshot.
|
|
|
|
https://github.com/restic/restic/issues/2089
|
|
https://github.com/restic/restic/pull/2090
|