epcim
10/21/2015 - 2:07 PM

rescue_copy.howto.sh

#!/bin/bash
if [ ! -f "$2/$1" ]
then
	#mkdir -p "`dirname $2/$1`"
	dd_rescue -e 3 "$1" "$2/$1"
fi