Skip to content

Commit 13e5da9

Browse files
authored
Merge pull request #1162 from k8up-io/docs/archive-prerequisites-906
Document that archives require existing backups
2 parents f9db211 + 9b8bb1a commit 13e5da9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/modules/ROOT/pages/how-tos/archive.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

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+
512
The `Archive` object defines the restore method and back-end required to archive backups of your namespace:
613

714
[source,yaml]

0 commit comments

Comments
 (0)