Skip to content

Version 0.3.0

Compare
Choose a tag to compare
@siom79 siom79 released this 29 Nov 12:36
· 29 commits to master since this release
  • jdrivesync no longer creates per default a log file in current working directory. You can use the option --log-file instead to provide the location of a log file. (#5)
  • jdrivesync now stores the authentication file per default in the user's home directory. You can change this location by using the new option -a. (#6)
  • The new option --no-delete does not delete files during synchronization. (#8)
  • Fixed: Trailing space characters in directory names no longer cause an aborting error. (#13)
  • Fixed: Checksum computation does use small byte buffer to circumvent memory pressure. (#14)