I had two original data stores:
I wanted to remove 'disk' and create a new data store with some of the backups from '2023'
I ran the following:
1.
2.
3. then added a new datastore specifying /mnt/datastore/backup via the gui
4. configured proxmox
(i then planed to run a
However whenever I try and run a backup from within proxmox I get:
I have a feeling this has something to do with me running an MKDIR command rather than using the 'create directory' button in the Gui (I couldn't because the disc was already used by the previous two data stores)
Any thoughts on how I'd go about fixing this
cheers
/mnt/datastore/2023/
and /mnt/datastore/disk/
I wanted to remove 'disk' and create a new data store with some of the backups from '2023'
I ran the following:
1.
mkdir /mnt/datastore/backup/{vm, ct}
2.
cp /mnt/datastore/2023/vm/<vmids to keep> /mnt/datastore/backup/vm/<vmids
3. then added a new datastore specifying /mnt/datastore/backup via the gui
4. configured proxmox
(i then planed to run a
rm
on 2023 and disk)However whenever I try and run a backup from within proxmox I get:
Code:
INFO: Starting Backup of VM 105 (qemu)
INFO: Backup started at 2024-03-23 20:06:33
INFO: status = running
INFO: VM Name: Pterodactyl
INFO: include disk 'scsi0' 'nvme:105/vm-105-disk-0.qcow2' 500G
INFO: backup mode: snapshot
INFO: ionice priority: 7
INFO: creating Proxmox Backup Server archive 'vm/105/2024-03-23T20:06:33Z'
ERROR: VM 105 qmp command 'backup' failed - backup connect failed: command error: Permission denied (os error 13)
INFO: aborting backup job
INFO: resuming VM again
ERROR: Backup of VM 105 failed - VM 105 qmp command 'backup' failed - backup connect failed: command error: Permission denied (os error 13)
INFO: Failed at 2024-03-23 20:06:33
INFO: Starting Backup of VM 107 (qemu)
I have a feeling this has something to do with me running an MKDIR command rather than using the 'create directory' button in the Gui (I couldn't because the disc was already used by the previous two data stores)
Any thoughts on how I'd go about fixing this
cheers