Releases: zevilz/WebServerCloudBackups
Releases · zevilz/WebServerCloudBackups
1.4.1
Removed --databases
parameter in mysqldump command for support restore databases to another databases.
1.4.0
Added support for S3 storages.
1.3.2
- removed warning when deleting old file in the cloud if it does not exist but listed in last backups file;
- fixed check of the number of archive parts when splitting is disabled.
1.3.1
Hidden curl success messages for clean output.
1.3.0
Added support for sets user for databases backups instead using root user. See README.md for more info.
1.2.0
New features:
- added support for partitioning archives into specified size;
- automatically checking/creating folders in cloud.
Others:
- automatically remove slashes in the end of paths in vars to avoid errors;
- small code refactoring.
1.1.0
Added support for excluding folders when archiving, small code refactoring, added new variables to configuration file.