diff --git a/app/vmbackupmanager/README.md b/app/vmbackupmanager/README.md index 0cf86d569..379b471ec 100644 --- a/app/vmbackupmanager/README.md +++ b/app/vmbackupmanager/README.md @@ -124,7 +124,9 @@ Backup retention policy is controlled by: * -keepLastWeekly - keep the last N weekly backups. Disabled by default * -keepLastMonthly - keep the last N monthly backups. Disabled by default -*Note*: 0 value in every keepLast flag results into deletion ALL backups for particular type (hourly, daily, weekly and monthly) +> *Note*: 0 value in every keepLast flag results into deletion of ALL backups for particular type (hourly, daily, weekly and monthly) + +> *Note*: retention policy does not enforce removing previous versions of objects in object storages such if versioning is enabled. See [these docs](https://docs.victoriametrics.com/vmbackup.html#permanent-deletion-of-objects-in-s3-and-compatible-storages) for more details. Let’s assume we have a backup manager collecting daily backups for the past 10 days. diff --git a/docs/vmbackupmanager.md b/docs/vmbackupmanager.md index 17b8197bd..1eca8ea6c 100644 --- a/docs/vmbackupmanager.md +++ b/docs/vmbackupmanager.md @@ -135,7 +135,9 @@ Backup retention policy is controlled by: * -keepLastWeekly - keep the last N weekly backups. Disabled by default * -keepLastMonthly - keep the last N monthly backups. Disabled by default -*Note*: 0 value in every keepLast flag results into deletion ALL backups for particular type (hourly, daily, weekly and monthly) +> *Note*: 0 value in every keepLast flag results into deletion of ALL backups for particular type (hourly, daily, weekly and monthly) + +> *Note*: retention policy does not enforce removing previous versions of objects in object storages such if versioning is enabled. See [these docs](https://docs.victoriametrics.com/vmbackup.html#permanent-deletion-of-objects-in-s3-and-compatible-storages) for more details. Let’s assume we have a backup manager collecting daily backups for the past 10 days.