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

Skip to content

Commit 46f875b

Browse files
committed
Documentation: external dirs update
1 parent b142cb6 commit 46f875b

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
@@ -455,11 +455,11 @@ Redardless of data checksums been enabled or not, pg_probackup always check page
455455

456456
To back up a directory located outside of the data directory, use the optional `--external-dirs` parameter that specifies the path to this directory. If you would like to add more than one external directory, provide several paths separated by colons, on Windows system paths must be separated by semicolon instead.
457457

458-
For example, to include '/etc/dir1/' and '/etc/dir2/' directories into the full backup of your *instance_name* instance that will be stored under the *backup_dir* directory, run:
458+
For example, to include `'/etc/dir1/'` and `'/etc/dir2/'` directories into the full backup of your *instance_name* instance that will be stored under the *backup_dir* directory, run:
459459

460460
pg_probackup backup -B backup_dir --instance instance_name -b FULL --external-dirs=/etc/dir1:/etc/dir2
461461

462-
For example, to include 'C:\dir1' and 'C:\dir2' directories into the full backup of your *instance_name* instance that will be stored under the *backup_dir* directory on Windows system, run:
462+
For example, to include `'C:\dir1\'` and `'C:\dir2\'` directories into the full backup of your *instance_name* instance that will be stored under the *backup_dir* directory on Windows system, run:
463463

464464
pg_probackup backup -B backup_dir --instance instance_name -b FULL --external-dirs=C:\dir1;C:\dir2
465465

0 commit comments

Comments
 (0)