It's especially useful for our band, where we share large amounts of .wav files and recording projects and so on. It even works in the rehearsal room (which has no internet) through an old wifi router I set up there, that each of our laptops connects to.
Syncthing – a continuous file synchronization program
111–120 of 233 posts
Re: Syncthing – a continuous file synchronization program
#112Earlier quoted context omitted.
Okay, I guess I should qualify that and say that there's no iOS client that is actually practical to use . NextCloud integrates into iOS's Files app pretty tightly as a 'storage provider' or whatever Apple calls it. End result is that my password database is magically up-to-date whenever I go to use it in my password manager, probably because Files sees an app trying to access the file, pings NextCloud to say "yo, is…
It's Apple. You are of course welcome to pay their exorbitant development fees yourself, go through the insane review process and publish your own competing app!
Re: Syncthing – a continuous file synchronization program
#113Regarding backups... Syncthing is great for propagating changes to all devices, but does not offer much in terms of backups and previous versions of files. (And I'm fine with that. I consider that to be out of scope for Syncthing.) I've been thinking about solving the backup part by letting one of the devices perform btrfs snapshots on its storage. Does anyone know about any write-up that describes or compares such s…
Re: Syncthing – a continuous file synchronization program
#114Earlier quoted context omitted.
>The biggest bummer is that there's no iOS client. https://www.mobiussync.com/
Okay, I guess I should qualify that and say that there's no iOS client that is actually practical to use . NextCloud integrates into iOS's Files app pretty tightly as a 'storage provider' or whatever Apple calls it. End result is that my password database is magically up-to-date whenever I go to use it in my password manager, probably because Files sees an app trying to access the file, pings NextCloud to say "yo, is…
What does it do if you're not connected? Don't mind it checking whether the local copy is up to date, but I'd be concerned if the sync trigger is you opening the app.
Re: Syncthing – a continuous file synchronization program
#115Earlier quoted context omitted.
Yea but it doesn't matter. The clean from gradle deletes the folder entirely and creates a new one in it's place. I don't care. Just sync the path. That's all I need. Instead Syncthing literally stop syncing ALL folders because "oh no something went wrong". For whatever reason open source software always has these weird edge case engineering "solutions" that really aren't that great. If someone was actually a paying…
It's easy to open a pull request instead of complaining
Re: Syncthing – a continuous file synchronization program
#116Earlier quoted context omitted.
It's Apple. You are of course welcome to pay their exorbitant development fees yourself, go through the insane review process and publish your own competing app!
You can't publish your own competing app. The desired behaviour requires running a background service (not allowed) that watches arbitrary folders (not allowed).
Why isn't this a lawsuit yet?
Re: Syncthing – a continuous file synchronization program
#117Regarding backups... Syncthing is great for propagating changes to all devices, but does not offer much in terms of backups and previous versions of files. (And I'm fine with that. I consider that to be out of scope for Syncthing.) I've been thinking about solving the backup part by letting one of the devices perform btrfs snapshots on its storage. Does anyone know about any write-up that describes or compares such s…
> I've been thinking about solving the backup part by letting one of the devices perform btrfs snapshots on its storage. I do zfs snapshots on my storage server (home desktop), which is in Syncthing's "receive only" mode. I use it to sync my camera roll and Whatsapp media files from my Android phone. I use pyznap for snapshot management. > Setting up a cron job / timer unit that commits the synced folder to a git rep…
For extra extra snapshotting fun, rsync.net then takes ZFS snapshots of the borg backup. So even if my snapshot cleaning gets over-enthusiastic, I'll still have a snapshot of the snapshot.
Re: Syncthing – a continuous file synchronization program
#118To further limit the amount of CPU used when syncing and scanning, set the environment variable GOMAXPROCS to the maximum number of CPU cores Syncthing should use
Are they using an environment variable shared by other Go programs? Seems like bad practice... why aren't they using a variable or or switch that's unique to Syncthing instead?
Re: Syncthing – a continuous file synchronization program
#119I'm not affiliated with the channel in any way, but Lawrence Systems did a really good overview. It's what convinced me to switch to it and use it for LAN sync with my server keeping everything from my phones, laptops and desktop. It's also good for those who might have trouble understanding how it's supposed to work. I think my biggest difficulty was with the fact that normally it doesn't necessarily have the concep…
He's using Syncthing for backups (by enabling a feature that keeps N copies of each file), which while possible, I hadn't thought of as a possibility
Re: Syncthing – a continuous file synchronization program
#120I repaced Dropbox with it a year ago and I'm satisfied, it's a great project. But atm I couldn't recommend it to even knowledgeable friends, let alone family members: - Sometimes long-deleted folders pop up when older version clients connect - Syncing or connecting takes sometimes ages to start for no obvious reason, client not giving enough info on what is happening - Relation between clients is not obvious, the pow…
What causes that?