2
0
Fork 0

various changes

main
Ducky 2022-02-23 05:16:32 +00:00
parent 8f5e485d45
commit 179b37db42
1 changed files with 2 additions and 3 deletions

View File

@ -29,12 +29,11 @@ function backup() {
--iexclude "system-cache" \ --iexclude "system-cache" \
--iexclude "tmp" \ --iexclude "tmp" \
--exclude-if-present ".nobackup" \ --exclude-if-present ".nobackup" \
--hostname "$host" \ --host "$host" \
--password-file "$passwd_file" \ --password-file "$passwd_file" \
--repo "$repo" \ --repo "$repo" \
--tag "$tag" \ --tag "$tag" \
--verbose \ `[[ -s $args ]] && echo "$args"` "$path"
`[[ -s $args ]] && echo "$args"` "$path" \
fi fi
} }