This commit is contained in:
2019-03-20 18:01:13 -07:00
parent e044c08c36
commit 868381fd01
3 changed files with 13 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ RSYNC="$HOME/Library/Homebrew/bin/rsync"
#OPTS="-rlptDPSyzh --numeric-ids --no-owner --no-group --delete-excluded --delete"
OPTS=""
OPTS+=" -avP --skip-compress=$RSYNC_SKIP_COMPRESS"
OPTS+=" --numeric-ids --no-owner --no-group --delete-excluded --delete"
OPTS+=" --numeric-ids --no-owner --no-group --delete-excluded --delete-after"
RE=""
RE+=" --exclude=/.minikube/cache/"