Tldr : Need to sync files on my phone and laptop via some remote repository.

So I’m currently using Syncthing to sync my backup files and Joplin notes on my phone and my laptop. I’m not home 3 days a week, so whatever notes I take or changes I make, won’t be reflected on my laptop until I come home. I tried next cloud (free tier) sync for Joplin before, but the server has issues from time to time and but the sync part doesn’t work properly.

Is there a way for me to use Syncthing or something else using some free or very cheap service and hopefully secure, in such a way that my phone , my laptop and the 3rd service all can be in sync. Also I’m kind of a noob when it comes to all these self hosting stuff, but I can learn some stuff not too complicated though.

Edit : My laptop is not ON during the 3 days I’m out of my house. Ideally once I power it on after a few days it should sync to the latest version.

  • alphacyberrangerOP
    link
    English
    210 months ago

    Syncthing works fine. The problem is, my laptop is not on all the time and in case my phone has a problem, I’ll lose all my changes during the 3 days I’m out of my house.

    • @TCB13
      link
      English
      110 months ago

      Add a Raspberry Pi + USB drive to your network OR use a VPS to host your data and sync all devices to it using Syncthing. This RPi or VPS would work as a central repository/server for your all your data. Enjoy.

      • alphacyberrangerOP
        link
        English
        110 months ago

        VPS looks interesting. I’ll try that. Thanks.

    • @Nibodhika
      link
      English
      110 months ago

      So? If your laptop is off there’s no way to sync to it. If you have a server available you just set syncthing there as well.

      • alphacyberrangerOP
        link
        English
        110 months ago

        So basically I just run Syncthing on all 3 devices? The 3rd device being a VPS something like that?

        • @Nibodhika
          link
          English
          310 months ago

          Yup, syncthing allows for a folder to be synced to multiple places, so I don’t see any problem with that. In fact I have 3 computers syncing things between themselves.

          • alphacyberrangerOP
            link
            English
            110 months ago

            That’s great. Knowing that’ll certainly makes things easier. Thanks.