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"
|
||||
|
||||
restic \
|
||||
backup
|
||||
--dry-run
|
||||
backup \
|
||||
--dry-run \
|
||||
--iexclude ".cache" \
|
||||
--iexclude "cache" \
|
||||
--iexclude "CachedData" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue