scripts/rsynchydra: fix specifying target directory
This commit is contained in:
parent
8246c459b8
commit
ece12bce76
1 changed files with 2 additions and 1 deletions
|
@ -79,6 +79,7 @@
|
||||||
|
|
||||||
rsynchydra() {
|
rsynchydra() {
|
||||||
_parse_rsync_args "$@"
|
_parse_rsync_args "$@"
|
||||||
_do_rsync "$RR_FROM" "hydra01" "$RR_TARGET"
|
# the name of RR_TO is a bit misleading, it just describes the 2nd positional arg here
|
||||||
|
_do_rsync "$RR_FROM" "hydra01" "$RR_TO"
|
||||||
}
|
}
|
||||||
''
|
''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue