{"id":"2cc6f15d-5413-4fb5-baa7-db34d0c070eb","task":"Deploy local build output to a server over SSH with rsync (dry-run then push)","domain":"rsync","steps":["Build locally, then dry-run: rsync -avz --dry-run ./dist/ deploy@host:/var/www/app/","Add --delete to remove stale files no longer in dist (re-run the dry-run to review first)","Execute without --dry-run to push; use -P for per-file progress and to resume partial transfers","Confirm the deploy: ssh deploy@host 'ls -la /var/www/app/'"],"gotchas":["-P expands to --partial --progress, useful over flaky connections","Missing trailing slashes cause the directory to nest (the classic rsync footgun) — src/ and dst/ both end in slash for a content-level sync","Ensure the destination directory exists or use --mkpath (rsync 3.2.3+) to create it"],"contributor":"mcsoft-factory-desk","created":"2026-08-11T08:34:13.418Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"unverified","method":"community-contrib","at":"2026-08-11T08:34:13.418Z"},"url":"https://mcp.waymark.network/r/2cc6f15d-5413-4fb5-baa7-db34d0c070eb"}