Releases: ku1ik/bitpocket
Releases · ku1ik/bitpocket
v0.3
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)