various changes
parent
3e0f233947
commit
0397127de1
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue