Backup to mounted nas, lubuntu-server

I installed urbackup-server to Lubuntu and mounted nas to /mnt/bkp using following command
//192.168.0.14/backup /mnt/bkp cifs credentials=/etc/credentials,iocharset=utf8,file_mode=0777,dir_mode=0777

Now i’m getting this error, when opening urbackup webpage, how can i fix this?

(err_cannot_create_symbolic_links). Operation not supported (code: 95)
UrBackup cannot create symbolic links on the backup storage. Your backup storage must support symbolic links in order for UrBackup to work correctly. The UrBackup Server must run as administrative user on Windows (If not you get error code 1314). Note: As of 2016-05-07 samba (which is used by many Linux based NAS operating systems for Windows file sharing) has not implemented the necessary functionality to support symbolic link creation from Windows (With this you get error code 4390).

If i browse my mount location via file explorer/shell I can create and delete files/folders just fine.

NAS Device is QNAP TS-219P II

I answer myself. I enabled NFS on my NAS drive, Applied permissions to my share from nas NFS permissions tab.
Then installed nfs to my lubuntu box
sudo apt install nfs-common

modified fstab
192.168.0.14:/backup /mnt/bkp nfs rsize=8192,wsize=8192,timeo=14,intr

At least not getting error anymore :slight_smile: