I set this up on a mini pc with a 2tb nvme stick, so one of the partitions is where I put the datastore. It's been running for almost 3 weeks now, with not a single hiccup. All of the sudden, I'm getting this:
Error: unable to open chunk store at "/root/.chunks" - Permission denied (os error 13)
I found some stuff on copilot to try to fix the permissions, but some of it just throws errors
It also suggested making another directory (I'm a windows guy, so forgive me) and then making that the new datastore... but I'm not sure how to do all that and remove the old one properly, because I don't want to break some link to something and make things even worse. The backups that are in there aren't important, so if I should just delete that data store and make a new one (hints appreciated to avoid making the same mistake), I can do that too.
... and then why has this been working and all of the sudden broke? :/ It's only been 3-4 weeks running, so it's pretty recent and I have also update it during all of this to whatever is current today.
Error: unable to open chunk store at "/root/.chunks" - Permission denied (os error 13)
I found some stuff on copilot to try to fix the permissions, but some of it just throws errors
Code:
root@memoryalpha:~# sudo chown -R proxmox-backup-client:proxmox-backup-client /root/.chunks
chown: invalid user: ‘proxmox-backup-client:proxmox-backup-client’
root@memoryalpha:~# sudo systemctl restart proxmox-backup-client
Failed to restart proxmox-backup-client.service: Unit proxmox-backup-client.service not found.
Code:
root@memoryalpha:~# pvs
PV VG Fmt Attr PSize PFree
/dev/nvme0n1p3 pbs lvm2 a-- <1.82t <16.00g
It also suggested making another directory (I'm a windows guy, so forgive me) and then making that the new datastore... but I'm not sure how to do all that and remove the old one properly, because I don't want to break some link to something and make things even worse. The backups that are in there aren't important, so if I should just delete that data store and make a new one (hints appreciated to avoid making the same mistake), I can do that too.
... and then why has this been working and all of the sudden broke? :/ It's only been 3-4 weeks running, so it's pretty recent and I have also update it during all of this to whatever is current today.