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 "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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue