1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-17 01:12:23 +02:00

Comments.

This commit is contained in:
David Steele
2014-10-14 23:58:17 -04:00
parent 0ba838cd3e
commit f9ff7c6ec7

View File

@ -10,6 +10,8 @@ PgBackRest aims to be a simple backup and restore system that can seamlessly sca
* Removed dependency on Moose. It wasn't being used extensively and makes for longer startup times.
* Fixed broken checksums and now they work with normal and resumed backups. Finally realized that checksums and checksum deltas should be functionally separated and this simplied a number of things. Issue #28 has been created for checksum deltas.
### v0.30: core restructuring and unit tests
* Complete rewrite of BackRest::File module to use a custom protocol for remote operations and Perl native GZIP and SHA operations. Compression is performed in threads rather than forked processes.