From e43ab2dfd6e42b258428643885b8df9e3939202a Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Wed, 27 Apr 2022 00:29:25 +0200 Subject: [PATCH] docs for tagging --- docs/markdown/migration/1.4_1.5.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/markdown/migration/1.4_1.5.md b/docs/markdown/migration/1.4_1.5.md index 349bc40..c402004 100644 --- a/docs/markdown/migration/1.4_1.5.md +++ b/docs/markdown/migration/1.4_1.5.md @@ -57,4 +57,12 @@ locations: 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