evobackup/client/CHANGELOG.md

34 lines
800 B
Markdown
Raw Normal View History

2022-04-03 11:28:59 +02:00
# Changelog
All notable 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).
## [Unreleased]
### Added
### Changed
2022-06-28 16:26:32 +02:00
* Use --dump-dir instead of --backup-dir to suppress dump-server-state warning
* Do not use rsync compression
* Replace rsync option --verbose by --itemize-changes
2022-06-28 16:26:32 +02:00
* Add canary to zzz_evobackup
* update-evobackup-canary: do not use GNU date, for it to be compatible with OpenBSD
* Add AGPL License and README
* Script now depends on Bash
2022-04-03 11:28:59 +02:00
### Deprecated
### Removed
### Fixed
* Make start_time and stop_time compatible with OpenBSD
2022-04-03 11:28:59 +02:00
### Security
## [22.03]
Split client and server parts of the project