I have iOS, and use MacBook/Linux.

EDIT: Wow! It’s impressive how many different ways there are to achieve this. I tried obsidian git, but couldn’t get it to work as expected. Remotely Save is working perfect! Obsidian flew under my radar all these days because I thought sync was the only way. I’m looking into plugins and there’s literally a thousand plugins. It’s kinda overwhelming tbh. I’ll make another post for plug-in recommendations and workflow setup advice. Thank you all!

  • whoareu@lemmy.ca
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    If you don’t want to pay then just use syncthing. It’s free and cross platform.

  • Chocrates@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    I had mine backing up to a GitHub repository. I ended up abandoning it and just taking notes in a text editor. Gonna try org mode in vim with a plugin and see if I like that better. Main complaint is that I have 200k commits from obsidian

  • DrakeRichards@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    If you only use iOS and a Mac then iCloud will work fine. It’s only a problem on Windows where the iCloud implementation is buggy.

  • brechmos@lemmy.ca
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    I purchased sync. I agree it is a little on the expensive side.

    The one thing you can do is just use git and turn on the push and pull. It seems to be very reliable this way. Though you won’t be able to use it on the phone as far as I have been able to figure out.

      • HeinousTugboat@kbin.social
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        For varying definitions of “works”. It’s incredibly frustrating if you’re using it across multiple devices. Any time I let the repo get more than a couple days behind, I wind up with nasty merge conflicts and it doesn’t handle those. At all. It just sort of breaks.

        So caveat emptor.

    • dreboy@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      Wanted to add to this, this method still works like a charm even with a windows pc. Haven’t had any issues with syncing across my iPhone, mac, and windows pc since I started doing this.

      • DrakeRichards@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        Do you do much editing on your Windows machine? I tried using iCloud sync but found that the documents would randomly undo a sentence or two as I typed. Also had problems with Windows sometimes not uploading whole files.

  • macniel@feddit.de
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    I use git as it even has a native interface; you only need to init the vault as a repo yourself. Then you can host that repository wherever you want, be it your own VPS, your local server, your local computer, a Git hosting service (e.g. github, gitea).

    So to speak, what you get by Obsidian sync for your money is not having to deal with the hassle on hosting it yourself.

    • nieceandtows@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 year ago

      So I tried setting up obsidian-git, but couldn’t get it to work. I did it on mobile. I did a git init repository, and it said it did. Then I created a branch, and it said it did. I tried pushing it to github, it said no remotes defined. I then defined remotes using the command, and it said success. However, I still can’t see it in the list of remotes, or see the branches, or set remote branch to push to. I gave up and used Remotely Save. Did I miss a step?