Skip to content

Commit 6cbea99

Browse files
committed
Readme: update
1 parent 5196fb2 commit 6cbea99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ As compared to other backup solutions, `pg_probackup` offers the following benef
99
* Incremental backup: page-level incremental backup allows you to save disk space, speed up backup and restore. With three different incremental modes you can plan the backup strategy in accordance with your data flow
1010
* Validation: automatic data consistency checks and on-demand backup validation without actual data recovery
1111
* Verification: on-demand verification of PostgreSQL instance via dedicated command `checkdb`
12-
* Retention: managing WAL archive and backups in accordance with retention policies - Time and/or Redundancy based, with two retention methods: `delete expired` and `merge expired`. Additionally you can design you own retention policy by setting 'time to live' for backups
12+
* Retention: managing WAL archive and backups in accordance with retention policies - Time and/or Redundancy based, with two retention methods: `delete expired` and `merge expired`. Additionally you can design you own retention policy by setting `time to live` for backups
1313
* Parallelization: running backup, restore, merge, delete, verificaton and validation processes on multiple parallel threads
1414
* Compression: storing backup data in a compressed state to save disk space
1515
* Deduplication: saving disk space by not copying the not changed non-data files ('_vm', '_fsm', etc)

0 commit comments

Comments
 (0)