Hacker News new | past | comments | ask | show | jobs | submit login

I'm an employee at Immobiliare.it and yesterday we've released for the first time some internal software to the public on github. Just wanting to share our work :)



I wonder how your system deals with write conflicts? The documentation is not clear about that...


Sounds clear to me:

Because of no locks, the last write wins according to rsync update semantics based on file timestamp + checksum. In case two files have the same mtime, rsync compares the checksum to decide which one wins.

https://github.com/immobiliare/sfs#consistency-model




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: