Skip to content

Commit

Permalink
STAC-21608: Explaining new format of backupRetentionTimeDelta (#1497)
Browse files Browse the repository at this point in the history
  • Loading branch information
viliakov authored Dec 17, 2024
1 parent 74cfdfd commit 364e234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/data-management/backup_restore/kubernetes_backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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\)

Expand Down

0 comments on commit 364e234

Please sign in to comment.