Compare commits

...

2 Commits

Author SHA1 Message Date
Pete
6cbf66d8a7 Merge a340355b74 into 046c79fd15 2024-01-11 18:57:41 +01:00
Pete
a340355b74 fix relative path to options forget
/location/options/forget instead of /location/forget.
2023-10-17 22:50:08 +10:00

View File

@@ -4,7 +4,7 @@
autorestic forget [-l, --location] [-a, --all] [--dry-run] [--prune]
```
This will prune and remove old data form the backends according to the [keep policy you have specified for the location](/location/forget).
This will prune and remove old data form the backends according to the [keep policy you have specified for the location](/location/options/forget).
The `--dry-run` flag will do a dry run showing what would have been deleted, but won't touch the actual data.