Correct default backup commands file
This commit is contained in:
@@ -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
|
# directory which commonly includes data you may care about. If there are other things you want to save, be sure to
|
||||||
# add them in.
|
# 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 .DS_Store \
|
||||||
--exclude .Trash \
|
--exclude .Trash \
|
||||||
--exclude .dropbox \
|
--exclude .dropbox \
|
||||||
--exclude Dropbox \
|
--exclude Dropbox \
|
||||||
--exclude Library \
|
--exclude Library \
|
||||||
--include Library/Application\ Support
|
--include Library/Application\ Support
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user