• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

NAS Backup

S

stevejac

Guest
My linux server has 2 nics, one for public use, and one for private. What I would like to do is setup a small NAS Server on the private network, give it an address like 192.168.1.1 And have my Plesk Server backup to it everynight. Lets say at 3:00 a.m. Now I saw there is a way to do it via FTP, but how do I get it to use the second nic on the private network. I am not worried about traffic, because this wil all be done on the private network.
Thanks
SJ
 
NFS is your friend. Just set the script to mount the remote share, run the backup, then disconnect it. My backup script was originally setup to do this.
 
Steve,

how do I get it to use the second nic on the private network

This isn't a Plesk question; more like a general network and linux interface configuration question.

Assuming your "NAS" server is on network 192.168.1.0/24, configure your eth1 (assuming eth1 is your secondary nic) to an IP on that subnet, such as 192.168.1.5 and then configure the nas server to 192.168.1.6. After this is complete, you should be able to ping 192.168.1.6 from the plesk server.

Assuming this works, you can start thinking about the backup method, albeit nfs, ftp, rsync, etc. First get the two servers online on the lan.


Rick
 
Back
Top