pull/10/head
Raphaël Vinot 2013-02-11 18:15:01 +01:00
parent f2e9a75bf9
commit 3f9c6e7b8f
1 changed files with 2 additions and 2 deletions

View File

@ -105,10 +105,10 @@ do
echo $partition mounted at $SRC
# Print the filenames on the current partition in a logfile
find ${SRC}/* -fls ${LOGS}/${PARTCOUNT}
find ${SRC} -fls ${LOGS}/${PARTCOUNT}
# create a directory on $DST named PARTION_$PARTCOUNT
targetDir=${DST}/FROM_PARTITION_${PARTCOUNT}
target_dir=${DST}/FROM_PARTITION_${PARTCOUNT}
echo copying to: $target_dir
mkdir -p $target_dir