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='.gitignore' \
--exclude='*.backup*' \
--exclude='*.pyc' \
--exclude='__pycache__/' \
--exclude='systemd/' \
--exclude='telemetry/' \
--exclude='collectors/' \
--exclude='scripts/' \
--exclude='data/' \
"$SOURCE/" "$TARGET/"
echo "Voyager deployed to $TARGET"