Harden Voyager deployment exclusions
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user