1825767 Members
1987 Online
109687 Solutions
New Discussion

Re: rsync

 
SOLVED
Go to solution
Spike Burkhardt
Frequent Advisor

rsync

Hello. Does anyone know where the 'rsync' program resides? I have man pages for it but cannot find it. I am a solaris admin who has this one hpux box to manage.

TIA

spike
Hey, I've got three teenage boys!
2 REPLIES 2
Tom Geudens
Honored Contributor
Solution

Re: rsync

Hi,
Depends a bit (since it is not "default" hp-ux software). Most installations put it underneath
/opt/rsync/bin/rsync, but I've also found references that user /usr/bin/rsync.
Try
#whereis rsync
If this does not work and if you can spare the resources, launch a find in /opt and on /usr and you're sure to "find" it.
#find /usr -name rsync
#find /opt -name rsync

Regards,
Tom
A life ? Cool ! Where can I download one of those from ?
Spike Burkhardt
Frequent Advisor

Re: rsync

Tom,

Thanks. The whereis revealed it to be in /usr/local/bin.

Spike
Hey, I've got three teenage boys!