We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 083b097 commit 0261f33Copy full SHA for 0261f33
resticprofile.toml
@@ -5,7 +5,7 @@ version = "1"
5
{{ $MOUNTPOINT := "/mnt/backup" }}
6
7
[generic]
8
-reposity = "local:{{ $MOUNTPOINT }}/{{ .Profile.Name }}"
+repository = "{{ $MOUNTPOINT }}/{{ .Profile.Name }}"
9
run-before = "mount -U {{ $DRIVE_UUID }} {{ $MOUNTPOINT }}"
10
run-after = "umount {{ $MOUNTPOINT }}"
11
run-after-fail = "umount {{ $MOUNTPOINT }}"
0 commit comments