docs for tagging

This commit is contained in:
2022-04-27 00:29:25 +02:00
parent 1bb9973e90
commit e43ab2dfd6

View File

@@ -57,4 +57,12 @@ locations:
type: volume type: volume
``` ```
## Tagging
Autorestic changed the way backups are referenced. Before we took the paths as the identifying information. Now autorestic uses native restic tags to reference them. This means that old backups are not referenced. You can the old snapshots manually. An example can be shown below.
```bash
autorestic exec -va -- tag --add ar:location:LOCATION_NAME # Only if you have only one location
```
> :ToCPrevNext > :ToCPrevNext