Sponsored Content
Full Discussion: Constant mirroring
Top Forums Shell Programming and Scripting Constant mirroring Post 302240350 by avronius on Thursday 25th of September 2008 12:50:44 PM
Old 09-25-2008
Use cron to have rsync check directory A every n minutes - then check directory B. If there's a difference, it will copy the data from A to B
 

7 More Discussions You Might Find Interesting

1. Programming

File descriptor constant

I have a requirement to close all the file descriptors from 3 to 1024 for a particular application. Right now, this is how I do it .. for ( int i = 3 ; i <= 1024; ++i ) close(i); The change I am looking at is, I want to do away with the number 1024 and replace it with a constant which... (4 Replies)
Discussion started by: vino
4 Replies

2. AIX

AIX Constant Rebooting

IBM has replaced all parts in the system 3 times. Had electrician check to make sure the dedicated electrical circuit was good. Made sure the server rack was grounded, but AIX keeps shutting down when everyone is on the system. Reloaded AIX on the system. If the system is left alone it will stay... (4 Replies)
Discussion started by: AIXNEWBEE
4 Replies

3. Programming

'strlen' of a constant string

In a declaration, I have: const char comment_begin = "<!--"; const char comment_end = "-->"; const int comment_begin_len = strlen(comment_begin); const int comment_end_len = strlen(comment_end); When I compile, I get the warnings: emhttpc.c:64: warning: initializer element is not... (10 Replies)
Discussion started by: cleopard
10 Replies

4. Shell Programming and Scripting

while infinite loop_sockets constant

Hello Every one, it's requiered to create 'n' number of sockets constant for a hour time. i had my own script to create sockets using this i was able to create sockets and sendind data but using the tool i can maintain 'n' number of sockets for 5 minutes only after sockets are getting reduced to... (1 Reply)
Discussion started by: mannam srinivas
1 Replies

5. Solaris

Constant disturbing messages????

Hi friends, I am new to Solaris, I have just managed to install Solaris 10 under VirtualBox. As I use the system, I constantly get some very disturbing error messages on my screen, I hope you will help me remove them. Messages are # syslogd: line 24: WARNING: loghost could not be resolved ... (6 Replies)
Discussion started by: gabam
6 Replies

6. Programming

String Constant C

I wonder string constant exists permanently or temporary. For example, printf("hello, world"); the function printf access to it is through a pointer. Does it mean storage is allocated for the string constant to exist permanently in memory? :confused: (4 Replies)
Discussion started by: kris26
4 Replies

7. Debian

LM 17.3 xfce constant lagging

I'm using LM 17.3x LIVE. Have constant and sometimes, severe lagging issues. Problems started when I "upgraded" to 18.3x. I tried 5 other distros all with the same issues. Went back to 17.3 and , alas, the problem followed. Found this: sudo gedit /etc/sysctl. conf vm. swappiness = 15, but all it... (4 Replies)
Discussion started by: 69Rixter
4 Replies
SIMBA(8)						User Contributed Perl Documentation						  SIMBA(8)

NAME
simba VERSION
0.8.4 SYNOPSIS
simba [-c|--config <configuration file] [--callbacks|-p] [--help|-h] [mirror_name] PREREQUISITES
simba requires RoPkg::Simba DESCRIPTION
There are many institutions that offer mirroring services to the community. Most of them use shell scripts to synchronize content with the master servers. This approach has some major limitations: Difficult maintenance No useful reports No data presented to the final user and more Simba was created to be the mirroring tool and to get more control over the mirrored content and (most important) more control over the reports you can generate using the mirrored content data. Using Simba, you can: Create web pages with mirrors status Create web pages with mirror details Generate RSS feeds Generate Google sitemaps Generate rsync configuration files and more Simba is extensible and has a dynamic plugin system. If you have some knowledge of perl, you can write your own plugins and extend Simba as you wish. RUNNING
simba has a few command line parameters. -c|--config Expects the path to the configuration file -p|--callbacks Start the user defined callbacks -h|--help Shows this man page The main documentation is available on the website (http://simba.packages.ro). There you will find detailed documentation, templates and a HOWTO. SEE ALSO
RoPkg::Simba::Mirror RoPkg::Simba::Command RoPkg::Simba::Exclude RoPkg::Simba::Mirrors RoPkg::Simba::Commands RoPkg::Simba::Excludes AUTHOR
Subredu Manuel <diablo@iasi.roedu.net> LICENSE
Copyright (C) 2005 Subredu Manuel. All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The LICENSE file contains the full text of the license. perl v5.14.2 2006-09-26 SIMBA(8)
All times are GMT -4. The time now is 11:20 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy