Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Copy files from one server to other servers via cron job

10438Apr 21 2010 — edited Apr 22 2010
OS: 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 20 2010
Added on Apr 21 2010
6 comments
2,766 views