From debe5bccbf1d76fe393db9a55345e645aa531e2c Mon Sep 17 00:00:00 2001 From: Ognjen Vukovic Date: Sun, 10 May 2020 00:07:53 +0200 Subject: [PATCH] Add CHANGELOG.md with information about 0.2 and 0.1 releases --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..865b041 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +# Changelog + +All notable introduced and planned changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [0.2.0] - 2020-05-09 + +### Added + +- Support for mount binding a crontab file so that the multiple regular rsync jobs (or just a single one) can be easier configured +- Support for remote sync with ssh + +### Removed + +- Running a single scheduled rsync job using cron and passing the cron job string specification as an environment variable - use a mount binded crontab file +- Passing the log file name as an environment variable - specify it now in the crontab file + +## [0.1.0] - 2020-04-12 + +### Added + +- Run an ontime rsync job with local folders +- Run an single scheduled rsync job using cron, provide the cron string as an environment variable +- Save the output of rsync in a log file, provide the log file name as na environment variable