zio-backup: fix missing backslashes
This commit is contained in:
parent
df2e780888
commit
3e0f233947
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue