Skip to content

Commit

Permalink
fix: incremental backup docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stijzermans committed Sep 25, 2024
1 parent 285c5b9 commit b23dc5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/installation-using-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ spec:
# the clone volume (works only, when a snapshot method is set to clone)
cascadeDelete: "true"
# backups will be created incrementally (works only when snapshot method is set to backup)
incrementalBackup: "true"
backupIncremental: "true"
```
For backups of Manila shares create another configuration of `volumesnapshotlocations.velero.io`:
Expand Down
2 changes: 1 addition & 1 deletion docs/installation-using-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ configuration:
# the clone volume (works only, when a snapshot method is set to clone)
cascadeDelete: "true"
# backups will be created incrementally (works only when snapshot method is set to backup)
incrementalBackup: "true"
backupIncremental: "true"
# for Manila shared filesystem storage
- name: manila
provider: community.openstack.org/openstack-manila
Expand Down

0 comments on commit b23dc5c

Please sign in to comment.