Releases: sebastianfeldmann/phpbu
Releases · sebastianfeldmann/phpbu
2.1.6
Added OpenSSL encryption support
Check the Documentation for details
2.1.5
- Fixed a
Configurationissue where no working directory was set
2.1.4
Added FTP sync support (thanks to @chrishawes)
2.1.3
- Removed hard sync lib dependencies - moved sync libs to composers suggest list
- Fixed a bug with the
Capacity Cleanerwhere the current backup was not included into the amount of backups (thanks to @josemalonsom) - Enhanced
Targetstability (thanks to @josemalonsom) ResultPrinterinjection to enable different types ofRunnerexecutions
Important:
If you have installed phpbu via composer or cloned it manually and you are using an Amazon, copy.com, Dropbox, Softlayer or SFTP sync. make sure you add the corresponding line to your composer file manually.
2.1.2
- Added support for
mysqldump--extended-insertoption - Moved all unstable composer libs from
requiretosuggest
2.1.1
- Added support for
mysqldump--hex-bloboption
2.1.0
- Massive refactoring (executing cli commands)
- Minor bug fixes
2.0.1
2.0.0
- Added encryption feature
- Moved Logger classes to Symfony EventDispatcher component
1.2.1
- Enhanced Windows support
- Added
Binary::addCommandLocationto set custom command locations for mongodump, mysqldump and tar