Skip to content

Commit 3bc8729

Browse files
authored
Update README.md
1 parent 85474cb commit 3bc8729

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -328,25 +328,25 @@ The scripts require Telegram credentials to send notifications. These are manage
328328
```
329329
330330
```plaintext
331-
backup_name: "backup-config1"
331+
backup_name: "backup-config1"
332332
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
348348
349-
max_local_backups: 3 # Optional: Defaults to 0 if not specified.
349+
max_local_backups: 3 # Optional: Defaults to 0 if not specified.
350350
```
351351
352352
```bash

0 commit comments

Comments
 (0)