Skip to content

Releases: gvozdb/Dumper

0.3.4

08 Feb 05:20
Compare
Choose a tag to compare
  • Added title text for logs (property logs.title)

0.3.3

29 Dec 08:27
Compare
Choose a tag to compare
  • Added 4 tries to upload a file to the cloud

0.3.2

20 Nov 11:13
Compare
Choose a tag to compare
  • Fixed warning array_merge(): Expected parameter 2 to be an array, null given in Logger\Handler
  • Fixed bug Undefined index: expires in Storage\AbstractStorage

0.3.1

20 Nov 10:51
Compare
Choose a tag to compare
  • Fixed composer.json, changed version of arhitector/yandex to 2.0.1

0.3.0

20 Nov 09:49
Compare
Choose a tag to compare
  • Added the ability to select the archiver (section compressor in the config)
  • Added the ability to specify short and long term storage of backups, as well as the step of obsolescence checking (section expires in config)
  • Added support for level of compression in Compressor\Zip
  • Added support for splitting the archive into files of a certain size in Compressor\Zip
  • Added progress bar when uploading files to Storage\YandexDisk
  • Added public method Config\Load::setDefault
  • Added public method Backup::progressBar
  • Fixed definition of the default prefix value for archive names
  • Moved to specify the archive password in compressor.password in the main config and in the user config
  • Properties main.expires and storages.{Cloud}.expires in the main config are declared deprecated
  • Property main.archive_password in the main config is declared deprecated
  • Property archive_password in the user config is declared deprecated

0.2.2

06 May 05:16
Compare
Choose a tag to compare
  • Added storage support for single user
  • Fixed bug Undefined index: logs

0.2.1

16 Jul 10:38
Compare
Choose a tag to compare
  • Added archive password
  • Added start and end notifications
  • Changed README.md

0.2.0

14 Jul 10:58
Compare
Choose a tag to compare
  • Refactoring
  • Added output of error messages
  • Added information messages output
  • Added recording of logs to file
  • Added sending of logs to mail
  • Added sending of logs to Telegram Chat
  • Changed README.md

0.1.4

21 Nov 04:48
Compare
Choose a tag to compare
  • Added class_exists for storage in Dumper\Backup
  • Changed README.md

0.1.3

07 Nov 15:38
Compare
Choose a tag to compare
  • Fixed composer.json, changed version of arhitector/yandex to ~2.0