This commit is contained in:
2020-02-15 13:38:59 -08:00
parent 3f91b5cce0
commit e50f689576
15 changed files with 1120 additions and 41 deletions

View File

@@ -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/"