Correct default backup commands file

This commit is contained in:
Andrew Miner
2017-08-23 17:45:01 -07:00
parent 0eb5a994ca
commit 2903a481e6
+4 -2
View File
@@ -5,11 +5,13 @@
# directory which commonly includes data you may care about. If there are other things you want to save, be sure to
# add them in.
rsync -az --delete /Users/andrew/ ./Users/andrew \
DIR="Users/$USER"
mkdir -p $DIR
rsync -avz --delete "/$DIR" "$DIR" \
--exclude .DS_Store \
--exclude .Trash \
--exclude .dropbox \
--exclude Dropbox \
--exclude Library \
--include Library/Application\ Support