Skip to content

osync v1.3-beta2 "bigbash"

Pre-release
Pre-release
Compare
Choose a tag to compare
@deajan deajan released this 20 May 22:10
· 299 commits to master since this release

It's been another while since the last osync beta release.
I think the code is pretty stable for most linux distributions now, so I've decided to release another beta, which will be the last before OS compatibility tests and documentation updates needed for an RC release.

I'd love anyone to give me feedback on this version in order to make a final release happen sooner.

This beta brings the following new features:

  • New --sync-type option that allows to use osync as unidirectional sync tool
  • New osync target helper service that notifies initiator osync service when target has file modifications
  • Better --summary output

Other changes:

  • Config file now uses booleans (but yes/no syntax is still allowed)
  • Config file revision is now checked
  • Config file update script has been updated

Bug fixes:

  • Fixed race conditions in parallel executions
  • Multiple fixes when dealing with spaces in filenames, especially in deletion code
  • A lot of minor fixes in the ofunctions library
  • Multiple installer and batch fixes