osync v1.3 Release Notes

Release Date: 2019-05-22 // almost 5 years ago
  • ๐Ÿ›  Basically the same as beta2, with minor fixes among:

    • โฌ†๏ธ Config file upgrade script fixes
    • ๐Ÿ›  Fixes for running with Win10 1809 bash (breaks 1607 beta version, yeah... Nothing I can do about that)

Previous changes from v1.3-beta2

    • More --summary statistics
    • Config file syntax now uses booleans instead of yes / no (but still accepts old syntax)
      • Added boolean update in upgrade script
    • Config file revision check
      • Added config file revision in upgrade script
    • ๐Ÿ”€ New option --sync-type=initator2target|target2initiator that allows using osync as rsync wrapper for unidirectional sync
    • New osync target helper service
    • ๐Ÿ”Š Fixed multiple race conditions in parallel executions (which also fixes random conflict logs failures)
    • ๐Ÿ›  Fixed directory softdeletion bug
    • ๐Ÿ›  Fixed multiple failed deletions will be retried as many times as failures happened
    • ๐Ÿ›  Fixed remote running on FreeBSD for some commands, thanks to Vladimirek
    • ๐Ÿ›  Fixed (again) deletion propagation when file contains spaces (thanks to http://github.com/weinhold)
    • ๐Ÿ—„ Deprecated --log-conflicts for 1.3 branch (is now experimental)
    • โšก๏ธ Updated ofunctions
      • Has better random number generator
      • IsInteger, IsNumeric and IsNumericExpand are now busybox compatible
    • ๐Ÿ›  Multiple installer fixes
    • ๐Ÿ›  Multiple batch fixes