latest
This commit is contained in:
@@ -21,6 +21,9 @@ RSYNC_SKIP_COMPRESS+="/sfx/sr2/srf/svgz/t[gb]z/tlz/txz/vob/wim/wma/wmv/xz/zip"
|
||||
|
||||
RSYNC="rsync"
|
||||
RSYNC_TRY="$HOME/Library/Homebrew/bin/rsync"
|
||||
if which brew >/dev/null 2>&1 ; then
|
||||
RSYNC_TRY="$(brew --prefix)/bin/rsync"
|
||||
fi
|
||||
if [[ -e "$RSYNC_TRY" ]]; then
|
||||
RSYNC="$RSYNC_TRY"
|
||||
fi
|
||||
@@ -42,6 +45,7 @@ RE+=" --exclude=/.docker/"
|
||||
RE+=" --exclude=/.dropbox/"
|
||||
RE+=" --exclude=/.minikube/cache/"
|
||||
RE+=" --exclude=/Desktop/" # desktop is like a visible tempdir.
|
||||
RE+=" --exclude=/Library/VoiceTrigger/SAT"
|
||||
RE+=" --exclude=/Documents/Dropbox/.dropbox.cache/"
|
||||
RE+=" --exclude=/Documents/Steam?Content/"
|
||||
RE+=" --exclude=/Downloads/"
|
||||
|
||||
Reference in New Issue
Block a user