this post was submitted on 01 Jan 2024
981 points (97.2% liked)

Selfhosted

37720 readers
351 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] 0110010001100010 6 points 6 months ago (3 children)

Any guidance on this? I looked into Synthing at one time to backup Android phones and got overwhelmed very quickly. I'd love to use it in a similar fashion to NextCloud for syncing between various computers too.

[–] marcos 6 points 6 months ago (1 children)

Well, it works in a different way than NextCloud. You don't have a server, instead you just make a share between your computers and they are all peers.

It takes some getting used to the idea, but it's actually much simpler than NextCloud.

[–] [email protected] 1 points 5 months ago* (last edited 5 months ago) (2 children)

So if I wanted to sync photos from my phone to the computer, then delete the local copies on my phone to save space, that would not work?

E: But keep the copies on the computer, of course

[–] marcos 2 points 5 months ago

You would have to move them into some folder you are not syncing.

[–] [email protected] 1 points 5 months ago

@squidspinachfootball @marcos Syncthing syncs. It does one way syncs, but if your workflow is complex and depends on one way syncs that's probably not what you want.

Sync things between operational systems, then replicate to nonoperational systems, and backup to off site segregated systems.

[–] linearchaos 5 points 6 months ago

It really wasn't all that complicated for me. Install the client on two devices set a share up on one device go to the other device Hit add device put the share ID in. Go back to the first devices admin and say allow the share

[–] FrostKing 2 points 6 months ago

I was very intimidated as well, I'll try to simplify it, but as always check the documentation ;)

This is the process I used to sync between my Windows PC and Android phone to sync retroarch saves (works well, would recommend, Pokemon is awesome) I've never done it on a Linux, though i assume it's not too different

https://docs.syncthing.net/intro/getting-started.html

I downloaded the Synctrazor program so that it would run in the tray, again I'm not sure what the equivalent/if this would be necessary on Linux.

No shade to the writers, but the documentation isn't super noob friendly, as I figured out. I'd recommend trying to cut out all the fluff, and boil it down to bare essentials. Download the program (whichever one seems right for your device, there's an app for Android) and follow the process for syncing stuff (I believe I used a video guide, but it's not actually as complicated as it seems)

If you need specific help I'd be happy to answer questions, though I only understand a certain amount myself XD