Skip to content

Commit c1b0d37

Browse files
authored
Remove deprecated Borgmatic flags. By @witten (#17)
Unfortunately the screenshots also use the deprecated flags. (I did not update them as part of this.)
1 parent 4574eb2 commit c1b0d37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup/synology.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,13 @@ In the next screen, you can enter any name for the task. The user should be `roo
107107
Add the path of your Borg folder and backup script under *Task Settings*. E.g.
108108

109109
```
110-
/usr/local/bin/borgmatic -c /path/to/borgmatic.yml --create --prune
110+
/usr/local/bin/borgmatic -c /path/to/borgmatic.yml create prune
111111
```
112112

113113
To regularly verify the integrity of your backups, you can add a monthly task for repo-checking: (please don't do daily checks, as it puts a lot of load on our servers)
114114

115115
```
116-
/usr/local/bin/borgmatic -c /path/to/borgmatic.yml --check
116+
/usr/local/bin/borgmatic -c /path/to/borgmatic.yml check
117117
```
118118

119119
<img src="/img/synology/task-scheduler-2.png" alt="" width="800" />

0 commit comments

Comments
 (0)