Displaying 20 results from an estimated 2000 matches similar to: "rsync to mirror"
2007 Apr 09
1
Re: asterisk-users Digest, Vol 33, Issue 35
We i have settup it like this it giveme caller id agent id and date-time on
gsm file but i want them to be in folder on every day basis datewise.
exten =>
_1NXXNXXXXXX,2,Set(CALLFILENAME=${ACCOUNTCODE}-${EXTEN}-${TIMESTAMP})
exten => _1NXXNXXXXXX,3,Monitor(gsm,/rec/asterisk/apr07/${CALLFILENAME},mb)
Any Idea ?
Faisal
> ------------------------------
>
> Message: 16
>
2008 Jun 06
1
iptables rule for rsync
Hi,
Well David it worked after stopping the iptables.. Now what would be the
rule for iptabels to allow rsync.
I am not very good with iptables help will be appreciated
Thanks again for help.
> --------------------------------------------
> Faisal A. Ashraf
> Web www.voip.com.pk
> Your VoIP Solution Partner
>
-------------- next part --------------
HTML attachment scrubbed
2004 Jun 25
4
A question about connection refused
I install rsync in computer and run it as a daemon successfully, but when I
run rsync command on another end to connect it. There is a error.
The output is :
opening tcp connection to 192.168.0.43 port 873
rsync: failed to connect to 192.168.0.43: Connection refused
_exit_cleanup(code=10, file=clientserver.c, line=93): entered
rsync error: error in
2002 Nov 13
4
getaddrinfo: Host not found problem
Hello,
I am trying to use rsync (version 2.5.5) in a server client
model to distribute software files. When I kick off the
rsync client on an AIX 4.3.3 pwr3 platform, I get the
following error message. We are in a real bind to get this
protocol going; any help/insight/suggestions would be
"greatly" appreciated.
rsync: getaddrinfo: grp4c 873: Host not found
rsync error: error in
2008 Feb 20
1
[PATCH] build fix without iconv support
diff --git a/clientserver.c b/clientserver.c
index 2d7c28f..694a72d 100644
--- a/clientserver.c
+++ b/clientserver.c
@@ -806,6 +806,7 @@ static int rsync_module(int f_in, int f_out, int i, char *addr, char *host)
exit_cleanup(RERR_UNSUPPORTED);
}
+#ifdef ICONV_OPTION
if (!iconv_opt) {
if (ic_send != (iconv_t)-1) {
iconv_close(ic_send);
@@ -816,6 +817,7 @@ static int
2007 Apr 09
1
Date Wise Recordings
Hi,
I like my recordings to go to date wise folder i mean to say that for
example today is 20070409 so all recordings should go directly to that
folder instead of one folder for whole month. and then next day's recordings
should go to next date folder.
so how can i do that my current monitor context is like...
exten => _1NXXNXXXXXX,3,Monitor(gsm,/rec/asterisk/apr07/${CALLFILENAME},mb)
2003 Mar 02
1
rsync2.5.6 can't find system config file
I had rsync2.5.5 running fine ona RedHat Linux 8 system. I downloaded the rsync2.5.6 code and it compiled with no problems. However, operations which worked before are now failing. Here is my rsyncd.conf file
uid = nobody
gid = nobody
# use chroot = no
max connections = 4
syslog facility = local5
pid file = /var/run/rsyncd.pid
motd file = /etc/rsyncd.motd
[ftp]
path = /var/ftp/pub
2002 Apr 03
4
Patch to avoid 'Connection reset by peer' error for rsync on cygwin
The problem is caused because rsync does not close its sockets, and WinSock is a
quite strict on this. The solution is to shutdown and close the fd.
This is a 5-minute hack I've done to fix the obvious occurrences of the problem.
It might be better to extend rsyncs cleanup functions for this, but here it is
anyway to alert people to the problem and its fix.
Max.
BEGIN PATCH
diff -mru
2005 Aug 25
1
unable to open configuration file rsyncd.conf
Hello,
Rsync is working great for me right now, using version 2.6.5 on two
Solaris 9 V100 servers. Box A is the source and box B is the destination,
and also box B is my rsync server box. Box A is a rsync client. Yesterdar
from Box B I pulled 250 meg just fine from box A with rsync.
Today from the client I want to just copy over to the server what files
have changed today.
So my command
2004 Jan 26
1
patch for linux capabilities
I was wondering if it might be possible for an rsync developer to
look over the attached patch (tested on Linux 2.4.24 against the
rsync-2.6.0 release), and offer suggestions on how I could improve it.
Basically I want to use Linux finer grained capabilities to retain
only CAP_SYS_CHROOT & CAP_DAC_READ_SEARCH when rsync drops root
privs. That way I can take whole system backups as a (mostly)
2017 Oct 31
2
[Bug 13112] New: receive_xattr heap overread with non null terminated name and xattr filter
https://bugzilla.samba.org/show_bug.cgi?id=13112
Bug ID: 13112
Summary: receive_xattr heap overread with non null terminated
name and xattr filter
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
2009 Apr 22
2
[Code study] lp_motd_file defination? Help
Dear List,
Currently, I read this in clientserver.c, line 148.
motd = lp_motd_file();
I have googled, but didn't the definition of char *lp_motd_file(void).
Can anyone help to explain the following code segment. Many thanks.
#line 147 ~ 160, in clientserver.c, version 3.0.5
> if (!am_client) {
> motd = lp_motd_file();
> if (motd && *motd) {
> FILE *f =
2015 Oct 14
4
Incoming rsync connection attempts
Greetings -
In my logwatch report this morning I noticed reference to an attempt to
connect to rsync from an external IP address. It doesn't appear that
the connection was successful based on correlating information between
/var/log/secure and /var/log/messages. But I am looking for some
suggestions for implementing more preventative measures, if necessary.
The log information from
2003 Jan 28
2
rsync 2.5.6 fails on Tru64 v5.0 with rsync://<hostname>/
I've just compiled 2.5.6 release on Tru64 V5.0A (configure detects
alphaev67-dec-osf5.0, gcc release is a 3.1.1).
rsync fails using rsync://<hostname>/ syntax.
> lct@goliath(32) [rsync-2.5.6]$ ./rsync rsync://stitch/
> rsync: getaddrinfo: stitch 873: servname not supported for ai_socktype
> rsync error: error in socket IO (code 10) at clientserver.c(83)
Is there anyone else
2002 Aug 28
2
AIX 4.3.3. e rsync 2.5.5
Hi,
At Rs6000/AIX-4.3.3 the rsync-2.5.5 works ok when make local
connections or I use -e rsh or -e ssh for remote connections, like:
(OK) ./rsync -vacz . /user
(OK) ./rsync -vacz -e rsh . user@10.4.2.199:user
(OK) ./rsync -vacz -e ssh . user@10.4.2.199:user
but with standart remote rsync without -e
(NOK) ./rsync -vacz . user@10.4.2.199::user
returns:
rsync: failed to connect to 10.4.2.199:
2008 Oct 13
2
rsync error: Error in socket IO(code 10) at clientserver.c(122)
Hi,
I am using cwrsync ver 2.1.5 over SSH to connect to
myproj@sourceforge.net and facing
some problems and not sure how to go about it. Below is the full text of the
result when I run the batch file. Was wondering if anyone has seen any
similar issue. Any thoughts/help is much appreciated.
------------------------------------------------
Tunnel: ssh
Command to run: "C:\Program
2004 Aug 16
2
[LLVMdev] cvsweb content is out-of-date
And here's why:
> rsync -az --delete --exclude='#*' --stats --bwlimit=256 rsync://llvm.cs.uiuc.edu/LLVM/ /home/llvm/cvs
> rsync: failed to connect to llvm.cs.uiuc.edu: Connection refused
> rsync error: error in socket IO (code 10) at clientserver.c(83)
John, can you please look into this? Most likely the xinetd needs to be
restarted.I'm not sure when it started failing,
2007 Oct 23
3
Script work fine on sheel, but no on a cron job
Hi,
I make a script which make some call of rsync to connect to a rsync
daemon.
When I run on a shell, the script work fine.
When I run this scripts from a cron-job, the script fail with theses
messages :
rsync: failed to connect to remote-node: Connection refused (111)
rsync error: error in socket IO (code 10) at clientserver.c(94)
What's happen ?
thanks
St?phane
2009 Aug 22
6
Fw: Re: my bootlog
Fasiha Ashraf
--- On Sat, 22/8/09, Fasiha Ashraf <feehapk@yahoo.co.in> wrote:
From: Fasiha Ashraf <feehapk@yahoo.co.in>
Subject: Re: [Xen-users] my bootlog
To: "Boris Derzhavets" <bderzhavets@yahoo.com>
Date: Saturday, 22 August, 2009, 11:12 AM
Please check what wrong here
grub.conf
title Fedora (2.6.30-rc6-tip)
root (hd0,6)
kernel
2017 Sep 26
2
build a SpatialLines object from a list
Hi Eric,
Thanks for the help.But this will not solve the problem as it will generate a list and what I need is an object of class sp using SpatialLine function from sp package.So, I need to convert each matrix to coordinates and then to a line and then to a spatial line as figured in the code.
My data structure is a list of 141 matrices.Each matrix represents coordinates of the river lines