#software #rsync `rsync -ahP {source} {destination} 2> ~/Desktop/rsyncerrors.txt` `-a` archive (perserve permissions, modified/created dates, and any extra data) `-h` human readable `-P` progress / Partial (progress as it transfers AND allows you to re-run command to resume files) `2> ~/Desktop/rsyncerrors.txt` output stderr to a file on your desktop called rsyncerrors.txt