Harden Voyager deployment exclusions

This commit is contained in:
2026-08-03 14:11:29 -04:00
parent f212305c95
commit 85ea959ada
+4
View File
@@ -8,9 +8,13 @@ rsync -av --delete \
--exclude='.git/' \ --exclude='.git/' \
--exclude='.gitignore' \ --exclude='.gitignore' \
--exclude='*.backup*' \ --exclude='*.backup*' \
--exclude='*.pyc' \
--exclude='__pycache__/' \
--exclude='systemd/' \ --exclude='systemd/' \
--exclude='telemetry/' \ --exclude='telemetry/' \
--exclude='collectors/' \
--exclude='scripts/' \ --exclude='scripts/' \
--exclude='data/' \
"$SOURCE/" "$TARGET/" "$SOURCE/" "$TARGET/"
echo "Voyager deployed to $TARGET" echo "Voyager deployed to $TARGET"