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
@@ -455,11 +455,11 @@ Redardless of data checksums been enabled or not, pg_probackup always check page
455
455
456
456
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.
457
457
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:
459
459
460
460
pg_probackup backup -B backup_dir --instance instance_name -b FULL --external-dirs=/etc/dir1:/etc/dir2
461
461
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:
463
463
464
464
pg_probackup backup -B backup_dir --instance instance_name -b FULL --external-dirs=C:\dir1;C:\dir2