The documentation is telling that m stands for months, for example 12m for 12 months. However to me it looks more like minutes.
In my repo with 12m:
rustic forget --dry-run --group-by '' --keep-within-weekly 12m
[...]
[INFO] would have removed 419 snapshots.
The same repo with 12month:
rustic forget --dry-run --group-by '' --keep-within-weekly 12month
[...]
[INFO] would have removed 365 snapshots.
Clearly 12m and 12month are different: the former removes 419 snapshots and the latter 365 snapshots.
The documentation is telling that
mstands for months, for example12mfor 12 months. However to me it looks more like minutes.In my repo with
12m:The same repo with
12month:Clearly
12mand12monthare different: the former removes 419 snapshots and the latter 365 snapshots.