Releases: ep1cman/unifi-protect-backup
Releases · ep1cman/unifi-protect-backup
v0.5.2
Fixed
- rclone delete command now works as expected on windows when spaces are in the file path
- Dockerfile now allows setting of user and group to run as, as well as a default config
v0.5.1
Fixed
- rclone command now works as expected on windows when spaces are in the file path
v0.5.0
Added
- If
ffprobe
is available, the downloaded clips length is checked and logged
Fixed
- A time delay has been added before downloading clips to try to resolve an issue where
downloaded clips were too short
v0.4.0
Added
- A
--version
command line option to show the tools version
Fixed
- Websocket checks are no longer logged in verbosity level 1 to reduce log spam
v0.3.1
Fixed
- Now checks if the websocket connection is alive, and attempts to reconnect if it isn't.
v0.3.0
Added
- New CLI argument for passing CLI arguments directly to
rclone
.
Fixed
- A new camera getting added while running no longer crashes the application.
- A timeout during download now correctly retries the download instead of
abandoning the event.
v0.2.1
Fixed
- Retry logging formatting
v0.2.0
Added
- Ability to ignore cameras
- Retry failed download/uploads
- More logging
- CI to build
dev
container - More documentation
Fixed
- Upload exceptions getting passed silently
- Camera ID -> Name map is no longer only looked up once at the start
v0.1.1
Added
- Docker container
- Dependabot
Changed
- Better project description
Fixed
- Typos in docs
v0.1.0
Added
- First release