rsync -av --delete --delete-excluded ./ root@hosty.schoedeldesign.ai:/opt/hosty/

Category: Google ADK

rsync -av --delete --delete-excluded ./ root@hosty.schoedeldesign.ai:/opt/hosty/

Deploy the ADK app via rsync

Pushes the app tree to the host and removes remote files that no longer exist locally. --delete-excluded additionally purges files excluded by the rsync filter — needed because plain --delete does NOT remove already-synced excluded files (e.g. secrets and caches) on the destination. Verify with a secret-pattern scan after deploying.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.