Hi,
Using Linux 5.15.102-1-pve #1 SMP PVE 5.15.102-1 (2023-03-14T13:48Z) backup server and wanted to backup to ftp server, installed curlftpfs and mounted to /mnt/backup, when i "ls" i can see folders, create file or folder without any problem through ssh, but when i try to add as datastore it returns EPERM: Operation not permitted.
Mounting my ftp to folder as :
I believe it's related to folder permissions somehow root user can read,write & delete in ftp mount but backup server is not able to get ownership of the ftp mount?
Screenshots as attached.
Using Linux 5.15.102-1-pve #1 SMP PVE 5.15.102-1 (2023-03-14T13:48Z) backup server and wanted to backup to ftp server, installed curlftpfs and mounted to /mnt/backup, when i "ls" i can see folders, create file or folder without any problem through ssh, but when i try to add as datastore it returns EPERM: Operation not permitted.
Mounting my ftp to folder as :
Code:
curlftpfs myuser:'mypassword'@192.168.1.245 /mnt/backup -o rw,allow_root
I believe it's related to folder permissions somehow root user can read,write & delete in ftp mount but backup server is not able to get ownership of the ftp mount?
Screenshots as attached.