epcim
10/21/2015 - 2:08 PM

rescue_find.howto.md

#!/bin/bash RESCUEPATH=dirname $0 cd $1 mkdir -p $2 #find . -type d -exec mkdir -p $2/{} ; find . -type f -exec ./rescue_copy.sh {} $2 ;

rescue_copy: https://gist.github.com/epcim/e77bb628fc261be99125