🌐
Proxmox
forum.proxmox.com › home › forums › proxmox virtual environment › proxmox ve: installation and configuration
cloning a VM with all snapshots | Proxmox Support Forum
August 1, 2024 - If you really want to clone a VM ... 1. Go to the directory on your NAS share, where the VM's qcow2 file is located (usually called `images`) and copy the whole directory and rename the files accordingly to the new VM's id (you may need ...
Consolidate snapshot? Sep 11, 2013
12y ago
Snapshotting Virtual Machines Aug 26, 2015
10y ago
Snapshots Oct 13, 2023
2y ago
Get all VM snapshots Mar 24, 2021
5y ago
More results from proxmox.com
🌐
Proxmox
forum.proxmox.com › home › forums › proxmox virtual environment › proxmox ve: installation and configuration
Create a VM copy from a VM snapshot | Proxmox Support Forum
May 19, 2023 - How to do that? Thanks a lot. ... Right click on the source VM and hit clone. Then you pick the snapshot you want: ... a second problem is that i do not have enough free space on that host. That's the reason for the question about "zfs send".
Discussions

Copy of VM including snapshots | Proxmox Support Forum
In Proxmox web if at Snapshots appears the same hierarchy for the new machine as the old one. ... This method worked fine for cloning a machine with eth0 interface but when I try to clone a VM that has virtio interface after doing all the copies when I start the VM from Proxmox console there ... More on forum.proxmox.com
🌐 forum.proxmox.com
August 3, 2015
Is it possible to export VMs with Snapshots for use on other Proxmox instances?
My suggestion would be to use PBS (Proxmox Backup Server). Backup the VM you want to PBS, and then they can restore from it. I don't believe it's possible with VM snapshots. More on reddit.com
🌐 r/Proxmox
10
11
June 12, 2025
Clone of VM vs Clone of VM using Snapshot | Proxmox Support Forum
Can anyone explain me the difference between Clone of VM Directly vs Clone of VM using Snapshot More on forum.proxmox.com
🌐 forum.proxmox.com
May 27, 2021
Possible to create quick copy of KVM VM by using snapshot? | Proxmox Support Forum
So if I got the idea right, all ... in my VM and that's all, even no requirements like need to have LVM underneath? Good news, really! I've tried that but with raw disks so clone creation was very long since Proxmox copied the whole disks. Will check with qcow2 now, thank you! ... >>But if it is possible to create disks snapshots (using LVM ... More on forum.proxmox.com
🌐 forum.proxmox.com
April 13, 2015
People also ask

How do you clone VMs in Proxmox?
To clone a VM in Proxmox, right-click the virtual machine in the web interface and select “Clone.” Choose between a full clone or linked clone, assign a new VM ID and name, then confirm the storage target.
🌐
bdrshield.com
bdrshield.com › home › blog › proxmox virtualization series: how to clone vms in proxmox? a step-by-step guide – part 14
Proxmox Virtualization Series: How to Clone VMs in Proxmox? A ...
When should you use a linked clone in Proxmox?
Linked clones are ideal for lab environments or rapid test deployments where storage efficiency is important. They typically require the source VM to be converted into a template or created from a snapshot and are best suited for non-production workloads.
🌐
bdrshield.com
bdrshield.com › home › blog › proxmox virtualization series: how to clone vms in proxmox? a step-by-step guide – part 14
Proxmox Virtualization Series: How to Clone VMs in Proxmox? A ...
What is the difference between a full clone and a linked clone in Proxmox?
A full clone creates a complete, independent copy of the VM, including all disk data. A linked clone shares the base disk image with the original VM, saving storage space but depending on the parent template/VM snapshot.
🌐
bdrshield.com
bdrshield.com › home › blog › proxmox virtualization series: how to clone vms in proxmox? a step-by-step guide – part 14
Proxmox Virtualization Series: How to Clone VMs in Proxmox? A ...
🌐
Proxmox
forum.proxmox.com › home › forums › proxmox virtual environment › proxmox ve: installation and configuration
cloning vm with snapshots | Proxmox Support Forum
February 16, 2020 - @Fabian_E you are right: need to copy original main disk from disabled vm and all the snapshots, to make this "feature" works. of cource with replacing storage/mac/vmgenid in clonded config (original config copy-pasta).
🌐
Proxmox
forum.proxmox.com › home › forums › proxmox virtual environment › proxmox ve: installation and configuration
Copy of VM including snapshots | Proxmox Support Forum
August 3, 2015 - Never tried, but, looking at my VMs storage folder, you should probably: stop the VM to be cloned, clone it as usual on a storage that allows snapshots (like NFS fore above qcow2 example) and then by CLI copy snapshots raw images in the destination folder, renaming them appropriately note: the destination VM should have in its .conf a line like vmstate: <storage name>:122/vm-122-state-img_002.raw stating what snapshot file is in use now and a line like snaptime: 1438262544 stating when the snapshot in use was taken, I guess.
🌐
Programster
blog.programster.org › creating-full-zfs-clones-in-proxmox
Creating Full ZFS Clones in Proxmox | Programster's Blog
January 4, 2025 - zfs send \ rpool/data/vm-$SOURCE_VM_ID-state-snapshot1 \ | zfs receive rpool/data/vm-$DEST_VM_ID-disk-0-state-snapshot1 zfs send \ rpool/data/vm-$SOURCE_VM_ID-state-snapshot2 \ | zfs receive rpool/data/vm-$DEST_VM_ID-state-snapshot2 zfs send \ rpool/data/vm-$SOURCE_VM_ID-state-snapshot3 \ | zfs receive rpool/data/vm-$DEST_VM_ID-state-snapshot3 · Now we have our snapshots, but they wont show up in the proxmox GUI. To resolve this we need to manually create or update the clone's Proxmox config file, in order to specify to tell Proxmox about the snapshots. This is easily done by copying the configuration file for the original VM over to the clone like so:
🌐
BDRShield
bdrshield.com › home › blog › proxmox virtualization series: how to clone vms in proxmox? a step-by-step guide – part 14
Proxmox Virtualization Series: How to Clone VMs in Proxmox? A Step-by-Step Guide – Part 14
March 10, 2026 - 2. What is the difference between a full clone and a linked clone in Proxmox? A full clone creates a complete, independent copy of the VM, including all disk data. A linked clone shares the base disk image with the original VM, saving storage space but depending on the parent template/VM snapshot.
Find elsewhere
🌐
Proxmox
forum.proxmox.com › home › forums › proxmox virtual environment › proxmox ve: installation and configuration
Clone of VM vs Clone of VM using Snapshot | Proxmox Support Forum
May 27, 2021 - If you have snapshots of the VM and you select one of those, the created clone will be in the same state as the VM when the snapshot was taken. For more information about cloning VMs take a look at [1]. [1] https://localhost:8006/pve-docs/pve-admin-guide.html#qm_copy_and_clone
🌐
Vinchin Backup
vinchin.com › home › vm backup › comprehensive guide: cloning virtual machines in proxmox
Comprehensive Guide: Cloning Virtual Machines in Proxmox | Vinchin Backup
April 27, 2025 - This blog gives a comprehensive guide of cloning virtual machine in Proxmox VE, including Full Clone and Linked Clone.
🌐
Proxmox
forum.proxmox.com › home › forums › proxmox virtual environment › proxmox ve: installation and configuration
Possible to create quick copy of KVM VM by using snapshot? | Proxmox Support Forum
April 13, 2015 - This work with any storage. (so you don't need to backup/restore). linked clone of vm is not implemented. ... Are you looking for a French Proxmox training center? https://www.groupe-cyllene.com/formation-proxmox/ ... Here is how to make a copy-on-write clone of a container when storage is rbd on ceph. In this example we take a snapshot of 184 which is in ceph pool "mypool" and copy-on-write clone will be 199.
🌐
Proxmox
forum.proxmox.com › home › forums › proxmox virtual environment › proxmox ve: installation and configuration
Move VM and Snapshots to a new LVM volume | Proxmox Support Forum
January 18, 2024 - You'd need to, while the VM is down, copy the snap_vm-XYZ-disk-N_NAME and vm-XYZ-state-NAME volumes and the actual volumes (state volumes are only present for snapshots with RAM) to the new storage and adapt the VM configuration file accordingly ...
🌐
4sysops
4sysops.com › home › articles › snapshots in proxmox ve
Snapshots in Proxmox VE – 4sysops
July 28, 2023 - But this open source project could help you: https://github.com/Corsinvest/cv4pve-autosnap ... You can do it easily with Proxmox Back Server, it’s the new backup server solutions , you can install it on proxmox as a VM, and it will backup ...
🌐
Proxmox
forum.proxmox.com › home › forums › proxmox virtual environment › proxmox ve: installation and configuration
How to move VM (including snapshots) to a new storage? | Proxmox Support Forum
September 26, 2020 - zfs send -R hddpool/proxmox_directories/type_zfs/vm-110-disk-0@ready_to_move | zfs recv hddpool/enc_proxmox_directories/type_zfs/vm-110-disk-0 - step4 = send the state volumes (states volumes are created when snapshotting an active VM with the "include RAM" checkbox ticked). You can list them with "zfs list" ... zfs send hddpool/proxmox_directories/type_zfs/vm-110-state-snap2 | zfs recv hddpool/enc_proxmox_directories/type_zfs/vm-110-state-snap2 - step5 = update all paths in /etc/pve/qemu-server/110.conf - step6 = start VM and test everything - step7 = destroy the old volumes and snapshots (with the -r flag)
🌐
Proxmox
forum.proxmox.com › home › forums › proxmox virtual environment › proxmox ve: installation and configuration
New virtual machine from snapshot | Proxmox Support Forum
July 28, 2020 - In order not to stop the operation of the entire virtual machine, But to create a new virtual machine from yesterday's snapshot. Get the file you want and delete it. ... it depends on the storage whether this works or not. you can try yourself ...
🌐
Reddit
reddit.com › r/proxmox › linked clone with snapshots and ram state
r/Proxmox on Reddit: Linked clone with snapshots and RAM state
January 16, 2024 - I'd like to create a linked clone (either from a template or another VM), but with the caveat that it contains RAM state from a given snapshot. This…
🌐
Proxmox
forum.proxmox.com › home › forums › proxmox virtual environment › proxmox ve: installation and configuration
Moving snapshot | Proxmox Support Forum
August 26, 2014 - Click to expand... copy - vm config file : /etc/pve/qemu-server/vmid.cfg - vm disk : /var/lib/vz/images/<vmid>/* to your new server. if you change the vmid, edit your vm.cfg file, and rename the vm disk files ...
🌐
Proxmox
forum.proxmox.com › home › forums › proxmox virtual environment › proxmox ve: installation and configuration
moving VM between hosts maintaining snapshots? | Proxmox Support Forum
February 3, 2025 - With this you can transfer all data in a ZFS dataset (or ZVol in this case) including all ZFS-snapshots. Then manually copy /etc/pve/local/qemu-server/<yourvmid>.conf and edit it manually to reflect the new names of storage etc. This file includes a separate stanza for each snapshot.
🌐
Proxmox
forum.proxmox.com › home › forums › proxmox virtual environment › proxmox ve: installation and configuration
Moving VMs with snapshots | Proxmox Support Forum
March 2, 2026 - ... Best regards, Manuel Do you already have a Commercial Support Subscription? - If not, Buy now and read the documentation ... So in conclusion, there is no way to move a VM's disk to a different storage together with the snapshots, right?
🌐
Proxmox
forum.proxmox.com › home › forums › proxmox virtual environment › proxmox ve: installation and configuration
How to Clone VM Disks | Proxmox Support Forum
June 9, 2021 - Can this be done using the Proxmox UI? Or is there a single command (or 2) that we can use on the command line to do this (and will the copied VM disk show up in the Proxmox UI)? Thanks! ... Depending on your task, a snapshot or backup of the whole guest would be the easiest solution.
🌐
Proxmox
forum.proxmox.com › home › forums › proxmox virtual environment › proxmox ve: installation and configuration
Cloning a VM from snapshot - not working | Proxmox Support Forum
April 20, 2017 - Unfortunately I am not sure if this was working in 4.x or something that came with the 5.0 code. ... Best regards, Dominik Do you already have a Commercial Support Subscription? - If not, Buy now and read the documentation ... cloning from snapshot is not available on all storage need to have snap=>1 in plugin (maybe do you use zfs ?) grep -r copy /usr/share/perl5/PVE/Storage/ /usr/share/perl5/PVE/Storage/RBDPlugin.pm: copy => { base => 1, current => 1, snap => 1}, /usr/share/perl5/PVE/Storage/ZFSPlugin.pm: copy => { base => 1, current => 1}, /usr/share/perl5/PVE/Storage/DRBDPlugin.pm: copy =>