zio-backup: fix missing backslashes
parent
df2e780888
commit
3e0f233947
|
@ -17,8 +17,8 @@ function backup() {
|
||||||
tag="$host_$tag"
|
tag="$host_$tag"
|
||||||
|
|
||||||
restic \
|
restic \
|
||||||
backup
|
backup \
|
||||||
--dry-run
|
--dry-run \
|
||||||
--iexclude ".cache" \
|
--iexclude ".cache" \
|
||||||
--iexclude "cache" \
|
--iexclude "cache" \
|
||||||
--iexclude "CachedData" \
|
--iexclude "CachedData" \
|
||||||
|
|
Loading…
Reference in New Issue