This commit is contained in:
fooness 2021-04-23 15:39:28 +00:00 committed by admin
parent bb4f2af602
commit 0eb0995a26

View file

@ -1,26 +0,0 @@
Hello everyone.
Im new to local multi-device file sync, and I just read the project overviews and FAQs as well as most of the documentations of **git-annex**, **Mutagen**, **Syncthing**, and **Unison**. Im a little stuck in thinking everything through until the end, so maybe I could ask some of you for your advice and/or opinion.
## What do I want to achieve?
Synchronized folders and files as well as symlinks. LAN-only preferred, no online/cloud, i.e. everything should, if possible, work without any internet connection whatsoever.
## How many and which devices are in use?
Three, at least. Were having three Mac devices in our network, as well as optionally a Raspberry Pi with optionally some storage attached that could serve as network storage (SSHFS, NFS, AFP, et cetera) and serve files between the Mac devices; also an Apple Time Capsule with 2 TB storage would be available.
## Is real-time synchronization necessary?
Not really; it would be okay to be automating, i.e. auto-starting, the check/sync for example every hour. I think this is one of the main differences of Syncthing and Unison, that Unison needs to be “started” manually after making changes to files, and Syncthing just runs in the background and as soon as something is changed, the changes are propagated to all other devices?
## Are the devices used at the same time?
Generally, Id like to say no. In the very most cases the three Mac devices are not used at the same moment in time.
## Are all devices always-on?
Not really. The Mac devices (old Macbook, new Macbook, Mac Mini) are often in sleep mode, I guess; the Raspberry Pi on my network is always-on, though.
In case I havent forgotten to write anything down, I think thats all I have to say, i.e. am asking/looking for. Based on these demands, what would you say would be the better way to go, and if you dont mind, please elaborate why?
Thank you so much, everyone.