Loading ha-rsync +5 −0 Original line number Diff line number Diff line Loading @@ -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 ha-rsync.excludes +0 −6 Original line number Diff line number Diff line /.git /.gitignore /README.md /deps /image /tts .HA_VERSION /.cloud/* /.storage/* Loading Loading
ha-rsync +5 −0 Original line number Diff line number Diff line Loading @@ -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
ha-rsync.excludes +0 −6 Original line number Diff line number Diff line /.git /.gitignore /README.md /deps /image /tts .HA_VERSION /.cloud/* /.storage/* Loading