Skip to content

Commit

Permalink
doc(1.8.0): update system backup's if-not-present volume backup policy
Browse files Browse the repository at this point in the history
longhorn/longhorn-6027

Signed-off-by: Chin-Ya Huang <[email protected]>
  • Loading branch information
c3y1huang authored and derekbit committed Nov 7, 2024
1 parent b834fb9 commit 5c4484a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ You can create a Longhorn system backup using the Longhorn UI. Or with the `kube

#### Volume Backup Policy
The Longhorn system backup offers the following volume backup policies:
- `if-not-present`: Longhorn will create a backup for volumes that currently lack a backup.
- `if-not-present`: Longhorn will create a backup for volumes that either lack an existing backup or have an outdated latest backup.
- `always`: Longhorn will create a backup for all volumes, regardless of their existing backups.
- `disabled`: Longhorn will not create any backups for volumes.

Expand Down

0 comments on commit 5c4484a

Please sign in to comment.