Skip to content

Instantly share code, notes, and snippets.

View naxIO's full-sized avatar
💻
Coding

Chris naxIO

💻
Coding
  • Home
View GitHub Profile
@naxIO
naxIO / rclone-dropbox-to-proton.sh
Last active June 19, 2026 10:36
dropbox-to-proton.sh — resilient, resumable Dropbox to Proton Drive migration via rclone: self-healing progress watchdog, GC-aware retry loop, crash-safe single-instance locking. Hardened for the flaky rclone protondrive backend (502s, stuck drafts, hangs).
#!/usr/bin/env bash
# =============================================================================
# dropbox-to-proton.sh — resilient Dropbox -> Proton Drive migration via rclone
#
# Author: naxIO
# License: MIT
#
# WHAT IT DOES
# Mirrors an entire Dropbox into Proton Drive cloud-to-cloud with rclone
# (data streams through RAM, so it never fills the local disk). Unattended,