Last Updated: February 25, 2016
·
454
· korni22

Profile backup

If you wan't to backup your userprofile on your mac, just do this:

rsync -varu --progress ~/ $destination

This will copy every singe file, keep its permissions, go into every subfolder, update already existing files on the destination and show the progress of the process :)