Sponsored Content
Top Forums UNIX for Dummies Questions & Answers UNIX Servers Syncronization Software Post 302753415 by jim mcnamara on Tuesday 8th of January 2013 03:04:49 PM
Old 01-08-2013
One of the best is a open source package called rsync. There are current versions for almost any production quality UNIX/Linux.

rsync
These 2 Users Gave Thanks to jim mcnamara For This Post:
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Time syncronization

Hello all, I would like to know if anybody ever had to do time syncronization between different Unix Flavours ( Solaris, AIX, HP-UX, Linux). I was thinking about using NTP. Anyone have a suggestion? Thanks in advance... HTT (3 Replies)
Discussion started by: htsubamoto
3 Replies

2. Cybersecurity

Who uses Antivirus software on your linux servers?

So who uses antivirus software on your linux servers? A co-worker and myself have been debating on the need or lack there of for antivirus on a linux webserver running Apache even if that's the only service that may be running. He thinks no and I am of the opinion that it is needed. My rational... (1 Reply)
Discussion started by: jjvaas
1 Replies

3. HP-UX

Hp Unix software

Hi, where can i get Hp unix dummy version to use in my home system.iam a newbie to unix.pls let me know if any avilable..Thank you Shruti (6 Replies)
Discussion started by: shruti_mgp
6 Replies

4. HP-UX

Bouncing Unix Servers

Hi there, I was wondering if any of you good people out there could answer these question: A - why Unix servers are bounced once a in while in commercial environments? B - in what circumestances Unix Server are bouced? Many thanks for your time. Kind regards MH (17 Replies)
Discussion started by: mhossien
17 Replies

5. UNIX for Advanced & Expert Users

MOnitoring Software for Unix servers

Guys, I need a monitoring software for my Unix servers. Over the last couple of years, the number has increased to well over 40 servers. All have different applications running on them and it is impossible to go to everyone of them and do checks. I was using Spotlight on Unix. I was... (1 Reply)
Discussion started by: jair
1 Replies

6. UNIX for Dummies Questions & Answers

how to practice unix in online without unix software

hi, im new to unix.i dont have unix software in my system. Is there any website is there to practice unix in online can u please any one help me...... thanks in advance (3 Replies)
Discussion started by: gowridoc
3 Replies

7. UNIX for Dummies Questions & Answers

UNIX Software

Hi All, From where can i get the UNIX Software so that i can install the same in my Laptop. Thanks Dilip (2 Replies)
Discussion started by: DilipPanda
2 Replies

8. Shell Programming and Scripting

unix servers

hi, anyone please explain ab the unix servers thanks in advance Satya (2 Replies)
Discussion started by: Satyak
2 Replies

9. UNIX for Dummies Questions & Answers

Updating Software on Linux Servers

If I want to install a newer version of a software that comes with the linux distribution (like python for example), can I do it or only the system admin can? I don't have root access. Thanks! R (1 Reply)
Discussion started by: Rachel Ross
1 Replies
OCF_HEARTBEAT_RSYNCD(7) 					OCF resource agents					   OCF_HEARTBEAT_RSYNCD(7)

NAME
ocf_heartbeat_rsyncd - Manages an rsync daemon SYNOPSIS
rsyncd [start | stop | monitor | meta-data | validate-all] DESCRIPTION
This script manages rsync daemon SUPPORTED PARAMETERS
binpath The rsync binary path. For example, "/usr/bin/rsync" (optional, string, default "rsync") conffile The rsync daemon configuration file name with full path. For example, "/etc/rsyncd.conf" (optional, string, default "/etc/rsyncd.conf") bwlimit This option allows you to specify a maximum transfer rate in kilobytes per second. This option is most effective when using rsync with large files (several megabytes and up). Due to the nature of rsync transfers, blocks of data are sent, then if rsync determines the transfer was too fast, it will wait before sending the next data block. The result is an average transfer rate equaling the specified limit. A value of zero specifies no limit. (optional, string, no default) SUPPORTED ACTIONS
This resource agent supports the following actions (operations): start Starts the resource. Suggested minimum timeout: 20s. stop Stops the resource. Suggested minimum timeout: 20s. monitor Performs a detailed status check. Suggested minimum timeout: 20s. Suggested interval: 60s. validate-all Performs a validation of the resource configuration. Suggested minimum timeout: 20s. meta-data Retrieves resource agent metadata (internal use only). Suggested minimum timeout: 5s. EXAMPLE
The following is an example configuration for a rsyncd resource using the crm(8) shell: primitive p_rsyncd ocf:heartbeat:rsyncd op monitor depth="0" timeout="20s" interval="60s" SEE ALSO
http://www.linux-ha.org/wiki/rsyncd_(resource_agent) AUTHOR
Linux-HA contributors (see the resource agent source for information about individual authors) resource-agents UNKNOWN 06/09/2014 OCF_HEARTBEAT_RSYNCD(7)
All times are GMT -4. The time now is 08:29 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy