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
2·19 hours ago- Having a separate partition for /home might be sufficient since dropbox keeps the login details in ~/.config
- 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
