As we are creating the directory empty (now rsync creates the directory,
cp is not used anymore to create hardlinks) it shouldn't be any weird
files there and we shouldn't need --delete.
Signed-off-by: Rodrigo Campos <rodrigo@sdfg.com.ar>
PING_CHECK=1
# rsync flags to use
PING_CHECK=1
# rsync flags to use
-RSYNC_FLAGS="-aAXHx --numeric-ids --delete"
+RSYNC_FLAGS="-aAXHx --numeric-ids"
# rsync flags to use when in verbose mode
RSYNC_VERBOSE_FLAGS="-v --stats"
# rsync flags to use when in verbose mode
RSYNC_VERBOSE_FLAGS="-v --stats"