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:13] – niziak | vm:proxmox:backup [2024/10/29 18:28] (current) – niziak | ||
---|---|---|---|
Line 15: | Line 15: | ||
<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 | ||
+ | </ | ||