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