Displaying 1 result from an estimated 1 matches for "t_src".
Did you mean:
_src
2007 Jun 06
1
add inverse recursive feature or do a mkdir -p/install -D -d ?
..." ] || [ ! -z "${subdst}" ]; then
echo "${subsrc} ${subdst}"
fi
done
}
function rrsync() {
src=${1:?src please}
dst=${2:?dst please}
doublecrushedpath "${src}" "${dst}" | while read t_src t_dst; do
if ! rsync -nlD -- "${t_src}" "${t_dst}" 2>&1 \
| grep -q -E 'rsync: push_dir#3 "[^"]*" failed: No such
file or directory'; then
echo rsync -av "${t_src}" "${t_dst}&quo...