meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
vm:proxmox:backup [2024/10/28 21:12] – niziak | vm:proxmox:backup [2024/10/29 18:28] (current) – niziak | ||
---|---|---|---|
Line 6: | Line 6: | ||
[[https:// | [[https:// | ||
+ | |||
+ | On a storage that’s not thinly provisioned, | ||
+ | full size of the original disk needs to be reserved for the fleecing image up-front. On a | ||
+ | thinly provisioned storage, the fleecing image can grow to the same size as the original | ||
+ | image only if the guest re-writes a whole disk while the backup is busy with another disk. | ||
Create ZFS sparse volume: | Create ZFS sparse volume: | ||
<code bash> | <code bash> | ||
- | zfs create -s -V 1g nvmpool/ | + | zfs create -v nvmpool/ |
</ | </ | ||
+ | Add new storage using Proxmox GUI - do not forget to enable THIN provisioning! | ||
+ | ==== ERROR: job failed with err -13 - Permission denied ==== | ||
+ | |||
+ | < | ||
+ | INFO: 21% (119.4 GiB of 564.0 GiB) in 40m 52s, read: 39.2 MiB/s, write: 0 B/s | ||
+ | ERROR: job failed with err -13 - Permission denied | ||
+ | INFO: aborting backup job | ||
+ | </ | ||
+ | |||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | |||
+ | Fix was dded to '' | ||
+ | |||
+ | <code bash> | ||
+ | apt install pve-qemu-kvm=8.1.5-6 | ||
+ | </ | ||