document bug in __rsyncer (needs to be fixed)

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-01-23 10:45:52 +01:00
parent c5bd76ffbc
commit f73709d467
1 changed files with 4 additions and 0 deletions

View File

@ -40,5 +40,9 @@ if [ -f "$__object/parameter/delete" ]; then
args="$args --delete"
fi
# FIXME:
# - using root@ may break - find a good way to avoid this
# - align with __remote_{exec,copy} variables?
# Run rsync (locally).
echo "$rsyncbin $args $source root@$__target_host:$destination"