From b3afc7b40fc6478a9df372545334d83c968c9c12 Mon Sep 17 00:00:00 2001 From: zEvilz Date: Sat, 27 Jan 2024 11:33:11 +0500 Subject: [PATCH] Updated --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef62b33..b87e155 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# WebServerCloudBackups [![Version](https://img.shields.io/badge/version-v1.8.0-brightgreen.svg)](https://github.com/zevilz/WebServerCloudBackups/releases/tag/1.8.0) +# WebServerCloudBackups [![Version](https://img.shields.io/badge/version-v1.8.1-brightgreen.svg)](https://github.com/zevilz/WebServerCloudBackups/releases/tag/1.8.1) Automatic backups your web projects bases (MySQL/MariaDB) and files to the clouds via WebDAV or Amazon S3 and to backup servers via SSH (rsync). Supports setting passwords for archives (WebDav/S3) and excluding specified folders. ## Requirements @@ -185,6 +185,7 @@ If you want receive script result to email add below to the top of crontab list Changelog --------- +- 27.01.2024 - 1.8.1 - [Bugfix with enabled --single-transaction mode](https://github.com/zevilz/WebServerCloudBackups/releases/tag/1.8.1) - 21.01.2024 - 1.8.0 - added logging, escaping values of sensitive vars, refactoring, bugfixes - 21.07.2023 - 1.7.0 - [added support for backups via rsync](https://github.com/zevilz/WebServerCloudBackups/releases/tag/1.7.0) - 14.03.2022 - 1.6.2 - [added new parameters to mysqldump command](https://github.com/zevilz/WebServerCloudBackups/releases/tag/1.6.2) + gzip compression