This repository has been archived on 2022-12-04. You can view files and clone it, but cannot push or open issues or pull requests.
rsync-docker/CHANGELOG.md

1017 B

Changelog

All notable introduced and planned 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.

[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