fix(sync): force SSH and bound rsync transfers

This commit is contained in:
2026-09-08 00:22:16 -07:00
parent 36ab54627d
commit 29fa6eabaf
4 changed files with 63 additions and 3 deletions
+1
View File
@@ -3,3 +3,4 @@ area: sync
- Sync uses compressed, incremental rsync transfers on compatible macOS and Linux machines, caching the last received snapshot per peer to reduce traffic on subsequent syncs.
- Machines without compatible rsync, including Windows endpoints, automatically use compressed scp transfers.
- Rsync explicitly uses SSH and aborts transfers that exceed 30 minutes before merging.