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 | |||
rsync --progress remote.host.name:/mnt/backups/lxc | 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 12:58, 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 storage.
rsync --progress remote.host.name:/mnt/backups/lxc-backup.tar.gz /mnt/pve/stirage-disk/template/cache/