PVE Adopt a Native LXD/LXC: Difference between revisions
From WikiMLT
m Стадий: 3 [Фаза:Разработване, Статус:Разработван]; Категория:Containers |
mNo edit summary |
||
Line 1: | Line 1: | ||
<noinclude><!--[[Category:Hardware|?]]-->{{ContentArticleHeader/Containers}}</noinclude> | <noinclude><!--[[Category:Hardware|?]]-->{{ContentArticleHeader/Containers}}</noinclude> | ||
Converting an LXD/LXC to a ProxmoxVE/LXC is pretty easy, because the aye (almost) the same thing. | |||
1. Create a backup of the LXD/LXC container. | |||
2. Copy the backup of an LXD/LXC container to a ProxmoxVM's template directory within its storages.<syntaxhighlight lang="shell" line="1"> | |||
rsync --progress remote.host.name:/mnt/backups/lxc-webserver-backup.tar.gz /mnt/pve/stirage-disk/template/cache/ | |||
== | </syntaxhighlight> | ||
... | |||
<noinclude> | <noinclude> |
Revision as of 12:37, 8 September 2022
Converting an LXD/LXC to a ProxmoxVE/LXC is pretty easy, because the aye (almost) the same thing.
1. Create a backup of the LXD/LXC container.
2. Copy the backup of an LXD/LXC container to a ProxmoxVM's template directory within its storages.
rsync --progress remote.host.name:/mnt/backups/lxc-webserver-backup.tar.gz /mnt/pve/stirage-disk/template/cache/