Created
September 5, 2022 00:24
-
-
Save djonko/87a9b3296ac646bf9288760f184c7a14 to your computer and use it in GitHub Desktop.
Increase or decrease disk size of LXC Container on Proxmox
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
pct stop <id> | |
vzdump <id> -storage <storage> -compress lzo | |
pct destroy <id> | |
pct restore <id> /path/to/storeage/vzdump-lxc-<id>....tar.lzo --rootfs local:<newsize> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment