=== modified file 'bin/snap.push.single' --- bin/snap.push.single 2014-02-27 18:27:30 +0000 +++ bin/snap.push.single 2014-02-26 23:38:29 +0000 @@ -69,8 +69,7 @@ snapshot=$(snap.list "$SNAP_DST/" | tail -1) if test -n "$snapshot"; then link=${SNAP_DST}/${snapshot} - mkdir -p "${SNAP_DST}/batch" || exit $? - rs "$@" --write-batch="${SNAP_DST}/batch/${snapshot}-$ts" "--link-dest=$link/" "$SNAP_SRC/" "$SNAP_DST/$ts/" || exit $? + rs "$@" "--link-dest=$link/" "$SNAP_SRC/" "$SNAP_DST/$ts/" || exit $? else rs "$@" "$SNAP_SRC/" "$SNAP_DST/$ts/" || exit $? fi