Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Copying between servers 1

Status
Not open for further replies.

nashcom

MIS
Apr 12, 2002
91
GB
I've got a UnixWare 7.1.4 and a UnixWare 7.1.3 server. I sometimes use a command such as:

scp -rp /source/* 192.168.0.1:/destination

to copy a directory from one server to the other. However, this requires me to manually key the root password for the destination server.

I suspect it's possible to allow a server to become 'trusted' to the other, so that I could perform the copy as an unattended script.

Is this easy to do, or does it involve massive tweaking of files that could cause problems...?

Thanks

David
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top