Last Updated: February 25, 2016
·
1.141K
· stuk

Back up home dir from OSX using rsync

rsync --progress --archive --compress --delete --exclude SteamApps --exclude "Chrome/Default/Cache/*" Library Documents bin user@host:path/to/backup/Users/user

Not the most complete, but works for me