colmaris.fr/content/post/notes/proxmox/index.md
2025-05-23 10:27:43 +02:00

14 lines
267 B
Markdown

---
title: "Proxmox"
date: 2025-05-23T09:12:07+02:00
tags:
- 100DaysToOffload
draft: false
author: "Colmaris"
toc: true
---
## Restaurer un container LXC en ligne de comande
```shell
pct restore <vmid> /chemin/vers/le/fichier/dump --storage <nom du stoackage>
```