Make backup exclusions work

This commit is contained in:
Neale Pickett 2017-09-11 03:46:50 +00:00
parent 1d4c5b0e7d
commit fbc6c8e590
1 changed files with 2 additions and 5 deletions

View File

@ -47,13 +47,10 @@ dbtl () {
backup () {
dh \
--rm \
google/cloud-sdk gsutil \
-m rsync \
google/cloud-sdk gsutil rsync \
-r \
-d \
-x tmp \
-x src \
-x go \
-x 'tmp/|src/|go/|.ssh/authorized_keys|.viminfo' \
$HOME \
gs://neale-private/fozzie
echo