From 3fccc1a2ed085a0f0d7008989180fafa44176cc3 Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Wed, 23 Jan 2019 13:34:09 -0800 Subject: [PATCH] Update backup.md Add NFS backup target URL pattern. --- docs/backup.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/backup.md b/docs/backup.md index 9511064..4a48259 100644 --- a/docs/backup.md +++ b/docs/backup.md @@ -83,3 +83,15 @@ data: AWS_ENDPOINTS: aHR0cDovL21pbmlvLXNlcnZpY2UuZGVmYXVsdDo5MDAw # http://minio-service.default:9000 ``` Notice the secret must be created in the `longhorn-system` namespace for Longhorn to access. + + +#### NFS backupstore + +For using NFS server as backupstore, NFS server must support NFSv4. + +The target URL would looks like: +``` +nfs://longhorn-test-nfs-svc.default:/opt/backupstore +``` + +You can find an example NFS backupstore for testing purpose [here](https://github.com/rancher/longhorn/blob/master/deploy/backupstores/nfs-backupstore.yaml).