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?

  • giacomo@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    8
    ·
    25 days ago

    i thought Dropbox was some sort of cloud storage thing. couldn’t you just mount it on whatever distros you wanted?

      • Goku@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        24 days ago

        It’s possible if you configure your /home/ to use a separate partition. But you would have to do that in advance. Even in that case you’d have to reinstall it but the nice thing about it is you won’t have to reconfigure anything. It will be able to get all your previous settings from your home dir.

        You could backup your home dir before reinstalling then copy it over after for the same effect.

    • Horsey@lemmy.worldOP
      link
      fedilink
      arrow-up
      12
      ·
      24 days ago

      Yes, lol. Long story short,I don’t have the password because it’s a shared account

      • Badabinski@kbin.earth
        link
        fedilink
        arrow-up
        25
        ·
        24 days ago

        This is the most important piece of information. You should edit the post and/or title to make this more clear.

      • davidgro@lemmy.world
        link
        fedilink
        arrow-up
        14
        ·
        24 days ago

        Well, that makes a huge difference to the meaning of the question.

        I don’t know, but maybe the login is held in a dotfile such as ~/.dropbox or maybe in ~/.config/dropbox or similar, and just backing up that (not to Dropbox!) would be enough to restore being logged in on a different system.

      • KurtVonnegut@mander.xyz
        link
        fedilink
        arrow-up
        3
        ·
        24 days ago

        Ah ok. So its not so much the current files that you want to retain, but the ability to receive files locally through sync, when someone else elsewhere makes a change?

        Sounds a bit like not wanting to remove the Netflix app because its logged in with the unknown password of an ex.

      • Peasley@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        24 days ago

        You dont need the install preserved, you need the login session preserved. I doubt that it’s even possible

  • kunaltyagi@programming.dev
    link
    fedilink
    arrow-up
    4
    ·
    23 days ago

    Do you mean

    1. To persist the programs installed across multiple OS installs, or
    2. To persist the Dropbox login/folders across multiple OS installs?
    • Horsey@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      23 days 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
        2
        ·
        22 days 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
  • aarch0x40@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    25 days ago

    It is of course possible but you’d likely be causing a big mess on the filesystem. If you’re able to move the install into a home directory, why not just archive what you need and restore it after reinstall? This would be the cleaner way to go about it.

  • Nibodhika@lemmy.world
    link
    fedilink
    arrow-up
    2
    arrow-down
    4
    ·
    23 days ago

    This is one of the reasons to always prefer docker over bare metal, if it was docker all you had to do is copy the volume over the new installation and starting the service there.