meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
vm:proxmox:backup [2024/10/29 11:50] niziakvm:proxmox:backup [2024/10/29 18:28] (current) niziak
Line 20: Line 20:
 Add new storage using Proxmox GUI - do not forget to enable THIN provisioning! Add new storage using Proxmox GUI - do not forget to enable THIN provisioning!
  
 +==== ERROR: job failed with err -13 - Permission denied ====
  
 +<code>
 +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
 +</code>
  
 +  * [[https://forum.proxmox.com/threads/permission-denied-mid-backup-huh.153400/#post-699111|permission denied ... mid-backup. huh?]]
 +  * [[https://forum.proxmox.com/threads/vm-backup-error-job-failed-with-err-13-permission-denied.146695/|VM Backup ERROR: job failed with err -13 - Permission denied]]
 +
 +Fix was dded to ''pve-qemu-kvm=8.1.5-6''
 +
 +<code bash>
 +apt install pve-qemu-kvm=8.1.5-6
 +</code>