Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0e99b6f

Browse files
committed
Documentation: added example for "--ssh-options" setting
1 parent e1880c5 commit 0e99b6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Current version - 2.1.3
107107

108108
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:
109109

110-
- Incremental backup: page-level incremental backup allows you save 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 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
111111
- Validation: Automatic data consistency checks and on-demand backup validation without actual data recovery
112112
- Verification: On-demand verification of PostgreSQL instance via dedicated command `checkdb`
113113
- 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
778778
Specifies pg_probackup installation directory on the remote system.
779779

780780
--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]
782782

783783
#### Replica Options
784784

0 commit comments

Comments
 (0)