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>
== References ==
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/
== Section 1 ==
</syntaxhighlight>
...


<noinclude>
<noinclude>

Revision as of 13:37, 8 September 2022

Con­vert­ing an LXD/LXC to a ProxmoxVE/​​​LXC is pret­ty easy, be­cause the aye (al­most) the same thing.

1. Cre­ate a back­up of the LXD/LXC con­tain­er.

2. Copy the back­up of an LXD/LXC con­tain­er to a ProxmoxVM's tem­plate di­rec­to­ry with­in its stor­ages.

rsync --progress remote.host.name:/mnt/backups/lxc-webserver-backup.tar.gz /mnt/pve/stirage-disk/template/cache/