Displaying 20 results from an estimated 1000 matches similar to: "(when) does rsync daemon sync ?"
2010 Nov 07
1
rsync fails to retrieve file (if local file is incorrect)
I'm using rsync on an embedded powerpc platform
with flash filesystem.
Because of a power-cycle a local file got corrupted.
This file is /flashfs/isd1, it has the correct size but
wrong MD5SUM (cd5...).
Using rsync to retrieve the right file (from a remote machine)
fails!
If I delete the file first, it works (see below).
How is this possible ?
---
N. van Bolhuis.
# md5sum /flashfs/isd1
2013 Nov 23
1
rsync with (f)locks
From the rsync manual documentation I see that by using the option
rsync-path, it is possible to specify what program is to be run on the
remote machine to start up rsync. In particular, the program could be a
wrapper script which calls the actual rsync command in the middle, but
which does some actions before and/or after the rsync invocation. One
possible interesting use would be to
2010 Oct 29
3
DO NOT REPLY [Bug 7765] New: rsync error 23 without any real error
https://bugzilla.samba.org/show_bug.cgi?id=7765
Summary: rsync error 23 without any real error
Product: rsync
Version: 3.0.7
Platform: PPC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: nvbolhuis at aimvalley.nl
2006 Sep 08
2
post-xfer exec -- more juice!
Hello,
I'm attempting to use the pre-xfer exec and post-xfer exec utilities to
replace a complicated script which tails the rsync log and does A Bunch
Of Stuff at the beginning and completion of rsync transfers.
(It will also allow us to throw away a nasty hack which forces rsync to
log the fact that is exiting - trying to provide a catch for /all/
possible exit conditions (ie, strings in the
2006 Nov 15
1
How to process files on the server side after a sync?
Hello,
I have a low speed (1-3Kb/s) openvpn connection between a server and a
client, and I sync files once every hour from the client to the server
with rsync contacting the daemon directly through the vpn tunnel. When
the files has come in to the server it would like the server to do some
processing, and there is where I get stuck. I found the --rsync-path
option and thought I could run a
2006 Nov 17
1
mail rsync logs
Hi all,
I have a rsync daemon and I'd like my users to get a mail with the content of
the log so they can see what was backed up or if something failed.
I separated the logs per user via the syslog and I use "post-xfer exec" to
execute a script that will search for the last PIDs for rsync like so:
id1=`ps -ef | grep "rsync --daemon" | tail -n 1 | awk '{print
2019 Nov 08
1
Regarding an "earlier" variant of `pre-xfer exec` [feature request and proposed patch]
(I think the subject is quite descriptive; however for use-cases and
details see bellow after the mention of the old conversation and the
patch.)
Searching the mailing list about this topic yields an old conversation
about this from 2008:
* https://lists.samba.org/archive/rsync/2008-November/022148.html
* https://lists.samba.org/archive/rsync/2008-November/022150.html
I'll quote
2014 Jul 24
8
[Bug 10738] New: report --stats output when termination signal arrives
https://bugzilla.samba.org/show_bug.cgi?id=10738
Summary: report --stats output when termination signal arrives
Product: rsync
Version: 3.0.9
Platform: x64
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy:
2009 Aug 11
2
I don't get --link-dest, at all
Hourly I have an rsync job backup /home to /home/backup. I have 24
directories (one for each hour):
home.0
...
home.23
Here is the script I am running via cron:
#! /usr/local/bin/bash
dest=`date +%k | sed 's/ //g'`
linkdir=`date -v-1H +%k | sed 's/ //g'`
chflags -R noschg /home/backup
rm -rf /home/backup/home.$dest
rsync -ahHP --numeric-ids --delete --stats --link-dest=../
2005 Feb 15
2
Dialplan + Registrar DB
Hi;
As you probably know, SER style of handling an incoming call is :
1) try to look-up it from registrar DB
2) if not found there, try to do some thing else
Is there any possibility of doing the above at "Asterisk Dial-plan"?
Regards
Mohammad
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2016 Jan 25
2
How to make performance test in samba4
Hi everybody,
I have several VMs running on Xenserver 6.5
I have 2 samba servers (1 DC & 1 Fileserver). They are both running Debian
Linux 8.2 Jessie.
I'm using the samba debian package (4.1.17)
My VM has 8G RAM and 4 vCPU
How can i test if the performances are quite good or not? with
reading/writing
Could I have better performance with the latest samba release?
thanks
Pierre
--
2005 Feb 08
2
How to xfer calls or is my setup wrong?
I am having problems transferring calls from one sip extension to
another - the extensions use various phones hardware/software.
From what I can tell I should just be able to press # and then dial an
extension to blind xfer a call right? How do I do attended xfer?
Either the phones (for this test I have tried xlite and budgetone102)
are not sending DTMF correctly or something else is amiss...
2008 Aug 15
6
Rsync of LVM Snapshots copies whole file
Hello, anybody has a clue why this happens?
The scenario:
Each night I create LVM snapshot of my volume which contains some
virtual disk images (VirtualBox VDIs). Then I rsync the content of one
of the snapshot directories to a backup server. Each file size is
between 1.3 GB and 6GB.
I run the following commmand:
sudo -u rsyncbackup rsync -avzP --exclude-from
/home/rsyncbackup/excludefile -e
2004 Jun 19
1
Another way to transfer zones
Hi,
I've been working on a replacement for nsd-xfer/bind-xfer for the use
with NSD for some evenings now, and since I believe that at least some
of you do have the same problem I experienced during my transition to
NSD (that is, bind-xfer is only available in BIND8, which is sometimes a
little bit peeky in being compiled, plus the many invokations of that
program during the regular
DO NOT REPLY [Bug 4320] New: Daemon should send stdout, stderr of {pre, post}-xfer command to client
2007 Jan 02
3
DO NOT REPLY [Bug 4320] New: Daemon should send stdout, stderr of {pre, post}-xfer command to client
https://bugzilla.samba.org/show_bug.cgi?id=4320
Summary: Daemon should send stdout, stderr of {pre,post}-xfer
command to client
Product: rsync
Version: 3.0.0
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned@samba.org
2004 Jul 06
2
Uniden consult transfer
Hi all,
I curious to know if other UIP200 users have this same issue:
You flash (XFER button) to consult-transfer a caller to another extension. If
the transfer target party is unavailable (ie: voicemail), there appears to be
no way to get the original caller back.
If it's a known limitation, has anyone come up with a functional work around?
Thank
--
..................................
2007 Feb 01
1
pre-xfer exec fails in FreeBSD
Hi
I want to use pre-xfer exec function in rsync for permition checking. In my Linux boxes, it successed. But today, I tried to put them in my FreeBSD box, it failed.
I've checked the log, but found the pre-xfer exec returns always be -1, which means waitpid failed to get the return status. After doing a little ugly patch for the wait_process function as follow, pre-xfer works again.
2011 May 30
8
[Bug 8188] New: Mechanism for taking an rsync server down for maintenance
https://bugzilla.samba.org/show_bug.cgi?id=8188
Summary: Mechanism for taking an rsync server down for
maintenance
Product: rsync
Version: 3.0.8
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: core
AssignedTo: wayned at samba.org
2013 Aug 21
1
Gluster 3.4 Samba VFS writes slow in Win 7 clients
Hello?
We have used glusterfs3.4 with the lasted samba-glusterfs-vfs lib to test samba performance in windows client.
two glusterfs server nodes export share with name of "gvol":
hardwares:
brick use a raid 5 logic disk with 8 * 2T SATA HDDs
10G network connection
one linux client mount the "gvol" with cmd:
[root at localhost current]# mount.cifs //192.168.100.133/gvol
2010 Dec 10
1
1.6.2.14 > 1.6.2.15: blind transfer works but not Xfer on aastra
Upgraded from 16.2.14 to 1.6.2.15 on Fedora 13, with aastra 9133i and 57i.
On 9133i and 57i:
#<extension># works for a blind transfer.
Xfer<extension>Xfer doesn't!
All this worked on 1.6.2.14.
Nothing useful on cli, verbose 3, DEBUG. Here extension 169 answers an
outside call, and tries to transfer it to 145 using the Xfer button:
-- SIP/169-0000009c answered