Skip to content

v0.3

Latest
Compare
Choose a tag to compare
@greezybacon greezybacon released this 19 Oct 17:19
· 4 commits to master since this release

New Features

  • bitpocket sync can be interrupted (CTRL+C) and will properly clean up locks (a86089a)
  • Stale lock files (local and remote) can be cleaned up automatically (with --force flag) (#74)
  • REMOTE_MOUNTPOINT setting can be used to detect unsafe sync conditions (#67)
  • Local FAT mount is detected automatically (#75)

Improvements

  • Local changes in mode (permissions or file type) are preserved (#69)
  • Modify time of local folders containing new files is preserved (#72)
  • Several fixes and improvements as suggested by shellcheck (#76) (thanks @aggsol)

Fixes

  • Properly check for existence of remote paths in init (bf2b8b0)