• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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