Hello to all !
I currently have a Proxmox 7.0-8 which allows me to host different services, and in particular services on the students' LAN (FOG) but also virtual machines on a LAN DMZ so that they can be accessed from outside. So I have 2 network interfaces on Proxmox.
I also have a huge Synology NAS on which I want to do all my backups. I created two volumes Sauvegardes and Sauvegardes221 and I exported these volumes on my 2 networks of Proxmox via an NFS export.
I can see my 2 storages on my Proxmox (I put a network interface on each network on the NAS side).
The problem is that the backups on the student LAN work, but not on the DMZ. I have a Permission Denied when creating the backup archive. I am aware that having different legs on networks is not a great approach, but we do the best in education...
Do you know what could prevent these backups?
Thanks a lot !
I currently have a Proxmox 7.0-8 which allows me to host different services, and in particular services on the students' LAN (FOG) but also virtual machines on a LAN DMZ so that they can be accessed from outside. So I have 2 network interfaces on Proxmox.
I also have a huge Synology NAS on which I want to do all my backups. I created two volumes Sauvegardes and Sauvegardes221 and I exported these volumes on my 2 networks of Proxmox via an NFS export.
I can see my 2 storages on my Proxmox (I put a network interface on each network on the NAS side).
The problem is that the backups on the student LAN work, but not on the DMZ. I have a Permission Denied when creating the backup archive. I am aware that having different legs on networks is not a great approach, but we do the best in education...
Code:
INFO: create storage snapshot 'vzdump'
Logical volume "snap_vm-101-disk-0_vzdump" created.
INFO: creating vzdump archive '/mnt/pve/Nas-NFS221/dump/vzdump-lxc-101-2021_10_11-14_09_06.tar.zst'
INFO: tar: /mnt/pve/Nas-NFS221/dump/vzdump-lxc-101-2021_10_11-14_09_06.tmp: Cannot open: Permission denied
INFO: tar: Error is not recoverable: exiting now
INFO: cleanup temporary 'vzdump' snapshot
Do you know what could prevent these backups?
Thanks a lot !