From e0b3e6fa5f7ee5f247f56b12ab7ceeefdb19ac1f Mon Sep 17 00:00:00 2001 From: Nolan Brubaker Date: Mon, 6 May 2019 13:15:12 -0400 Subject: [PATCH] Add note about restic support being beta (#1446) Signed-off-by: Nolan Brubaker --- docs/restic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/restic.md b/docs/restic.md index 1605177c5..d67a9a269 100644 --- a/docs/restic.md +++ b/docs/restic.md @@ -1,6 +1,6 @@ # Restic Integration -Velero has support for backing up and restoring Kubernetes volumes using a free open-source backup tool called [restic][1]. +Velero has support for backing up and restoring Kubernetes volumes using a free open-source backup tool called [restic][1]. This support is considered beta quality. Velero has always allowed you to take snapshots of persistent volumes as part of your backups if you’re using one of the supported cloud providers’ block storage offerings (Amazon EBS Volumes, Azure Managed Disks, Google Persistent Disks).