Skip to content
Snippets Groups Projects
Commit a7e4853b authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

hardcoded excludes

parent cd1ff4be
Branches
Tags
No related merge requests found
......@@ -2,6 +2,11 @@
rsync -a \
--exclude-from='/ha-rsync.excludes' \
--exclude='/.git' \
--exclude='/.gitignore' \
--exclude='/.HA_VERSION' \
--exclude='/README.md' \
--exclude='/secrets.yaml' \
--delete-after \
"${GIT_SYNC_ROOT:-/tmp/git}/${GIT_SYNC_DEST:-config}/" \
/config
/.git
/.gitignore
/README.md
/deps
/image
/tts
.HA_VERSION
/.cloud/*
/.storage/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment