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?

  • Horsey@lemmy.worldOP
    link
    fedilink
    arrow-up
    1
    ·
    1 day ago

    Option 2, with more emphasis on the login component. My files are safe, but I don’t wanna bother my buddy to 2FA me every time I need to reinstall Linux for whatever reason.

    • kunaltyagi@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      30 minutes 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