Skip to content

Releases: sebastianfeldmann/phpbu

4.0.4

21 Feb 20:17
Compare
Choose a tag to compare

Add tar exclude option - issue #83

<option name="exclude" value="./foo/bar,./fiz/baz"/>

4.0.3

04 Dec 11:37
Compare
Choose a tag to compare

Fix issue #75

Big thanks to @arkste

4.0.2

02 Dec 18:10
Compare
Choose a tag to compare

Add --limit cli option

4.0.1

24 Nov 23:07
Compare
Choose a tag to compare

Add PHP array configuration adapter

4.0.0

17 Nov 01:02
Compare
Choose a tag to compare

Backward breaking changes:

  • Removed deprecated methods
  • The configuration loader interface changed. This was necessary to handle configuration adapter values before creating the actual configuration object.

3.2.2

28 Sep 12:03
Compare
Choose a tag to compare
  • Add --single-transaction option to mysqldump - issue #73
  • Boolean values in json configuration files can now be of type boolean and aren't required to be of type string any more

3.2.1

24 Aug 21:13
Compare
Choose a tag to compare
  • Pipe mysqldump output directly into compressor command if possible - issue #71
  • Improved Compression handling

3.2.0

10 Jul 21:05
Compare
Choose a tag to compare
  • Added rsync source
  • Fixed some Target bugs

3.1.6

27 May 07:09
Compare
Choose a tag to compare
  • Support Amazon S3 MultiPartUpload to upload files greater 5 GB up to a size of 5 TB

3.1.5

22 May 19:52
Compare
Choose a tag to compare
  • Ignore tar error code 1 if ignoreFailedRead is active