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 fbfedd4 commit 006526c
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions docs/saltbox/backup/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,21 @@ 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:

``` { .annotate }
backup_cleanup_number: 99 # (13)!
backup_cleanup_enabled: false # (14)!
backup_cleanup_custom_rclone_flags: "" # (15)!
```
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 }

1. :man_raising_hand: I'm an annotation! I can contain `code`, __formatted
text__, images, ... basically anything that can be expressed in Markdown.

0 comments on commit 006526c

Please sign in to comment.