crashes when using
ls -1 “/mnt/remotes/source/” | xargs -I {} -P 4 -n 1 rsync -avh –inplace –progress “/destination/” –log-file=/pathto/log.log
Had to go back to
rsync -avh –inplace –progress “/destination/” –log-file=/pathto/log.log
and it actually took longer. Weird.