PVE backup to NAS via NFS not working

und1n3

New Member
Sep 21, 2021
7
0
1
23
Hi,

I am trying to backup my proxmox VE to my NAS via NFS.
I added my NAS to the VEs storage and theen createed a backup-job pointing to the NAS.
But it fails with the following output:

TASK ERROR: could not activate storage 'NAS': mkdir /mnt/pve/NAS/images: Read-only file system at /usr/share/perl5/PVE/Storage/Plugin.pm line 1196.

Any ideas perhaps?
Help would be appreciated. :)
 
mkdir /mnt/pve/NAS/images: Read-only file system
Good morning,

you need to mount it in a way that the backup user (not root!) on the PBS can actually write to that file system.

Check your mount options and read about NFS access rights on a remote system...

Best regards