various changes
parent
3e0f233947
commit
0397127de1
|
@ -18,7 +18,6 @@ function backup() {
|
|||
|
||||
restic \
|
||||
backup \
|
||||
--dry-run \
|
||||
--iexclude ".cache" \
|
||||
--iexclude "cache" \
|
||||
--iexclude "CachedData" \
|
||||
|
@ -34,7 +33,8 @@ function backup() {
|
|||
--repo "$repo" \
|
||||
--tag "$tag" \
|
||||
--verbose \
|
||||
`[[ -s $args ]] && echo "$args"` "$path"
|
||||
`[[ -s $args ]] && echo "$args"` "$path" \
|
||||
--dry-run
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue