I’m using Timeshift for system backups, and have just installed deja-dup to perform regular backups of my user files.
My question is this: Everything I do as a user in pretty much in my /home/user directory, except that I have a QEMU virtual machine which is located in /var/lib/libvirt/images/
When I created my first backup, I specified both my home folder and the images folder above. Everything was backed up except the qcow2 image file for my virtual machine. Another iso in the same directory was backed up. I suspect that this is someone permissions related, but I’m not sure what to do to fix the problem. Any help would be appreciated!
By default the images created there are owned by the libvirt user. Try adding your user to the libvirt group, assuming you run deja-dup withouth sudo a.k.a. with your user rights. And maybe just for good measure add yourself to the libvirt-qemu groop too.
As you can see, the virtio-win.iso file has group r/w permissions and user r/w permissions, but the qcow2 they (the VM data itself) has r/w user permissions but no r/w permissions for the group. And because I’m not that user, I think that’s why I can’t backup the file. Is that right?
No, it has read permission for everyone, but only write permission for the owner.
Neither of those two files has write permission for the group or others, and the OrangekaratWin10.qcow2 file has no read permission for anyone other than the owner.