various changes
This commit is contained in:
parent
3e0f233947
commit
0397127de1
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue