File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -328,25 +328,25 @@ The scripts require Telegram credentials to send notifications. These are manage
328
328
```
329
329
330
330
```plaintext
331
- backup_name: "backup-config1"
331
+ backup_name: "backup-config1"
332
332
333
- backup_paths:
334
- /etc: false
335
- /var/www: true
336
- /home: true
337
- /usr/local/bin: true
338
-
339
- onedrive_remote:
340
- daily: "onedrive:/backups/hostname/daily"
341
- weekly: "onedrive:/backups/hostname/weekly"
342
- monthly: "onedrive:/backups/hostname/monthly"
343
-
344
- retention:
345
- daily_retention: 7
346
- weekly_retention: 4
347
- monthly_retention: 12
333
+ backup_paths:
334
+ /etc: false
335
+ /var/www: true
336
+ /home: true
337
+ /usr/local/bin: true
338
+
339
+ onedrive_remote:
340
+ daily: "onedrive:/backups/hostname/daily"
341
+ weekly: "onedrive:/backups/hostname/weekly"
342
+ monthly: "onedrive:/backups/hostname/monthly"
343
+
344
+ retention:
345
+ daily_retention: 7
346
+ weekly_retention: 4
347
+ monthly_retention: 12
348
348
349
- max_local_backups: 3 # Optional: Defaults to 0 if not specified.
349
+ max_local_backups: 3 # Optional: Defaults to 0 if not specified.
350
350
```
351
351
352
352
```bash
You can’t perform that action at this time.
0 commit comments