2
0
Fork 0

various changes

main
Ducky 2022-02-23 05:04:12 +00:00
parent 3e0f233947
commit 0397127de1
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,6 @@ function backup() {
restic \ restic \
backup \ backup \
--dry-run \
--iexclude ".cache" \ --iexclude ".cache" \
--iexclude "cache" \ --iexclude "cache" \
--iexclude "CachedData" \ --iexclude "CachedData" \
@ -34,7 +33,8 @@ function backup() {
--repo "$repo" \ --repo "$repo" \
--tag "$tag" \ --tag "$tag" \
--verbose \ --verbose \
`[[ -s $args ]] && echo "$args"` "$path" `[[ -s $args ]] && echo "$args"` "$path" \
--dry-run
fi fi
} }