You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/ROOT/pages/how-tos/archive.adoc
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
For long-term storage of your backups you may want to use cheaper storage. Even if this is slower to restore, you usually don't need to restore that data frequently, so you save some money.
4
4
5
+
[IMPORTANT]
6
+
====
7
+
Archives work by exporting existing restic snapshots to a separate storage backend.
8
+
At least one successful backup must exist in the restic repository before an archive job can produce any output.
9
+
If no snapshots exist, the archive job will complete without archiving anything and without reporting an error.
10
+
====
11
+
5
12
The `Archive` object defines the restore method and back-end required to archive backups of your namespace:
0 commit comments