Skip to content

Commit

Permalink
Fix a typo with backups docs
Browse files Browse the repository at this point in the history
Signed-off-by: Simon <[email protected]>
  • Loading branch information
Androz2091 authored and derekbit committed Oct 9, 2024
1 parent 06d235b commit 693b919
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The following parameters should be specified for each recurring job selector:

- `task`: Type of the job. Longhorn supports the following:
- `backup`: periodically create snapshots then do backups after cleaning up outdated snapshots
- `backup-force-create`: periodically create snapshots the do backups
- `backup-force-create`: periodically create snapshots then do backups
- `snapshot`: periodically create snapshots after cleaning up outdated snapshots
- `snapshot-force-create`: periodically create snapshots
- `snapshot-cleanup`: periodically purge removable snapshots and system snapshots
Expand Down Expand Up @@ -229,4 +229,4 @@ Longhorn performs delta backups by default, which means that only data that was
When a non-zero `full-backup-interval` parameter is set, Longhorn performs a full backup every `full-backup-interval` incremental backups. During a full backup, Longhorn uploads all data blocks in the volume. Data blocks that exist in the backupstore, including corrupted ones, are overwritten.

> **Important**:
> Performing a full backup might take longer and generate higher network throughput and costs than the default incremental backup.
> Performing a full backup might take longer and generate higher network throughput and costs than the default incremental backup.

0 comments on commit 693b919

Please sign in to comment.