I am trying to use rsync to copy important files from my home folder to an external drive. I am using:
rsync -av --stats --delete --include "com~apple~CloudDocs" --exclude "Library" ${HOME} /Volumes/LaCie/ --dry-run
of course, --dry-run is just for simulation. So, I am trying to backup...