remove directory create code: rsync does that itself

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-01-15 02:47:25 +01:00
parent d04972026f
commit 9bd09f24a2
1 changed files with 0 additions and 5 deletions

View File

@ -471,11 +471,6 @@ while [ "${source_no}" -lt "${no_sources}" ]; do
export destination_name="${INTERVAL}.$(${CDATE}).$$-${source_no}"
export destination_dir="${ddir}/${destination_name}"
_techo "Creating directory ${destination_dir} ..."
[ "${VVERBOSE}" ] && echo "mkdir ${destination_dir}"
mkdir "${destination_dir}" || \
_exit_err "Creating directory ${destination_dir} failed. Skipping."
#
# added marking in 0.6 (and remove it, if successful later)
#