I have three linux servers:
1. Database Server 10.10.10.10
2. Application Server 10.10.10.52
3. Backup Server 10.10.10.55
There is a direct connection between Database and Application servers and there is a direct connection between Application and Backup servers, but there is no connection between Database and Backup servers.
I have a file in Database server which I want to copy to Backup server, but I don't have any idea how to do.
If anyone has any idea, please share it with me.
Thanks in advance.