Backup on NFS mount

Discussion in 'Installation/Configuration' started by crz1, Mar 20, 2019.

  1. crz1

    crz1 New Member

    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:
    [​IMG]


    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.
     
    Last edited: Mar 20, 2019
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Did you check that the new directory is writable and does the directory /mnt/storagemount/backup exist?
     
  3. crz1

    crz1 New Member

    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.
     
    Last edited: Mar 20, 2019
  4. crz1

    crz1 New Member

    push
     

Share This Page