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

16 lines
289 B
Markdown

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