Skip to content

Releases: ku1ik/bitpocket

v0.3

19 Oct 17:19
Compare
Choose a tag to compare

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)

v0.2

17 Oct 15:23
Compare
Choose a tag to compare

New Features

  • Support to sync two local paths (#66)
  • Support backups of changes on the remote server (#64)
  • Support --pretend option. Lists changes to be synced only (#63)
  • Add config option (BACKUPS) to disable local backups (#62)

Improvements

  • Better performance for large folders (#59)
  • Preliminary support for macOS (#61)