Earlier quoted context omitted.
Just from experience. The person was syncing a folder with a minecraft world, and of course ruined it by running 2 instances simultaneously.
So the caveat is that concurrently writing to the same file on separate machines will lead to data corruption? Is that reproducible with other files than Minecraft saves, or can it be that Minecraft introduces corruption by amending the on-disk file with a delta of currently-running changes not accounting for the possibility that the file has been altered?
Computers as I used to love them
31–40 of 265 posts
Re: Computers as I used to love them
#32OneDrive is pretty good and underrated IMO
Re: Computers as I used to love them
#33Dropbox has a completely different scope that goes beyond what Syncthing is offering. If you don't require the features Dropbox offers, it's the wrong tool in the first place.
Re: Computers as I used to love them
#34Earlier quoted context omitted.
> ruin things if you somehow sync a rapidly updated folder (...) It also isn't as clear on the sync state of a file. Do you have a link/resource elaborating on these questions?
Just from experience. The person was syncing a folder with a minecraft world, and of course ruined it by running 2 instances simultaneously.
Re: Computers as I used to love them
#35Earlier quoted context omitted.
> ruin things if you somehow sync a rapidly updated folder (...) It also isn't as clear on the sync state of a file. Do you have a link/resource elaborating on these questions?
Just from experience. The person was syncing a folder with a minecraft world, and of course ruined it by running 2 instances simultaneously.
Re: Computers as I used to love them
#36Re: Computers as I used to love them
#37Earlier quoted context omitted.
> ruin things if you somehow sync a rapidly updated folder (...) It also isn't as clear on the sync state of a file. Do you have a link/resource elaborating on these questions?
Just from experience. The person was syncing a folder with a minecraft world, and of course ruined it by running 2 instances simultaneously.
Re: Computers as I used to love them
#38Syncthing looks fun, is there any worthy iOS client?
Re: Computers as I used to love them
#39Does Syncthing allow you to sync two differently-named folders as one folder while preserving the respective names? For example, your pictures folder may not be called the same thing on your phone and computer, or across Windows and Linux, or you want to sync game save files between Android and Windows.
I'm not sure it's supported in a GUI, but a simple symlink should do the trick. Say your photos folder is called Pictures on one machine, and Photos one another: just ln -s Pictures Photos (admitting you've moved all the contents of photos to Pictures and removed the Photos folder itself) and that should just work (didn't test).
Re: Computers as I used to love them
#40OneDrive is pretty good and underrated IMO
And suffers from the same underlying problem as Dropbox and iCloud: it's profit-driven proprietary software. Are you sure your interests as a user are aligned with that of Microsoft as a company? Are you confident that will not change over time?