You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
349 B
12 lines
349 B
# Forget
|
|
|
|
```bash
|
|
autorestic forget [-l, --location] [-a, --all] [--dry-run]
|
|
```
|
|
|
|
This will prune and remove old data form the backends according to the [keep policy you have specified for the location](/locations/forget)
|
|
|
|
The `--dry-run` flag will do a dry run showing what would have been deleted, but won't touch the actual data.
|
|
|
|
> :ToCPrevNext
|