Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit46f875b

Browse files
committed
Documentation: external dirs update
1 parentb142cb6 commit46f875b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Documentation.md

Lines changed: 2 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp