similar to: add rsync -A -X to Backuppc "RsyncArgs" get 'Got fatal error during xfer (fileListReceive failed)'

Displaying 20 results from an estimated 100 matches similar to: "add rsync -A -X to Backuppc "RsyncArgs" get 'Got fatal error during xfer (fileListReceive failed)'"

2015 Jun 25
2
add rsync -A -X to Backuppc "RsyncArgs" get 'Got fatal error during xfer (fileListReceive failed)'
Thank you. This helps get me closer. One machine shows rsync 3.0.9 and the other shows rsync 3.1.0. Running "rsync --version" both show "ACL, xattr" are supported. Two questions, would the two different version cause it to fail? Second, does the order rsync "receives" the switches matter. Does "-A" and "-X" need to be near the beginning of
2015 Jun 25
0
add rsync -A -X to Backuppc "RsyncArgs" get 'Got fatal error during xfer (fileListReceive failed)'
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Both systems would need to have an rsync installed that support those features. They are a compile time choice and are automatically disabled if dependencies aren't met. You can see if they are supported with 'rsync --version'. If they are supported that will list both ACLs and xattrs. The filesystems must also support them of course.
2015 Jun 25
0
add rsync -A -X to Backuppc "RsyncArgs" get 'Got fatal error during xfer (fileListReceive failed)'
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The command line order shouldn't matter though that might depend on what else is in there (especially -s). Rsync is backwards compatible so the version mismatch shouldn't matter but 3.1 has some nice benefits over 3.0.9 so upgrading is a good idea. In the end you probably need to know what rsync command line is being run and what rsync says
2013 Jan 24
2
rsync parameters errors
In my new bash script, I'm doing what I think is a very simple rsync command the way I'm used to doing it. I just do a lot of setup and checking before I get to it. When I run it, it gets very unhappy with me. It's probably something very simple. I need to build the rsync command in a string so that some things can go away - like if my variables DRY_RUN and DELETE are undefined,
2013 Jan 25
0
bluetooth to xfer files to/from Android
It seems there's no way to transfer files to/from 5.9 to/from Android 4.1.1 using bluetooth, at least that's what the web and my attempts have been telling me for the past few days. Or has someone found a way...?
2010 Feb 18
0
how to determine transfer direction in pre/post-xfer scripts?
Hi all, Is there any way to determine transfer direction (download/upload) in pre-xfer and post-xfer rsync daemon scripts? I want to trigger notification event upon successful upload. If not, consider this to be a feature request for additional environment variable.
2011 Oct 29
1
"enable ctxprog xfer only when we need it to save power" introduces big performance regression
Hi I've bisected pretty big performance regression (nv92): $ git bisect good b2737681d5442f05ab6419e05468c3d2511a5ced is the first bad commit commit b2737681d5442f05ab6419e05468c3d2511a5ced Author: Martin Peres <martin.peres at ensi-bourges.fr> Date: Sat Jul 30 23:08:45 2011 +0200 drm/nv50/gr: enable ctxprog xfer only when we need it to save power This patch adds
2004 May 28
3
Disable blind xfer
My SIP users need to transmit the "#" key as part of data entry. Asterisk intercepts and initates a transfer function. I'm almost positive I've seen this discussed somewhere, but none of my searches are finding it. Anyone have a handy answer? Tim McKee -------------- next part -------------- A non-text attachment was scrubbed... Name: winmail.dat Type: application/ms-tnef
2004 Jul 23
0
Cisco 7940 hook-flashing blind xfer.
I've been unable to figure out how to make blind xfer transfer a call on a zap interface by using hook flash instead of a native bridge. Is this even possible to change how a blind xfer works on the 7940s? zapata.conf: threewaycalling=yes cancallforward=yes transfer=yes
2005 Feb 16
0
Attended xfer
Does anyone know if the attended transfer in CVS head works with app_queue (and more importantly, chan_agent ?) This is the only thing stopping me from deploying the attended transfer patches. Cheers, Ben -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Mark Benson Sent: 16 February 2005 14:44 To: Asterisk
2007 Jan 15
2
Recording queue calls after an xfer?
I have a problem where my recorded queue calls stop recording once the call is transferred to a different extension. Is there some additional parameter I need to set so recording continues? Is it even possible to do this? Thanks, Jay
2007 Jan 25
1
Cannot xfer parked callers
Here's how it's currently working: 1) Call comes in 2) Operator parks call (700) 3) Operator picks up call on another phone (701) 4) Operator tries to transfer to a different phone (we use #0) but the transfer doesn't work. We can transfer initial callers all we want and it works fine. Once a call is parked, however, we can no longer transfer the caller. Any ideas? Thanks, Jay
2007 Apr 15
0
features.conf and blind xfer
I was wanting to automate entirely a blind transfer. We are not yet using a powerdialler, so when we hit an answermachine we have to manually leave a message. In order to make this a little quicker, I want to leave a standard message on the answermachine. attempt #1. Use the blind transfer feature. set blind transfer to be "**". extension 22 is exten 22 => Goto
2019 Jul 19
2
Failed Xfer of domain and forest fsmo
I have transferred all fsmo's except domain and forest.? When I attempt either one of these I get this error: samba-tool fsmo transfer --role=forestdns ERROR: Failed to delete role 'forestdns': LDAP error 50 LDAP_INSUFFICIENT_ACCESS_RIGHTS -? <00002098: SecErr: DSID-03151D80, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0 > <> Any ideas on how to overcome this? -- Bob
2019 Jul 19
1
Failed Xfer of domain and forest fsmo
On 07/19/2019 03:08 PM, Rowland penny via samba wrote: > On 19/07/2019 20:41, Robert A Wooldridge via samba wrote: >> I have transferred all fsmo's except domain and forest.? When I >> attempt either one of these I get this error: >> >> samba-tool fsmo transfer --role=forestdns >> ERROR: Failed to delete role 'forestdns': LDAP error 50 >>
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
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
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/
2010 May 14
0
Error when pre-xfer script is doing a rsync.
Hello, I've written an howto about making creating a copy (or snapshot) on a remote server (running rsync daemon with backup share) AND managing the overwritten and deleted items. See: http://www.howtoforge.com/backing-up-with-rsync-and-managing-previous-versions-history I've done this by running the rsync command in dry mode first. This way a detailed report is created (with the help