similar to: rsync with (f)locks

Displaying 20 results from an estimated 6000 matches similar to: "rsync with (f)locks"

2010 Nov 02
2
(when) does rsync daemon sync ?
Dear rsync-guru's, here's a user question: I want to make sure the files transferred to rsync daemon (running on a linux kernel) are written to media I assume if rsync command returns (with 0) all data has been tranferred to rsync daemon, but it depends on the rsync daemon priority and linux pdflush daemon before the data is truly written to physical media (whatever that is). Is there
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
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
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 Jul 30
3
SMB throughput inquiry, Jeremy, and James' bow tie
I went to the site to subscribe again and ended up watching some of Jeremy's Google interviews. I particularly enjoyed the interview with James and the bow tie lesson at the end. :) So anyway, I recently upgraded my home network to end-to-end GbE. My clients are Windows XP SP3 w/hot fixes, and my Samba server is 3.5.6 atop vanilla kernel.org Linux 3.2.6 and Debian 6.0.6. With FDX fast
2017 Jun 15
2
[Bug 12819] [PATCH] sync() on receiving side for data consistency
On Thu, 15 Jun 2017 13:23:44 +0000 just subscribed for rsync-qa from bugzilla via rsync <rsync at lists.samba.org> wrote: > https://bugzilla.samba.org/show_bug.cgi?id=12819 > > --- Comment #7 from Ben RUBSON <ben.rubson at gmail.com> --- > Note that my patch simply adds a sync() just after recv_files(), so > one sync() per connection, not per write operation. >
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:
2004 Oct 11
1
Starting Samba 3.0.7 using -F -S flags
I'm attempting to start smbd and nmbd using the -F -S flags, but get the following: added interface ip=127.0.0.1 bcast=127.255.255.255 nmask=255.0.0.0 added interface ip=192.168.0.1 bcast=192.168.0.255 nmask=255.255.255.0 standard input is not a socket, assuming -D option Seems that Samba is defaulting back to the -D flag. Any ideas? Thank you. Greg -- Greg J. Zartman, P.E.
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=../
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
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 Oct 04
2
Desktop for newbies
> -----Original Message----- > From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On > Behalf Of Gary Stainburn > Sent: den 4 oktober 2016 12:49 > To: centos at centos.org > Subject: Re: [CentOS] Desktop for newbies > > > > That's a shame, because I was hoping to use it for the same thing > > > > Would maybe this help? > >
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
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.