mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
Merge d8af47bd21 into 05d8f11085
This commit is contained in:
commit
7d19480b72
1 changed files with 11 additions and 1 deletions
|
|
@ -443,12 +443,22 @@ hermes backup --quick --label "pre-upgrade" # Quick snapshot with label
|
||||||
hermes import <zipfile> [options]
|
hermes import <zipfile> [options]
|
||||||
```
|
```
|
||||||
|
|
||||||
Restore a previously created Hermes backup into your Hermes home directory.
|
Restore a previously created Hermes backup into your Hermes home directory. Files are overlaid onto your current Hermes home — existing files are skipped unless `--force` is used.
|
||||||
|
|
||||||
| Option | Description |
|
| Option | Description |
|
||||||
|--------|-------------|
|
|--------|-------------|
|
||||||
| `-f`, `--force` | Overwrite existing files without confirmation. |
|
| `-f`, `--force` | Overwrite existing files without confirmation. |
|
||||||
|
|
||||||
|
:::warning
|
||||||
|
Stop the gateway before importing to avoid conflicts with running processes.
|
||||||
|
:::
|
||||||
|
|
||||||
|
### Examples
|
||||||
|
```bash
|
||||||
|
hermes import ~/hermes-backup-20260423.zip # Restore, skip existing files
|
||||||
|
hermes import ~/hermes-backup-20260423.zip --force # Restore, overwrite existing files
|
||||||
|
```
|
||||||
|
|
||||||
## `hermes logs`
|
## `hermes logs`
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue