github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/website/content/docs/commands/operator/snapshot/inspect.mdx (about)

     1  ---
     2  layout: docs
     3  page_title: 'Commands: operator snapshot inspect'
     4  description: |
     5    Display the current Raft peer configuration.
     6  ---
     7  
     8  # Command: operator snapshot inspect
     9  
    10  Displays information about a snapshot file on disk.
    11  
    12  To inspect the file "backup.snap":
    13  
    14  ```shell-session
    15  $ nomad operator snapshot inspect backup.snap
    16  ID       2-19-1592495928936
    17  Size     3902
    18  Index    19
    19  Term     2
    20  Version  1
    21  ```
    22  
    23  ## Usage
    24  
    25  ```plaintext
    26  nomad operator snapshot inspect <file>
    27  ```
    28  
    29  [outage recovery]: https://learn.hashicorp.com/tutorials/nomad/outage-recovery