From 4947931cffed873f80cf45d11495116fc2dcda74 Mon Sep 17 00:00:00 2001 From: Vladimir Iliakov Date: Tue, 27 Aug 2024 15:07:34 +0200 Subject: [PATCH] STAC-21608: Explaining new format of backupRetentionTimeDelta --- setup/data-management/backup_restore/kubernetes_backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/data-management/backup_restore/kubernetes_backup.md b/setup/data-management/backup_restore/kubernetes_backup.md index 1beb0598c..932cea505 100644 --- a/setup/data-management/backup_restore/kubernetes_backup.md +++ b/setup/data-management/backup_restore/kubernetes_backup.md @@ -198,7 +198,7 @@ The backup schedule can be configured using the Helm value `backup.stackGraph.sc By default, the StackGraph backups are kept for 30 days. As StackGraph backups are full backups, this can require a lot of storage. -The backup retention delta can be configured using the Helm value `backup.stackGraph.scheduled.backupRetentionTimeDelta`, specified in [Python timedelta format \(python.org\)](https://docs.python.org/3/library/datetime.html#timedelta-objects). +The backup retention delta can be configured using the Helm value `backup.stackGraph.scheduled.backupRetentionTimeDelta`, specified in the format of GNU date `--date` argument. For example, the default is `30 days ago`. See [Relative items in date strings](https://www.gnu.org/software/coreutils/manual/html_node/Relative-items-in-date-strings.html) for more examples. ## Metrics \(Victoria Metrics\)