2
0
Fork 0

zio-backup: fix missing backslashes

main
Ducky 2022-02-23 05:03:38 +00:00
parent df2e780888
commit 3e0f233947
1 changed files with 2 additions and 2 deletions

View File

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