You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-05-22 10:15:16 +02:00
Add ls command.
Allows listing repo paths/files from the command-line, to be used primarily for testing and debugging. This command is internal-only so the interface may change at any time without notice.
This commit is contained in:
@@ -1218,6 +1218,23 @@
|
||||
</command-example-list>
|
||||
</command>
|
||||
|
||||
<!-- OPERATION - STORAGE-LIST COMMAND -->
|
||||
<command id="storage-list" name="Storage List">
|
||||
<summary>List paths/files in the repository.</summary>
|
||||
|
||||
<text>This is intended to be a general purpose list function, but for now it only works on the repository.</text>
|
||||
|
||||
<command-example-list>
|
||||
<command-example title="List all backups in a stanza">
|
||||
<text><code-block title="">
|
||||
{[backrest-exe]} storage-list backup/demo
|
||||
</code-block>
|
||||
|
||||
List all backups in the demo stanza.</text>
|
||||
</command-example>
|
||||
</command-example-list>
|
||||
</command>
|
||||
|
||||
<!-- OPERATION - VERSION COMMAND -->
|
||||
<command id="version" name="Version">
|
||||
<summary>Get version.</summary>
|
||||
|
||||
Reference in New Issue
Block a user