PVE Adopt a Native LXD/LXC: Difference between revisions
From WikiMLT
mNo edit summary |
mNo edit summary |
||
Line 6: | Line 6: | ||
2. Copy the backup of an LXD/LXC container to a ProxmoxVM's template directory within its storage.<syntaxhighlight lang="shell" line="1"> | 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/ | rsync --progress remote.host.name:/mnt/backups/lxc-webserver-backup.tar.gz /mnt/pve/stirage-disk/template/cache/ | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 13:25, 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-webserver-backup.tar.gz /mnt/pve/stirage-disk/template/cache/