[Edit] To answer my question, yes, Dropbox does indeed store its application information in your user’s /home folder by default. As long as you don’t wipe your /home folder, you should be good to go once you reinstall the Dropbox app after reformatting/reinstalling your distro (Tested with a few Fedora-based distros, YMMV if you use Debian/Arch). I didn’t have to re-login; the Dropbox app just worked.

Is it possible to reinstall Linux (or distro hop) without losing my Dropbox install? Could I move the Dropbox install to my home folder so it survives the OS install?

  • kunaltyagi@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    4 months ago
    1. Having a separate partition for /home might be sufficient since dropbox keeps the login details in ~/.config
    2. Use a tool like rclone and run sync manually. Can backup the API key post the in-browser login. If you spend extra effort, you can create a systemd file to automate this as well