- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- rsync for 11.00 in depot form?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 08:28 AM
02-26-2007 08:28 AM
rsync for 11.00 in depot form?
My client finally realized that maintaining mission critical applications on an unsupported OS isn't good. They'd like to use rsync to copy the data over to new production systems.
1. Does anyone know of or have a copy of rsync in depot form for 11.00?
2. Does anyone know what the difference between rdist (which seems to come w/HPUX) and rsync is?
As you can probably tell, I'm not too familiar with either application.
Thanks for any hints/tips/suggestions.
Doug O'Leary
------
Senior UNIX Admin
O'Leary Computers Inc
linkedin: http://www.linkedin.com/dkoleary
Resume: http://www.olearycomputers.com/resume.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 08:38 AM
02-26-2007 08:38 AM
Re: rsync for 11.00 in depot form?
Rsync is the smarter version of otherwise similar utilities. The main difference is that rsync can send only the changed portions of files whereas rdist must copy the entire file. If this is a move of all the data from old to new then either will be equally serviceable. Rdist comes on all HP-UX boxes whereas rsync is downloaded from any of the HP-UX Porting Centre's.
If you are moving entire directories/filesystems from old to new then you might find that an fbackup | remsh frecover pipeline will be at least as fast as any other approach.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 08:45 AM
02-26-2007 08:45 AM
Re: rsync for 11.00 in depot form?
Thanks for the response.
>> You can download the source for rsync and build your own. It's a rather easy make.
The problem with that is I need an ansi c compiler for 11.00 - same issue, different program.
The goal was to do an initial copy of all the data during the week then do a differential copy on Friday morning. Doesn't sound like rdist will do that.
The fbackup | frecover has a lot of potential though. Hadn't thought of that; thanks!
Doug
------
Senior UNIX Admin
O'Leary Computers Inc
linkedin: http://www.linkedin.com/dkoleary
Resume: http://www.olearycomputers.com/resume.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 08:52 AM
02-26-2007 08:52 AM
Re: rsync for 11.00 in depot form?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2007 02:36 AM
03-09-2007 02:36 AM
Re: rsync for 11.00 in depot form?
Turns out the client had an old copy of it buried on site they maintain for "legacy" s/w.
Thanks, all, for hints/tips/suggestions.
Doug O'Leary
------
Senior UNIX Admin
O'Leary Computers Inc
linkedin: http://www.linkedin.com/dkoleary
Resume: http://www.olearycomputers.com/resume.html