[Solved] Backup in another pc in the same network

You created the NFS export to be reachable for IP 192.168.1.15 only. This is correct?

ok pls do following

  1. open file /etc/fstab
nano /etc/fstab
  1. replace following line
192.168.1.96:/ /mnt/nfs_client nfs nofail,noauto,x-systemd.automount

with

192.168.1.96:/mnt/dietpibkp /mnt/nfs_client nfs nofail,noauto,x-systemd.automount
  1. save the file
  2. reboot your system
  3. check if the new mount is working
cd /mnt/nfs_client
df -h
touch demo.file
ls -la