Copy files from one server to other servers via cron job
10438Apr 21 2010 — edited Apr 22 2010OS: zLinux, SuSE Linux Enterprise Server 10, Using putty terminal
I want to copy files from one server to other servers via cron job.
All servers are the part of same network.
We need to copy files to other environment via cron job.
Here is the copy command I will use in the script:
This script is in our test server.
cd /home/oracle
cp * /opt/oracle/DataSource
Do I need a password to do sftp?
Can I accomplish by simple script?
thanks
D
Edited by: SDHN on Apr 21, 2010 11:36 AM