-
-
Save zph/9826287 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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