Hybrid file sync to Cloudflare R2 with intelligent CDN bypass and multi-source acceleration
# One-time sync
python run.py sync
# Watch mode (auto-sync on changes)
python run.py sync --watch
# Pull remote changes from phone uploads
python run.py pull
# Parallel download (Worker + VPS combined)
python run.py parallel "https://example.com/file.mp4" "file.mp4"