NOTES 667 B

12345678910111213
  1. v0.1 -> v0.2:
  2. * Renamed "--dir-destination" to "--destination-dir"; "--dir-lists" -> "--lists-dir"
  3. * Renamed shorthand "-d" to "-L"
  4. * Renamed shorthand "-D" to "-d"
  5. * You cannot use "-ddd" anymore, you should use "-d3" or "-d -d -d" instead.
  6. * Paths are relative, now. You may want to fix "rules" and "sync-handler" files.
  7. * Paths to "watch-dir", "sync-handler", "rules" and "dest-dir" are passed as options (see manpage)
  8. * sync-handler mode is selectable via "--mode" option (not "-R", "-d", "-M", "-S")
  9. * Removed shorthands for "--synclist-simplify", "--rsync-inclimit", "--rsync-prefer-include"
  10. * Option "--initialsync-enable" renamed to "--have-recursive-sync"