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: Documentation.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ Current version - 2.1.3
107
107
108
108
As compared to other backup solutions, pg_probackup offers the following benefits that can help you implement different backup strategies and deal with large amounts of data:
109
109
110
-
- Incremental backup: page-level incremental backup allows yousave to disk space, speed up backup and restore. With three different incremental modes you can plan the backup strategy in accordance with your data flow
110
+
- Incremental backup: page-level incremental backup allows youto 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
111
111
- Validation: Automatic data consistency checks and on-demand backup validation without actual data recovery
112
112
- Verification: On-demand verification of PostgreSQL instance via dedicated command`checkdb`
113
113
- Retention: Managing backups in accordance with retention policies - Time and/or Redundancy based, with two retention methods:`delete expired` and`merge expired`
@@ -778,7 +778,7 @@ Specifies remote host user for SSH connection. If you omit this option, the curr
778
778
Specifies pg_probackup installation directory on the remote system.
779
779
780
780
--ssh-options
781
-
Specifies a string of SSH command-line options.
781
+
Specifies a string of SSH command-line options. For example, the following options can used to set keep-alive for ssh connections opened by pg_probackup:`--ssh-options='-o ServerAliveCountMax=5 -o ServerAliveInterval=60'`. Full list of possible options can be found here: (https://linux.die.net/man/5/ssh_config)[https://linux.die.net/man/5/ssh_config]