- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Keeping 2 computers synced
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
10-22-2002 04:53 AM
10-22-2002 04:53 AM
One of them is out of state.
I want to keep the apps in sync.
I looked at a couple tools to do this.
(ftpcopy and rsync) Are there others?
There will not be a lot of changes to sync. I just want a script that I can run once a week to catch the changes I miss.
The line to the other computer is only a 192k connection and there is a lot of other traffic on it too. Meaning I will have to be doing the sync up on off-hours.
Can you help?
Marty
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 04:58 AM
10-22-2002 04:58 AM
SolutionI don't know if you've made a typo, but I also know rdist (but don't know rsync).
Regards,
Jean-Louis.
DESCRIPTION
rdist facilitates the maintaining of identical copies of files over
multiple hosts. It preserves the owner, group, mode, and modification
time of files if possible and can update programs that are executing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 04:59 AM
10-22-2002 04:59 AM
Re: Keeping 2 computers synced
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 05:06 AM
10-22-2002 05:06 AM
Re: Keeping 2 computers synced
I use rdist for several files, like host files etc.
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 05:07 AM
10-22-2002 05:07 AM
Re: Keeping 2 computers synced
We use rdist to keep 2 servers synced. We run it from cron at about 6am.
Regards,
Hilary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 06:12 AM
10-22-2002 06:12 AM
Re: Keeping 2 computers synced
I'll take a look at rdist.
Thanks for your help.
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 04:34 AM
10-23-2002 04:34 AM
Re: Keeping 2 computers synced
http://www.iu.hio.no/cfengine/cfdetails.html
rsync is much more flexible and uses less resources then rdist. Stick to rsync.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 04:55 AM
10-23-2002 04:55 AM
Re: Keeping 2 computers synced
What I want to do is just sync of files not Apps. Both computer will be maintained with the same OS, ERP system and Database apps. I was just looking at keeping the chanes I make in sync. There always minor script changes going on and I only wanted to do this to one computer. Then the sync program could do it's thing. The second computer is a standby computer with a Oracle database that is in the standby mode and is being synced once an hour.
It is these little scripts that I keep thing about.
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 09:58 AM
10-23-2002 09:58 AM
Re: Keeping 2 computers synced
That's why I said cfengine may be overkill for what you are doing, but it can do more then just scripts, etc..
We have groups here that use cfengine to propagate changes to lab machines and desktop workstations all over the world, so that they always know that everything is up to date. They include things like passwd, group, sevices, automount maps, etc..., as well as tools. For ascii files you can have it update only certain sections, or the whole thing. For example, you could have it update only password entries for a particular user, and leave the rest alone. You can also control the resources it uses (throttle). You configure it once and forget it.
For what you are doing, I would stick to rsync and schedule through cron. We tunnel our rsync's though ssh for added security. Unless you have some free time and would like to play with something new and cool, like cfengine....
Keith