← back to Wallco Ai
deploy: exclude 16GB of regeneratable data dirs (elements/tif/rooms/etc) — was the cause of 25-min rsync today
d0237893e802fedbfea708769227b2c78c514f33 · 2026-05-26 08:48:49 -0700 · Steve Abrams
Files touched
Diff
commit d0237893e802fedbfea708769227b2c78c514f33
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Tue May 26 08:48:49 2026 -0700
deploy: exclude 16GB of regeneratable data dirs (elements/tif/rooms/etc) — was the cause of 25-min rsync today
---
deploy-kamatera.sh | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/deploy-kamatera.sh b/deploy-kamatera.sh
index 4ff2053..480727e 100755
--- a/deploy-kamatera.sh
+++ b/deploy-kamatera.sh
@@ -43,6 +43,17 @@ rsync -az --delete \
--exclude='*.log' \
--exclude='data/images/' \
--exclude='data/generated/' \
+ --exclude='data/generated-web/' \
+ --exclude='data/generated_pre_seamless_backup/' \
+ --exclude='data/generated_ghost_quarantine/' \
+ --exclude='data/elements/' \
+ --exclude='data/tif/' \
+ --exclude='data/rooms/' \
+ --exclude='data/spoonflower-pulled/' \
+ --exclude='data/cactus-murals/' \
+ --exclude='data/yolo-findings/' \
+ --exclude='data/edges-scan-*' \
+ --exclude='data/crontab.backup-*' \
--exclude='logs/' \
--exclude='server-admin.js' \
--exclude='scripts/' \
← f216b0f per-category prompt suffix: tile-profile for damask/chinoise
·
back to Wallco Ai
·
gitignore *.pre-* snapshots + untrack stale dedupe backup (2 ad50dfd →