You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-05-22 10:15:16 +02:00
Add info command set option for detailed text output.
The additional details include databases that can be used for selective restore and a list of tablespaces and symlinks with their default destinations. This information is not included in the JSON output because it requires reading the manifest which is too IO intensive to do for all manifests. We plan to include this information for JSON in a future release.
This commit is contained in:
committed by
David Steele
parent
33ec5a3aac
commit
f96c54c4ba
@@ -1135,6 +1135,13 @@
|
||||
|
||||
<example>json</example>
|
||||
</option>
|
||||
|
||||
<option id="set" name="Set">
|
||||
<summary>Backup set to detail.</summary>
|
||||
|
||||
<text>Details include a list of databases (with OIDs) in the backup set (excluding template databases), tablespaces (with OIDs) with the destination where they will be restored by default, and symlinks with the destination where they will be restored when <setting>--link-all</setting> is specified.</text>
|
||||
<example>20150131-153358F_20150131-153401I</example>
|
||||
</option>
|
||||
</option-list>
|
||||
|
||||
<command-example-list>
|
||||
|
||||
Reference in New Issue
Block a user