Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Thomas <[email protected]>
  • Loading branch information
1 parent 4a29f41 commit 26bcfbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ Retention policy is (optional) part of Backup Policy. It consists of 2 integer f
* `full`: The total number of full backups to retain. If not specified, all full backups are kept. The minimum is 1, meaning each new full backup deletes the previous one.
* `incremental`: The number of full backups to retain their incremental backups. Cannot exceed `full`. Minimum is 0, it means that all old incremental backups will be deleted after each full.

If no RetentionPolicy is specified, the system will default to retaining all backups, mimicking the previous KeepAll behavior.
If no retention policy is specified, the system defaults to retaining all full and incremental backups, the same as the `KeepAll` value in older versions.

After each successfull full backup, all existing backups are scanned to count full and incremental backups.
Service then removes older full backups and their associated incrementals as needed to retain only
Expand Down

0 comments on commit 26bcfbe

Please sign in to comment.