Device42 backup file can be scheduled to be sent to an NFS server.
All fields are required. The IP address should be the address of the target NFS server, the folder path should be the path to the directory in which the backups will be stored. This folder should be writeable by a user with uid=1000.
On Linux machine you need to have the following settings:
192.168.0.2:/backup/device42 on /mnt type nfs (rw,hard,timeo=600,retry=2,nfsvers=3,addr=192.168.0.2)
root@device42:~# ls -la /mnt/
total 13211695
drwxr-xr-x 2 10053 10016 117 Jan 12 18:41 .
drwxr-xr-x 22 root root 4096 Oct 10 23:38 ..
....
-rw-r--r-- 1 10053 10016 2478100712 Jan 8 16:37 Backup-201808January0429PM117526-v14.6.0.enc
-rw-r--r-- 1 10053 10016 2484142080 Jan 12 2018 Backup-201812January0634PM374904-v14.6.0.enc
which corresponds to the following server side export string:
# cat /etc/exports
/opt/device42 10.10.10.58(rw,all_squash,async,anonuid=1000,anongid=1000)
OR
# cat /etc/exports
/backup/device42 -mapall=backuper:10005 192.168.0.53
On Windows machine you need to have the following setup:
And adjust also the "Timeout" if needed:
Comments
0 comments
Article is closed for comments.