osync/README.md

23 lines
959 B
Markdown
Raw Normal View History

2013-06-18 10:56:16 +00:00
osync
=====
2013-07-16 06:33:48 +00:00
A two way sync script based that adds script fault tolerance from obackup project.
2013-06-18 11:02:41 +00:00
## About
Having created obackup script in order to make reliable quick backups, i searched for a nice tool to handle two (or more) way sync scenarios in a reliable way.
While unison handles these scenarios, it's pretty messy to configure, slow and won't handle ACLs.
That's where bitpocket came handy, a nice script provided by sickill https://github.com/sickill/bitpocket.git
2013-07-16 06:33:48 +00:00
It's quick and small, but lacks some of the features i searched for like fault tolerance, stop and resume scenarios, and email warnings.
2013-06-18 11:02:41 +00:00
2013-07-16 06:33:48 +00:00
I then decided to write my own implementation of a two way rsync sync script, which would the features i wanted.
2013-06-18 11:02:41 +00:00
## Installation
2013-07-15 22:10:23 +00:00
Not even beta ready yet. The whole code is not stable at all.
2013-07-16 06:33:48 +00:00
Hopefully will work (more or less) by the end of July. I'm developping this in my free time.
2013-06-18 11:02:41 +00:00
## Author
Orsiris "Ozy" de Jong | ozy@badministrateur.com