Hi everybody, I have a litte problem with my Backup. I have mounted the NFS: apt-get install nfs-common mkdir /mnt/storagemount mount -t nfs MYIP:/MYPATH /mnt/storagemount My config inside ISPconfig: But the problem is, where are no backups inside my mount. The backup works before NFS under (/var/backup). - (local) Have anyone a idea? Thanks.
Did you check that the new directory is writable and does the directory /mnt/storagemount/backup exist?
Hi Till, sure it works! root@XXX:~# cd /mnt/storagemount/backup/ root@XXX:/mnt/storagemount/backup# touch works.txt root@XXX:/mnt/storagemount/backup# ls -la insgesamt 8 drwxr-x--- 2 root root 4096 Mär 20 11:19 . drwxr-xr-x 3 root root 4096 Mär 19 13:49 .. -rw-r--r-- 1 root root 0 Mär 20 11:19 works.txt Any ideas? Regards.