similar to: excluding changed or deleted files from --backup

Displaying 20 results from an estimated 9000 matches similar to: "excluding changed or deleted files from --backup"

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=../
2010 Oct 30
1
osx remote backup wrong permissions
Hi All, I'm trying a remote backup for the first time. It is between two laptops, I installed rsync 3.0.7 on both compiled patch -p1 <patches/fileflags.diff patch -p1 <patches/crtimes.diff patch -p1 <patches/crtimes-64bit.diff patch -p1 <patches/crtimes-hfs+.dif f patch -p1 <patches/hfs_compression.diff ./configure make this all works perfectly for local backups, clones
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
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
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
2008 Nov 19
1
chdir / chroot after pre-xfer ?
Hello, I am trying to configure rsyncd to mount destination encrypted FS (using EncFS) before syncing. In my rsyncd.conf : [test] path = /home/dest <...> pre-xfer exec = sleep 30 ; echo mypassword | encfs -S /home/ encrypteddir /home/dest ; sleep 30 (I have put "sleep 30" instructions just to make some tests) /home/encrypteddir is correctly mounted by rsyncd to /home/dest
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...
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.
2008 Jun 20
1
pre/post-xfer exec not executed ?
Hi, I've got an issue since about a week and I still can't solve it after a thorough research. I've setup a rsync server on my backup host, with shares using post/pre-xfer exec options but the scripts seems not to even be called : they should write a lockfile, and write in a logfile some information about the transfer request / report. I'm using rsync through stunnel and
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
2006 May 10
3
Rsync via ssh hangs on same file repeatedly
Hi all, I'm having problems with an rsync via ssh process hanging during transfer. The basic problem, (gory details to follow): I've set up a machine on my LAN to act as the receiver and have two (soon to be more) remote servers transferring files via a script. It seems as if certain files are causing the transfer to hang. These are different files on each of the sending machines,
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
2007 Oct 26
1
Still more auth problems
Firstly can I ask when the documentation site will be online again? I'm struggling here without it. Further to my recent post I have tried to simplify things a little. I have used a VoiceXML app to simple call an asterisk extension. EG: <form id="transfer"> <block> <call name="xfer" dest="sip:101 at 10.0.4.147:5060"/>
2009 Jan 24
7
Dovecot-1.1.9 fails to work with Thunderbird
When Thunderbird starts up 1.1.8 log entries reflect: Jan 24 06:44:56 net1 dovecot: imap-login: Login: user=<yemiah at coolsurf.com>, method=PLAIN, rip=71.155.185.14, lip=69.94.137.124, TLS Jan 24 06:44:56 net1 dovecot: imap-login: Login: user=<david-xfer at coolsurf.com>, method=PLAIN, rip=71.155.185.14, lip=69.94.137.124, TLS Jan 24 06:44:56 net1 dovecot: imap-login: Login:
2008 Dec 02
1
rsync / checksum small block / xfer small block
is there a way to somehow force rsync to check checksum in blocks vs the whole file and xfer only part that has changed vs the whole file? for instance i have a few gig file, and it usually keeps adding at the end, maybe a line a day, yet rsync xfer the whole file over and it takes forever... -- http://alexus.org/
2011 Aug 01
1
--timeout=... lesson learned...
I thought other might benefit from this lesson learned and thought it maybe should be added to the man-pages. I thought my network connection was glitchy and hence set rsync up for --timeout=120 but I found out that I was actually causing the glitch with this script: #! /bin/sh - while true; do rsync -avz --progress --timeout=120 --delete /media/rsync_gb01/movies/ myserver:movies; sleep 120; done
2015 Apr 18
2
Skip based on checksum not worked as expected when using with complex filter rules.
On Fri, 17 Apr 2015 23:45:42 -0400, Kevin Korb wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > So, I am assuming that without --itemize-changes you couldn't tell the > difference between "I am transferring a file" and "I am fixing the > timestamp on a file". > > Even if I am right, you are probably still mis-using --checksum. When
2010 Jan 20
2
Call Xfer issue between DataCenter and User Site
Hi, I am running a Asterisk 1.6 box in our Data Centre, and have a number of users connecting to that box, as their PBX. Calls in and out work fine, as does voicemail. The PBX at the Data Centre has an External IP, Nat?d to it by the firewall, and the relevant ports are open. The Office users have a dedicated internet connection for the phone lines, and calls are seen to traverse this
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 Nov 27
1
Syncing to multiple servers
Helle everyone, Let's say we have 3 servers, 2 of them have the latest (stable) version of rsyncd running (2.6.9) <Server1> ==> I N T E R N E T ==> <Server2 (rsyncd running)> ==> LAN ==> <Server3 (rsyncd running)> Suppose I want to send a big file (bigfile.big) from Server1 to both Server2 and Server3. It would be a good idea to send first from Server1