From 7a6c28cef99ecc6e50250f1858078036e490f74c Mon Sep 17 00:00:00 2001 From: Chaz Larson Date: Wed, 12 Jun 2024 16:23:31 -0500 Subject: [PATCH] Update settings.md --- docs/saltbox/backup/settings.md | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/docs/saltbox/backup/settings.md b/docs/saltbox/backup/settings.md index ea70f7a4a..c8f67d6e7 100644 --- a/docs/saltbox/backup/settings.md +++ b/docs/saltbox/backup/settings.md @@ -132,8 +132,8 @@ By default, Saltbox will keep all previous backups that have been pushed to an r If you wish to change that you can use these variables in your inventory: ``` -backup_cleanup_number: 99 # -backup_cleanup_enabled: false # Enable or disable this backup pruning [if this is false, the previous value is ignored] +backup_cleanup_number: 99 # How many previous backups to retain [excluding the most recent] +backup_cleanup_enabled: false # Enable or disable this backup pruning [if this is false, the previous value is ignored] backup_cleanup_custom_rclone_flags: "" # Add these flags to the rclone run that performs the cleanup. # A use case might be to add `--drive-use-trash=false` # to delete immediately from Google Drive. @@ -143,21 +143,3 @@ backup2_cleanup_number: 99 backup2_cleanup_enabled: false backup2_cleanup_custom_rclone_flags: "" ``` - -``` -backup_cleanup_number: 99 (1) -``` -{ .annotate } - -1. How many previous backups to retain [excluding the most recent] - -`backup_cleanup_enabled: false` (2) -{ .annotate } - -2. Enable or disable this backup pruning [if this is false, the previous value is ignored] - -`backup_cleanup_custom_rclone_flags: ""` (3) -{ .annotate } - -3. Add these flags to the rclone run that performs the cleanup. A use case might be to add `--drive-use-trash=false` to delete immediately from Google Drive. -