2
0
Fork 0

zio-backup: fix missing backslashes

This commit is contained in:
Ducky 2022-02-23 05:03:38 +00:00
parent df2e780888
commit 3e0f233947

View file

@ -17,8 +17,8 @@ function backup() {
tag="$host_$tag"
restic \
backup
--dry-run
backup \
--dry-run \
--iexclude ".cache" \
--iexclude "cache" \
--iexclude "CachedData" \