This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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, |