logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

barman-list-files - Barman Sub-Commands

Author

       EnterpriseDB

Description

       List all files in a specific backup. You can use a shortcut instead of BACKUP_ID.

Name

       barman-list-files - Barman Sub-Commands

Parameters

SERVER_NAME
              Name of the server in barman node

       BACKUP_ID
              Id of the backup in barman catalog.

       --target
              Define specific files to be listed. The possible values are:

              • standalone (default): List the base backup files, including required WAL files.

              • data: List just the data files.

              • wal:  List  all the WAL files between the start of the base backup and the end of the log or the
                start of the following base backup (depending on whether the specified base backup is  the  most
                recent one available).

              • full: same as data + wal.

Shortcuts

       Use shortcuts instead of BACKUP_ID.
                          ┌───────────────────────┬───────────────────────────────────────┐
                          │ ShortcutDescription                           │
                          ├───────────────────────┼───────────────────────────────────────┤
                          │ first/oldest          │ Oldest   available   backup  for  the │
                          │                       │ server, in chronological order.       │
                          ├───────────────────────┼───────────────────────────────────────┤
                          │ last/latest           │ Most recent available backup for  the │
                          │                       │ server, in chronological order.       │
                          ├───────────────────────┼───────────────────────────────────────┤
                          │ last-full/latest-full │ Most  recent full backup eligible for │
                          │                       │ a  block-level   incremental   backup │
                          │                       │ using the --incremental option.       │
                          ├───────────────────────┼───────────────────────────────────────┤
                          │ last-failed           │ Most  recent  backup  that failed, in │
                          │                       │ chronological order.                  │
                          └───────────────────────┴───────────────────────────────────────┘

Synopsis

          list-files
              [ --target { data | full | standalone | wal } ]
              SERVER_NAME BACKUP_ID

See Also