9d85195361
* Fix links to ACL guides * Managing Nomad guide links; links in jsx pages * job updates guide URLS * node-drain guide URLS * outage recovery guide links * fix guide links - sentinel * fix guide links - namespaces * fix guide links - quotas * fix guide links - autopilot * more guide links. * more guide links - continued. * Updating redirects for learn * Getting Started * Load Balancing Guides * update redirects for ui guide * Consolidate spark redirects to point to GH repo * operating job update part 1 * finish operating job links; operations guides links. * finish guide redirects * coalesce EOL redirects for spark guides. * one last link * Checked links and found a few more stray links * Found more .htmls * Fixup links for new HC websites * Post-merge fixups * linkcheck caught missing ids
31 lines
583 B
Plaintext
31 lines
583 B
Plaintext
---
|
|
layout: docs
|
|
page_title: 'Commands: operator snapshot inspect'
|
|
sidebar_title: snapshot inspect
|
|
description: |
|
|
Display the current Raft peer configuration.
|
|
---
|
|
|
|
# Command: operator snapshot inspect
|
|
|
|
Displays information about a snapshot file on disk.
|
|
|
|
To inspect the file "backup.snap":
|
|
|
|
```shell-session
|
|
$ nomad operator snapshot inspect backup.snap
|
|
ID 2-19-1592495928936
|
|
Size 3902
|
|
Index 19
|
|
Term 2
|
|
Version 1
|
|
```
|
|
|
|
## Usage
|
|
|
|
```plaintext
|
|
nomad operator snapshot inspect <file>
|
|
```
|
|
|
|
[outage recovery]: https://learn.hashicorp.com/tutorials/nomad/outage-recovery
|