All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Binaries are built with linker flag
-s
. This creates a smaller binary.
0.1.0-alpha.3 - 2021-12-28
- Environment variables used to configure
rsched
now need to be prefixed withRSCHED_
instead ofRSCHED__
. - Docker image is now based on Alpine Linux.
- Fix injecting version information into binaries.
- Copy
restic
andrsched
binaries to/usr/local/bin
when creating image.
0.1.0-alpha.2 - 2021-12-26
- Add additional log statements to make debugging easier.
0.1.0-alpha.1 - 2021-12-26
- Ability to create backups usign
restic
. In order to create a one of backup the special valueonce
may be passed to the-restic-schedule
flag. Makefile
that helps with building and allows to create and publish docker images. Currently onlylinux/amd64
is supported.linux/arm64
will be supported once I have the ability to test it.