It amazes me that Syncthing handles rapidly-changing files better for me than Dropbox. Where Dropbox has left different versions of files on different computers even after they have changed multiple times, Syncthing happily synchronizes them without issues. And the fact that Syncthing is open source and allows me to keep files on my own machines is a big plus. However, I would love to see a paid option for easy backu…
Does syncthing have a backup option? Last I recall it didn't, which kind of soured me on it - in an ideal world every sync operation would be prefaced with "send a backup to one of my backup endpoints first".
Syncthing Usage Data
101–110 of 125 posts
Re: Syncthing Usage Data
#102Earlier quoted context omitted.
I always ran official builds, my NAS are just standard x86 servers. Last time I checked was January 2015: https://github.com/syncthing/syncthing/issues/468#issuecomme... Since that bug was closed with no solution I'm not too hopeful but maybe I should try it again.
If you can reproduce the issue, be sure to post on the forum so we can figure out the cause.
Re: Syncthing Usage Data
#103Is there something like Syncthing that works like a RAID system? I'd like to use multiple computers in different locations and use them to backup and expand my storage size. Basically redundant but distributed storage with N node fail tolerance. Preferably interfaceable via a "/mnt/cloud" directory so I can use it from my laptop and easily write backup scripts and store data into it. If this existed I'd have somethin…
Would Minio work for you? Distributed S3 clone.. check minio.io
Re: Syncthing Usage Data
#104Re: Syncthing Usage Data
#105Earlier quoted context omitted.
Does syncthing have a backup option? Last I recall it didn't, which kind of soured me on it - in an ideal world every sync operation would be prefaced with "send a backup to one of my backup endpoints first".
check out borg backup, it's my favorite backup tool
Re: Syncthing Usage Data
#106Re: Syncthing Usage Data
#107Earlier quoted context omitted.
This is the price you have to pay for a (secure) decentralised system, but syncthing tries to help where it can. E.g. you can set a syncthing instance as an 'introducer', so you only have to establish a connection to this device to get offered connections to all others devices. You still need to authorise these introductions on the devices, but you do not need to type in the crypto verification strings.
This is the price you have to pay for a (secure) decentralised system, but syncthing tries to help where it can. In general, Resilio Sync's 'key per folder' model seems to work better. I can give a key to other people and they can join the swarm without extra work on either sides. Also, it has a logical extension to encrypted-only peers: they get a derived key that can be used to sync in the swarm, but cannot decrypt…
Re: Syncthing Usage Data
#108Since no one is complaining: I find Syncthing too complicated to set up. You must create a folder, then get a number for a computer (which you end up writing in a pastepad or something like that because the two computers don't communicate), then go to the other computer and place the number in, then do the same for the second computer to the first. Repeat it for 5 or 6 machines. If any machine is switched what do you…
I think the "introducer" feature is supposed to simplify this process, but I don't understand it.
Re: Syncthing Usage Data
#109Earlier quoted context omitted.
I think the "introducer" feature is supposed to simplify this process, but I don't understand it.
Once you established a connection to the 'introducer', it will introduce your device to all other devices it knows and vice versa. You still need to authorise these introductions on the devices, but no typing/copying of crypto strings.