From ccb886293b208d5225415e54225b0a2330d30a47 Mon Sep 17 00:00:00 2001 From: James Munson Date: Fri, 22 Sep 2023 15:45:53 -0600 Subject: [PATCH] Add a note about best practice for choice of a backup store. Propagate to all 1.[456].x docs Signed-off-by: James Munson --- content/docs/1.4.0/best-practices.md | 2 +- .../backup-and-restore/set-backup-target.md | 2 ++ content/docs/1.4.1/best-practices.md | 2 +- .../backup-and-restore/set-backup-target.md | 2 ++ content/docs/1.4.2/best-practices.md | 2 +- .../backup-and-restore/set-backup-target.md | 2 ++ content/docs/1.4.3/best-practices.md | 2 +- .../backup-and-restore/set-backup-target.md | 2 ++ content/docs/1.4.4/best-practices.md | 2 +- .../backup-and-restore/set-backup-target.md | 2 ++ content/docs/1.4.5/best-practices.md | 2 +- .../backup-and-restore/set-backup-target.md | 2 ++ content/docs/1.5.0/best-practices.md | 2 +- .../backup-and-restore/set-backup-target.md | 2 ++ content/docs/1.5.1/best-practices.md | 2 +- .../backup-and-restore/set-backup-target.md | 2 ++ content/docs/1.5.2/best-practices.md | 2 +- .../backup-and-restore/set-backup-target.md | 2 ++ content/docs/1.5.3/best-practices.md | 2 +- .../backup-and-restore/set-backup-target.md | 2 ++ content/docs/1.5.4/best-practices.md | 2 +- .../backup-and-restore/set-backup-target.md | 2 ++ content/docs/1.6.0/best-practices.md | 2 +- .../backup-and-restore/set-backup-target.md | 2 ++ 24 files changed, 36 insertions(+), 12 deletions(-) diff --git a/content/docs/1.4.0/best-practices.md b/content/docs/1.4.0/best-practices.md index 024d82063..a462f4a53 100644 --- a/content/docs/1.4.0/best-practices.md +++ b/content/docs/1.4.0/best-practices.md @@ -94,7 +94,7 @@ If you're using `ext4` as the filesystem of the volume, we recommend adding a li ## Volume Maintenance -We highly recommend using the built-in backup feature of Longhorn. +Using Longhorn's built-in backup feature is highly recommended. You can save backups to an object store such as S3 or to an NFS server. Saving to an object store is preferable because it generally offers better reliability. Another advantage is that you do not need to mount and unmount the target, which can complicate failover and upgrades. For each volume, schedule at least one recurring backup. If you must run Longhorn in production without a backupstore, then schedule at least one recurring snapshot for each volume. diff --git a/content/docs/1.4.0/snapshots-and-backups/backup-and-restore/set-backup-target.md b/content/docs/1.4.0/snapshots-and-backups/backup-and-restore/set-backup-target.md index bbcdbd57d..35e8d0bce 100644 --- a/content/docs/1.4.0/snapshots-and-backups/backup-and-restore/set-backup-target.md +++ b/content/docs/1.4.0/snapshots-and-backups/backup-and-restore/set-backup-target.md @@ -5,6 +5,8 @@ weight: 1 A backup target is the endpoint used to access a backupstore in Longhorn. A backupstore is a NFS server or S3 compatible server that stores the backups of Longhorn volumes. The backup target can be set at `Settings/General/BackupTarget`. +Saving to an object store such as S3 is preferable because it generally offers better reliability. Another advantage is that you do not need to mount and unmount the target, which can complicate failover and upgrades. + For more information about how the backupstore works in Longhorn, see the [concepts section.](../../../concepts/#3-backups-and-secondary-storage) If you don't have access to AWS S3 or want to give the backupstore a try first, we've also provided a way to [setup a local S3 testing backupstore](#set-up-a-local-testing-backupstore) using [MinIO](https://minio.io/). diff --git a/content/docs/1.4.1/best-practices.md b/content/docs/1.4.1/best-practices.md index 024d82063..a462f4a53 100644 --- a/content/docs/1.4.1/best-practices.md +++ b/content/docs/1.4.1/best-practices.md @@ -94,7 +94,7 @@ If you're using `ext4` as the filesystem of the volume, we recommend adding a li ## Volume Maintenance -We highly recommend using the built-in backup feature of Longhorn. +Using Longhorn's built-in backup feature is highly recommended. You can save backups to an object store such as S3 or to an NFS server. Saving to an object store is preferable because it generally offers better reliability. Another advantage is that you do not need to mount and unmount the target, which can complicate failover and upgrades. For each volume, schedule at least one recurring backup. If you must run Longhorn in production without a backupstore, then schedule at least one recurring snapshot for each volume. diff --git a/content/docs/1.4.1/snapshots-and-backups/backup-and-restore/set-backup-target.md b/content/docs/1.4.1/snapshots-and-backups/backup-and-restore/set-backup-target.md index bbcdbd57d..35e8d0bce 100644 --- a/content/docs/1.4.1/snapshots-and-backups/backup-and-restore/set-backup-target.md +++ b/content/docs/1.4.1/snapshots-and-backups/backup-and-restore/set-backup-target.md @@ -5,6 +5,8 @@ weight: 1 A backup target is the endpoint used to access a backupstore in Longhorn. A backupstore is a NFS server or S3 compatible server that stores the backups of Longhorn volumes. The backup target can be set at `Settings/General/BackupTarget`. +Saving to an object store such as S3 is preferable because it generally offers better reliability. Another advantage is that you do not need to mount and unmount the target, which can complicate failover and upgrades. + For more information about how the backupstore works in Longhorn, see the [concepts section.](../../../concepts/#3-backups-and-secondary-storage) If you don't have access to AWS S3 or want to give the backupstore a try first, we've also provided a way to [setup a local S3 testing backupstore](#set-up-a-local-testing-backupstore) using [MinIO](https://minio.io/). diff --git a/content/docs/1.4.2/best-practices.md b/content/docs/1.4.2/best-practices.md index 024d82063..a462f4a53 100644 --- a/content/docs/1.4.2/best-practices.md +++ b/content/docs/1.4.2/best-practices.md @@ -94,7 +94,7 @@ If you're using `ext4` as the filesystem of the volume, we recommend adding a li ## Volume Maintenance -We highly recommend using the built-in backup feature of Longhorn. +Using Longhorn's built-in backup feature is highly recommended. You can save backups to an object store such as S3 or to an NFS server. Saving to an object store is preferable because it generally offers better reliability. Another advantage is that you do not need to mount and unmount the target, which can complicate failover and upgrades. For each volume, schedule at least one recurring backup. If you must run Longhorn in production without a backupstore, then schedule at least one recurring snapshot for each volume. diff --git a/content/docs/1.4.2/snapshots-and-backups/backup-and-restore/set-backup-target.md b/content/docs/1.4.2/snapshots-and-backups/backup-and-restore/set-backup-target.md index bbcdbd57d..35e8d0bce 100644 --- a/content/docs/1.4.2/snapshots-and-backups/backup-and-restore/set-backup-target.md +++ b/content/docs/1.4.2/snapshots-and-backups/backup-and-restore/set-backup-target.md @@ -5,6 +5,8 @@ weight: 1 A backup target is the endpoint used to access a backupstore in Longhorn. A backupstore is a NFS server or S3 compatible server that stores the backups of Longhorn volumes. The backup target can be set at `Settings/General/BackupTarget`. +Saving to an object store such as S3 is preferable because it generally offers better reliability. Another advantage is that you do not need to mount and unmount the target, which can complicate failover and upgrades. + For more information about how the backupstore works in Longhorn, see the [concepts section.](../../../concepts/#3-backups-and-secondary-storage) If you don't have access to AWS S3 or want to give the backupstore a try first, we've also provided a way to [setup a local S3 testing backupstore](#set-up-a-local-testing-backupstore) using [MinIO](https://minio.io/). diff --git a/content/docs/1.4.3/best-practices.md b/content/docs/1.4.3/best-practices.md index ef9ca2170..a6802c78b 100644 --- a/content/docs/1.4.3/best-practices.md +++ b/content/docs/1.4.3/best-practices.md @@ -94,7 +94,7 @@ If you're using `ext4` as the filesystem of the volume, we recommend adding a li ## Volume Maintenance -We highly recommend using the built-in backup feature of Longhorn. +Using Longhorn's built-in backup feature is highly recommended. You can save backups to an object store such as S3 or to an NFS server. Saving to an object store is preferable because it generally offers better reliability. Another advantage is that you do not need to mount and unmount the target, which can complicate failover and upgrades. For each volume, schedule at least one recurring backup. If you must run Longhorn in production without a backupstore, then schedule at least one recurring snapshot for each volume. diff --git a/content/docs/1.4.3/snapshots-and-backups/backup-and-restore/set-backup-target.md b/content/docs/1.4.3/snapshots-and-backups/backup-and-restore/set-backup-target.md index bbcdbd57d..35e8d0bce 100644 --- a/content/docs/1.4.3/snapshots-and-backups/backup-and-restore/set-backup-target.md +++ b/content/docs/1.4.3/snapshots-and-backups/backup-and-restore/set-backup-target.md @@ -5,6 +5,8 @@ weight: 1 A backup target is the endpoint used to access a backupstore in Longhorn. A backupstore is a NFS server or S3 compatible server that stores the backups of Longhorn volumes. The backup target can be set at `Settings/General/BackupTarget`. +Saving to an object store such as S3 is preferable because it generally offers better reliability. Another advantage is that you do not need to mount and unmount the target, which can complicate failover and upgrades. + For more information about how the backupstore works in Longhorn, see the [concepts section.](../../../concepts/#3-backups-and-secondary-storage) If you don't have access to AWS S3 or want to give the backupstore a try first, we've also provided a way to [setup a local S3 testing backupstore](#set-up-a-local-testing-backupstore) using [MinIO](https://minio.io/). diff --git a/content/docs/1.4.4/best-practices.md b/content/docs/1.4.4/best-practices.md index ef9ca2170..a6802c78b 100644 --- a/content/docs/1.4.4/best-practices.md +++ b/content/docs/1.4.4/best-practices.md @@ -94,7 +94,7 @@ If you're using `ext4` as the filesystem of the volume, we recommend adding a li ## Volume Maintenance -We highly recommend using the built-in backup feature of Longhorn. +Using Longhorn's built-in backup feature is highly recommended. You can save backups to an object store such as S3 or to an NFS server. Saving to an object store is preferable because it generally offers better reliability. Another advantage is that you do not need to mount and unmount the target, which can complicate failover and upgrades. For each volume, schedule at least one recurring backup. If you must run Longhorn in production without a backupstore, then schedule at least one recurring snapshot for each volume. diff --git a/content/docs/1.4.4/snapshots-and-backups/backup-and-restore/set-backup-target.md b/content/docs/1.4.4/snapshots-and-backups/backup-and-restore/set-backup-target.md index bbcdbd57d..35e8d0bce 100644 --- a/content/docs/1.4.4/snapshots-and-backups/backup-and-restore/set-backup-target.md +++ b/content/docs/1.4.4/snapshots-and-backups/backup-and-restore/set-backup-target.md @@ -5,6 +5,8 @@ weight: 1 A backup target is the endpoint used to access a backupstore in Longhorn. A backupstore is a NFS server or S3 compatible server that stores the backups of Longhorn volumes. The backup target can be set at `Settings/General/BackupTarget`. +Saving to an object store such as S3 is preferable because it generally offers better reliability. Another advantage is that you do not need to mount and unmount the target, which can complicate failover and upgrades. + For more information about how the backupstore works in Longhorn, see the [concepts section.](../../../concepts/#3-backups-and-secondary-storage) If you don't have access to AWS S3 or want to give the backupstore a try first, we've also provided a way to [setup a local S3 testing backupstore](#set-up-a-local-testing-backupstore) using [MinIO](https://minio.io/). diff --git a/content/docs/1.4.5/best-practices.md b/content/docs/1.4.5/best-practices.md index ef9ca2170..a6802c78b 100644 --- a/content/docs/1.4.5/best-practices.md +++ b/content/docs/1.4.5/best-practices.md @@ -94,7 +94,7 @@ If you're using `ext4` as the filesystem of the volume, we recommend adding a li ## Volume Maintenance -We highly recommend using the built-in backup feature of Longhorn. +Using Longhorn's built-in backup feature is highly recommended. You can save backups to an object store such as S3 or to an NFS server. Saving to an object store is preferable because it generally offers better reliability. Another advantage is that you do not need to mount and unmount the target, which can complicate failover and upgrades. For each volume, schedule at least one recurring backup. If you must run Longhorn in production without a backupstore, then schedule at least one recurring snapshot for each volume. diff --git a/content/docs/1.4.5/snapshots-and-backups/backup-and-restore/set-backup-target.md b/content/docs/1.4.5/snapshots-and-backups/backup-and-restore/set-backup-target.md index bbcdbd57d..35e8d0bce 100644 --- a/content/docs/1.4.5/snapshots-and-backups/backup-and-restore/set-backup-target.md +++ b/content/docs/1.4.5/snapshots-and-backups/backup-and-restore/set-backup-target.md @@ -5,6 +5,8 @@ weight: 1 A backup target is the endpoint used to access a backupstore in Longhorn. A backupstore is a NFS server or S3 compatible server that stores the backups of Longhorn volumes. The backup target can be set at `Settings/General/BackupTarget`. +Saving to an object store such as S3 is preferable because it generally offers better reliability. Another advantage is that you do not need to mount and unmount the target, which can complicate failover and upgrades. + For more information about how the backupstore works in Longhorn, see the [concepts section.](../../../concepts/#3-backups-and-secondary-storage) If you don't have access to AWS S3 or want to give the backupstore a try first, we've also provided a way to [setup a local S3 testing backupstore](#set-up-a-local-testing-backupstore) using [MinIO](https://minio.io/). diff --git a/content/docs/1.5.0/best-practices.md b/content/docs/1.5.0/best-practices.md index 43accd09e..51fe1f1ef 100644 --- a/content/docs/1.5.0/best-practices.md +++ b/content/docs/1.5.0/best-practices.md @@ -95,7 +95,7 @@ If you're using `ext4` as the filesystem of the volume, we recommend adding a li ## Volume Maintenance -We highly recommend using the built-in backup feature of Longhorn. +Using Longhorn's built-in backup feature is highly recommended. You can save backups to an object store such as S3 or to an NFS server. Saving to an object store is preferable because it generally offers better reliability. Another advantage is that you do not need to mount and unmount the target, which can complicate failover and upgrades. For each volume, schedule at least one recurring backup. If you must run Longhorn in production without a backupstore, then schedule at least one recurring snapshot for each volume. diff --git a/content/docs/1.5.0/snapshots-and-backups/backup-and-restore/set-backup-target.md b/content/docs/1.5.0/snapshots-and-backups/backup-and-restore/set-backup-target.md index d647f9afb..b1d717205 100644 --- a/content/docs/1.5.0/snapshots-and-backups/backup-and-restore/set-backup-target.md +++ b/content/docs/1.5.0/snapshots-and-backups/backup-and-restore/set-backup-target.md @@ -5,6 +5,8 @@ weight: 1 A backup target is an endpoint used to access a backup store in Longhorn. A backup store is an NFS server, SMB/CIFS server, Azure Blob Storage server, or S3 compatible server that stores the backups of Longhorn volumes. The backup target can be set at `Settings/General/BackupTarget`. +Saving to an object store such as S3 is preferable because it generally offers better reliability. Another advantage is that you do not need to mount and unmount the target, which can complicate failover and upgrades. + For more information about how the backupstore works in Longhorn, see the [concepts section.](../../../concepts/#3-backups-and-secondary-storage) If you don't have access to AWS S3 or want to give the backupstore a try first, we've also provided a way to [setup a local S3 testing backupstore](#set-up-a-local-testing-backupstore) using [MinIO](https://minio.io/). diff --git a/content/docs/1.5.1/best-practices.md b/content/docs/1.5.1/best-practices.md index 82e4eeeda..7b5ae5f0b 100644 --- a/content/docs/1.5.1/best-practices.md +++ b/content/docs/1.5.1/best-practices.md @@ -95,7 +95,7 @@ If you're using `ext4` as the filesystem of the volume, we recommend adding a li ## Volume Maintenance -We highly recommend using the built-in backup feature of Longhorn. +Using Longhorn's built-in backup feature is highly recommended. You can save backups to an object store such as S3 or to an NFS server. Saving to an object store is preferable because it generally offers better reliability. Another advantage is that you do not need to mount and unmount the target, which can complicate failover and upgrades. For each volume, schedule at least one recurring backup. If you must run Longhorn in production without a backupstore, then schedule at least one recurring snapshot for each volume. diff --git a/content/docs/1.5.1/snapshots-and-backups/backup-and-restore/set-backup-target.md b/content/docs/1.5.1/snapshots-and-backups/backup-and-restore/set-backup-target.md index d647f9afb..b1d717205 100644 --- a/content/docs/1.5.1/snapshots-and-backups/backup-and-restore/set-backup-target.md +++ b/content/docs/1.5.1/snapshots-and-backups/backup-and-restore/set-backup-target.md @@ -5,6 +5,8 @@ weight: 1 A backup target is an endpoint used to access a backup store in Longhorn. A backup store is an NFS server, SMB/CIFS server, Azure Blob Storage server, or S3 compatible server that stores the backups of Longhorn volumes. The backup target can be set at `Settings/General/BackupTarget`. +Saving to an object store such as S3 is preferable because it generally offers better reliability. Another advantage is that you do not need to mount and unmount the target, which can complicate failover and upgrades. + For more information about how the backupstore works in Longhorn, see the [concepts section.](../../../concepts/#3-backups-and-secondary-storage) If you don't have access to AWS S3 or want to give the backupstore a try first, we've also provided a way to [setup a local S3 testing backupstore](#set-up-a-local-testing-backupstore) using [MinIO](https://minio.io/). diff --git a/content/docs/1.5.2/best-practices.md b/content/docs/1.5.2/best-practices.md index 82e4eeeda..7b5ae5f0b 100644 --- a/content/docs/1.5.2/best-practices.md +++ b/content/docs/1.5.2/best-practices.md @@ -95,7 +95,7 @@ If you're using `ext4` as the filesystem of the volume, we recommend adding a li ## Volume Maintenance -We highly recommend using the built-in backup feature of Longhorn. +Using Longhorn's built-in backup feature is highly recommended. You can save backups to an object store such as S3 or to an NFS server. Saving to an object store is preferable because it generally offers better reliability. Another advantage is that you do not need to mount and unmount the target, which can complicate failover and upgrades. For each volume, schedule at least one recurring backup. If you must run Longhorn in production without a backupstore, then schedule at least one recurring snapshot for each volume. diff --git a/content/docs/1.5.2/snapshots-and-backups/backup-and-restore/set-backup-target.md b/content/docs/1.5.2/snapshots-and-backups/backup-and-restore/set-backup-target.md index d647f9afb..b1d717205 100644 --- a/content/docs/1.5.2/snapshots-and-backups/backup-and-restore/set-backup-target.md +++ b/content/docs/1.5.2/snapshots-and-backups/backup-and-restore/set-backup-target.md @@ -5,6 +5,8 @@ weight: 1 A backup target is an endpoint used to access a backup store in Longhorn. A backup store is an NFS server, SMB/CIFS server, Azure Blob Storage server, or S3 compatible server that stores the backups of Longhorn volumes. The backup target can be set at `Settings/General/BackupTarget`. +Saving to an object store such as S3 is preferable because it generally offers better reliability. Another advantage is that you do not need to mount and unmount the target, which can complicate failover and upgrades. + For more information about how the backupstore works in Longhorn, see the [concepts section.](../../../concepts/#3-backups-and-secondary-storage) If you don't have access to AWS S3 or want to give the backupstore a try first, we've also provided a way to [setup a local S3 testing backupstore](#set-up-a-local-testing-backupstore) using [MinIO](https://minio.io/). diff --git a/content/docs/1.5.3/best-practices.md b/content/docs/1.5.3/best-practices.md index 82e4eeeda..7b5ae5f0b 100644 --- a/content/docs/1.5.3/best-practices.md +++ b/content/docs/1.5.3/best-practices.md @@ -95,7 +95,7 @@ If you're using `ext4` as the filesystem of the volume, we recommend adding a li ## Volume Maintenance -We highly recommend using the built-in backup feature of Longhorn. +Using Longhorn's built-in backup feature is highly recommended. You can save backups to an object store such as S3 or to an NFS server. Saving to an object store is preferable because it generally offers better reliability. Another advantage is that you do not need to mount and unmount the target, which can complicate failover and upgrades. For each volume, schedule at least one recurring backup. If you must run Longhorn in production without a backupstore, then schedule at least one recurring snapshot for each volume. diff --git a/content/docs/1.5.3/snapshots-and-backups/backup-and-restore/set-backup-target.md b/content/docs/1.5.3/snapshots-and-backups/backup-and-restore/set-backup-target.md index d647f9afb..b1d717205 100644 --- a/content/docs/1.5.3/snapshots-and-backups/backup-and-restore/set-backup-target.md +++ b/content/docs/1.5.3/snapshots-and-backups/backup-and-restore/set-backup-target.md @@ -5,6 +5,8 @@ weight: 1 A backup target is an endpoint used to access a backup store in Longhorn. A backup store is an NFS server, SMB/CIFS server, Azure Blob Storage server, or S3 compatible server that stores the backups of Longhorn volumes. The backup target can be set at `Settings/General/BackupTarget`. +Saving to an object store such as S3 is preferable because it generally offers better reliability. Another advantage is that you do not need to mount and unmount the target, which can complicate failover and upgrades. + For more information about how the backupstore works in Longhorn, see the [concepts section.](../../../concepts/#3-backups-and-secondary-storage) If you don't have access to AWS S3 or want to give the backupstore a try first, we've also provided a way to [setup a local S3 testing backupstore](#set-up-a-local-testing-backupstore) using [MinIO](https://minio.io/). diff --git a/content/docs/1.5.4/best-practices.md b/content/docs/1.5.4/best-practices.md index 82e4eeeda..7b5ae5f0b 100644 --- a/content/docs/1.5.4/best-practices.md +++ b/content/docs/1.5.4/best-practices.md @@ -95,7 +95,7 @@ If you're using `ext4` as the filesystem of the volume, we recommend adding a li ## Volume Maintenance -We highly recommend using the built-in backup feature of Longhorn. +Using Longhorn's built-in backup feature is highly recommended. You can save backups to an object store such as S3 or to an NFS server. Saving to an object store is preferable because it generally offers better reliability. Another advantage is that you do not need to mount and unmount the target, which can complicate failover and upgrades. For each volume, schedule at least one recurring backup. If you must run Longhorn in production without a backupstore, then schedule at least one recurring snapshot for each volume. diff --git a/content/docs/1.5.4/snapshots-and-backups/backup-and-restore/set-backup-target.md b/content/docs/1.5.4/snapshots-and-backups/backup-and-restore/set-backup-target.md index d647f9afb..b1d717205 100644 --- a/content/docs/1.5.4/snapshots-and-backups/backup-and-restore/set-backup-target.md +++ b/content/docs/1.5.4/snapshots-and-backups/backup-and-restore/set-backup-target.md @@ -5,6 +5,8 @@ weight: 1 A backup target is an endpoint used to access a backup store in Longhorn. A backup store is an NFS server, SMB/CIFS server, Azure Blob Storage server, or S3 compatible server that stores the backups of Longhorn volumes. The backup target can be set at `Settings/General/BackupTarget`. +Saving to an object store such as S3 is preferable because it generally offers better reliability. Another advantage is that you do not need to mount and unmount the target, which can complicate failover and upgrades. + For more information about how the backupstore works in Longhorn, see the [concepts section.](../../../concepts/#3-backups-and-secondary-storage) If you don't have access to AWS S3 or want to give the backupstore a try first, we've also provided a way to [setup a local S3 testing backupstore](#set-up-a-local-testing-backupstore) using [MinIO](https://minio.io/). diff --git a/content/docs/1.6.0/best-practices.md b/content/docs/1.6.0/best-practices.md index 82e4eeeda..7b5ae5f0b 100644 --- a/content/docs/1.6.0/best-practices.md +++ b/content/docs/1.6.0/best-practices.md @@ -95,7 +95,7 @@ If you're using `ext4` as the filesystem of the volume, we recommend adding a li ## Volume Maintenance -We highly recommend using the built-in backup feature of Longhorn. +Using Longhorn's built-in backup feature is highly recommended. You can save backups to an object store such as S3 or to an NFS server. Saving to an object store is preferable because it generally offers better reliability. Another advantage is that you do not need to mount and unmount the target, which can complicate failover and upgrades. For each volume, schedule at least one recurring backup. If you must run Longhorn in production without a backupstore, then schedule at least one recurring snapshot for each volume. diff --git a/content/docs/1.6.0/snapshots-and-backups/backup-and-restore/set-backup-target.md b/content/docs/1.6.0/snapshots-and-backups/backup-and-restore/set-backup-target.md index d647f9afb..b1d717205 100644 --- a/content/docs/1.6.0/snapshots-and-backups/backup-and-restore/set-backup-target.md +++ b/content/docs/1.6.0/snapshots-and-backups/backup-and-restore/set-backup-target.md @@ -5,6 +5,8 @@ weight: 1 A backup target is an endpoint used to access a backup store in Longhorn. A backup store is an NFS server, SMB/CIFS server, Azure Blob Storage server, or S3 compatible server that stores the backups of Longhorn volumes. The backup target can be set at `Settings/General/BackupTarget`. +Saving to an object store such as S3 is preferable because it generally offers better reliability. Another advantage is that you do not need to mount and unmount the target, which can complicate failover and upgrades. + For more information about how the backupstore works in Longhorn, see the [concepts section.](../../../concepts/#3-backups-and-secondary-storage) If you don't have access to AWS S3 or want to give the backupstore a try first, we've also provided a way to [setup a local S3 testing backupstore](#set-up-a-local-testing-backupstore) using [MinIO](https://minio.io/).