Oracle Solaris System Administration (MOSC)

MOSC Banner

using rsync from command line

edited Sep 17, 2010 3:00AM in Oracle Solaris System Administration (MOSC) 2 commentsAnswered ✓
  My Oracle DBA would like to move files from one server to another.  He has been using scp but it is slow (takes about and hour)  I have rsync setup and am using it to move files from each server to a thrid server from a cron task on the third server.  This method uses a special Solaris account.  I use the follow syntax to invoke rsync:

/opt/csw/bin/rsync -av --delete --rsh="ssh -l solarisacct -x -c blowfish" --rsync-path="/opt/csw/bin/sudo /opt/csw/bin/rsync" serva:/var/opt/csw/orca/orcallator/serva/ /var/opt/csw/orca/orcallator/serva > /dev/null 2>&1

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center