You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ As compared to other backup solutions, `pg_probackup` offers the following benef
9
9
* 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
10
10
* Validation: automatic data consistency checks and on-demand backup validation without actual data recovery
11
11
* 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
13
13
* Parallelization: running backup, restore, merge, delete, verificaton and validation processes on multiple parallel threads
14
14
* Compression: storing backup data in a compressed state to save disk space
15
15
* Deduplication: saving disk space by not copying the not changed non-data files ('_vm', '_fsm', etc)
0 commit comments