Skip to content

Commit

Permalink
Update settings.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chazlarson authored Jun 12, 2024
1 parent 006526c commit f2570dd
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions docs/saltbox/backup/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,17 +141,16 @@ 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 (13)
backup_cleanup_enabled: false (14)
backup_cleanup_custom_rclone_flags: "" (15)
``` { .shell .annotate }
backup_cleanup_number: 99 # (13)!
backup_cleanup_enabled: false # (14)!
backup_cleanup_custom_rclone_flags: "" # (15)!
# if you are using backup2
backup2_cleanup_number: 99 (13)
backup2_cleanup_enabled: false (14)
backup2_cleanup_custom_rclone_flags: "" (15)
backup2_cleanup_number: 99 # (13)!
backup2_cleanup_enabled: false # (14)!
backup2_cleanup_custom_rclone_flags: "" # (15)!
```
{ .annotate }

Lorem ipsum dolor sit amet, (1) consectetur adipiscing elit.
{ .annotate }
Expand Down

0 comments on commit f2570dd

Please sign in to comment.