PVE Adopt a Native LXD/LXC: Difference between revisions

From WikiMLT
mNo edit summary
mNo edit summary
Line 4: Line 4:
1. Create a backup of the LXD/LXC container.
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/
2. Copy the backup of an LXD/LXC container to a ProxmoxVM's template directory within its storage.<syntaxhighlight lang="shell" line="1">
rsync --progress remote.host.name:/mnt/backups/lxc-backup.tar.gz /mnt/pve/stirage-disk/template/cache/
</syntaxhighlight>
</syntaxhighlight>



Revision as of 13:58, 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­age.

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