various changes
parent
8f5e485d45
commit
179b37db42
|
@ -29,12 +29,11 @@ function backup() {
|
|||
--iexclude "system-cache" \
|
||||
--iexclude "tmp" \
|
||||
--exclude-if-present ".nobackup" \
|
||||
--hostname "$host" \
|
||||
--host "$host" \
|
||||
--password-file "$passwd_file" \
|
||||
--repo "$repo" \
|
||||
--tag "$tag" \
|
||||
--verbose \
|
||||
`[[ -s $args ]] && echo "$args"` "$path" \
|
||||
`[[ -s $args ]] && echo "$args"` "$path"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue