Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

rsync include

  1. E

    rsync --include question

    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...