Skip to content

Instantly share code, notes, and snippets.

Created March 28, 2014 06:00
Show Gist options
  • Save anonymous/9826261 to your computer and use it in GitHub Desktop.
Save anonymous/9826261 to your computer and use it in GitHub Desktop.
# 20140327 - Backing up whole User directory from Macbook Air 2012 model.
# ``` shell
rsync -axv --numeric-ids --delete --progress \
--exclude 'Documents/Virtual Machines.localized' \
--exclude '.rvm/' \
--exclude '.vagrant.d/boxes/' \
--exclude '.vmdk' \
--exclude '.xbmc' \
--exclude 'Dropbox/' \
--exclude 'Application Support/Dash/' \
--exclude 'Library/Caches/com.spotify.client' \
beastie:/Users/zander ~/backups/20140327_macbook_air_2012/
# ```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment