Skip to content

Commit 0261f33

Browse files
committed
Fix resticprofile repository
1 parent 083b097 commit 0261f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resticprofile.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version = "1"
55
{{ $MOUNTPOINT := "/mnt/backup" }}
66

77
[generic]
8-
reposity = "local:{{ $MOUNTPOINT }}/{{ .Profile.Name }}"
8+
repository = "{{ $MOUNTPOINT }}/{{ .Profile.Name }}"
99
run-before = "mount -U {{ $DRIVE_UUID }} {{ $MOUNTPOINT }}"
1010
run-after = "umount {{ $MOUNTPOINT }}"
1111
run-after-fail = "umount {{ $MOUNTPOINT }}"

0 commit comments

Comments
 (0)