similar to: rsync send "non-rsync" options to the server side (--remote-option) and (--protect-args)

Displaying 20 results from an estimated 20000 matches similar to: "rsync send "non-rsync" options to the server side (--remote-option) and (--protect-args)"

2016 Oct 29
1
rsync send "non-rsync" options to the server side (--remote-option) and (--protect-args)
If you want to pass non-rsync args (etc) you should be using --rsync-path. The -M option is only for sending rsync-related options. ..wayne.. On Fri, Oct 28, 2016 at 7:32 AM, John Lane <rsync at jelmail.com> wrote: > > Hello, I asked the below back at the beginning of August but have > received no replies. If anyone can help me with this problem it would be > much appreciated.
2016 Oct 28
0
rsync send "non-rsync" options to the server side (--remote-option) and (--protect-args)
Hello, I asked the below back at the beginning of August but have received no replies. If anyone can help me with this problem it would be much appreciated. If I have not provided some necessary information then please let me know so I may do so. Thanks in advance. > I have been working on a backup server where I have a server-side script > that wraps the server-side rsync invocation. I
2016 Jun 10
2
Rsync GPOs Erro Sysvol
Hello! I have two Dcs Samba 4 version 4.4.0, the DC 2 received rsync to DC 1, ok this SYSVOL, but necessary execute "samba-tool ntacl sysvol reset", for correct ids, but now is a one error this process: samba-tool ntacl sysvolreset open: error=2 (No such file or directory) ERROR(runtime): uncaught exception - (-1073741823, 'Undetermined error') File
2016 Jun 14
4
Rsync GPOs Erro Sysvol
Hello! Any idea? Em 11-06-2016 16:13, Carlos A. P. Cunha escreveu: > > Hello! > > Any idea? > > > Em 10-06-2016 14:29, Carlos A. P. Cunha escreveu: >> Hello! >> >> I have two Dcs Samba 4 version 4.4.0, the DC 2 received rsync to DC >> 1, ok this SYSVOL, but necessary execute "samba-tool ntacl sysvol >> reset", for correct ids, but
2016 Jan 24
2
LGPL relicense port of rsync
Hi Andrey, 2016-01-23 4:02 GMT+01:00 Andrey Gursky <andrey.gursky at e-mail.ua>: ... > If they don't want to bother with just discussing, why would they take a > big effort to claim? And your proposition for LGPL is not very > different in opposite to BSD or public domain. Yes, I agree. The risk of having a future lawsuit against my project would be pretty small if I
2009 Jan 28
1
Some help with sudo on remote side of rsync
I have an rsync script that has worked well for me for quite a while now rsyncing RAID volumes attached to two servers, one on our LAN and one at our colocation facility. I have been struggling for months, however, to get the script to run without password prompts so I can run it on cron. The rsync script is running on the system at the colo and ?pulling? files from the LAN system
2005 Mar 31
2
[Bug 2561] rsync crashes when using the "exclude from" option on server side.
https://bugzilla.samba.org/show_bug.cgi?id=2561 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From wayned@samba.org 2005-03-31 15:57 ------- This only happens when a module has a path of
2005 Mar 31
0
[Bug 2561] New: rsync crashes when using the "exclude from" option on server side.
https://bugzilla.samba.org/show_bug.cgi?id=2561 Summary: rsync crashes when using the "exclude from" option on server side. Product: rsync Version: 2.6.4 Platform: x86 OS/Version: Linux Status: NEW Severity: major Priority: P3 Component: core AssignedTo:
2008 Oct 05
4
Why is -e sent to the remote rsync side?
> $ rsync -e 'ssh -v' lingnu.com: > OpenSSH_5.1p1 Debian-2, OpenSSL 0.9.8g 19 Oct 2007 > debug1: Reading configuration data /etc/ssh/ssh_config > debug1: Applying options for * > debug1: Connecting to lingnu.com [199.203.56.105] port 22. > debug1: Connection established. ... > debug1: Sending command: rsync --server --sender -de.L . As we can see, rsync runs ssh, and
2014 Dec 04
2
rsync doesn't checksum for local transfers?
Hello. Please see http://unix.stackexchange.com/a/66702. I would like to have confirmation whether or not rsync verifies the transferred files' integrity at the target location by checksumming as advertised in the manpage: """Note that rsync always verifies that each transferred file was correctly reconstructed on the receiving side by checking a whole-file checksum that is
2010 Dec 21
0
rsync: on remote machine: --time-limit=4: unknown option
Hello, I compiled rsync with the time-limit patch on my machine. But when I try to archive to a remote server I get the following error: rsync: on remote machine: --time-limit=4: unknown option Is there a way to use the time limit patch if the server doesn't support it. I would like rsync to just quit after specified amount of time and continue where it left off the next day. Thank you
2011 Mar 11
1
rsync: on remote machine: --drop-cache: unknown option
We've been using RSYNC to back things up and it's sick nasty wicked awesome. Recently we migrated our receiving server to a different machine (Debian lenny) and now we're running into this DROP-CACHE: UNKNOWN OPTION error: sender-machine$ *rsync -Cvaz -e ssh --delete --exclude blah/ --exclude yadda/ . user at receiver:/path/for/drop* rsync: on remote machine: --drop-cache: unknown
2015 Jul 15
0
Rsync creates empty directories with backup-dir option
With rsync 3.1.1 (on debian), using the "backup-dir" option creates a tree of empty folders inside the backup repository. This doesn't affect the transfer (all files and folder are copied anyway). Example: ---- rsync -rtvhPx --delete --stats --exclude-from=/home/pierre/scripts/ExclusionRSync --backup --backup-dir=/media/pierre/g2/sauvegardes/fichiers_supprimes_pierre
2008 Oct 09
2
Possible 3.0.4 bug with -s (--protect-args) - protocol error
Hi. Two different hosts with 3.0.4 compiled from source, no patches. It seems fine except that -s causes protocol failures. See below. Local host is Sparc (Solaris 5.8), remote is Sparc (Solaris 5.10) or i686 Linux. Regards, Giuliano. userX@hostA$ /home/userX/tools/bin/rsync -v -v -v -v -v -n --rsync-path /home/userX/tools/bin/rsync -s . hostB: FILE_STRUCT_LEN=16, EXTRA_LEN=4 cmd=<NULL>
2011 Nov 21
3
How do I query "..." in a function call?
This is probably a very noobish question, but if I want to create a function that allows an undetermined number of, say, numeric vectors to be fed to it, I would use: myfunction = function(...) { # Do something } Right? If so, how do I a) count the number of vectors "fed" to the function, and b) how do I treat those vectors as variables, e.g. for the call:
2018 Apr 02
1
Much improved speeds of rsync via SSH - something to consider
Dear rsync devs, I recently concluded a bug hunt to trace why my rsync-ing to an SBC was much slower than the corresponding iperf3-reported speeds. To give a concise summary of the situation, in slow wifi links using SSH with ProxyCommand tremendously speeds up things: $ dd if=/dev/urandom bs=1M count=50 of=sample.data 50+0 records in 50+0 records out 52428800 bytes (52 MB, 50
2008 Jul 03
2
Relative Mortality Risk second part
Hi everyone, We are looking for some data sets working with relative risk mortality. so, someone know where can I find the data.mgus dataset and the data.mgus? Using 1384 records from Minnesota. This data set are used in the : Robert A. Kyle, Terry M. Therneau, S. Vincent Rajkumar, Janice R. Offord, Dirk R. Larson, Matthew F. Plevak, and L. Joseph Melton III. A long-term study of prognosis in
2011 May 09
1
Need help defining a stackexchange (i.e. stackoverflow) for telephony
For those of that are fans of stackoverflow.com, and stackexchange.com, there's an effort to define a telephony stackexchange site. It's still in the definition phase. What it needs to move forwards is more votes on on/off topic questions, and perhaps some better questions to vote for or against. If you're interested in helping out, or following the progress, visit:
2016 Jun 17
1
Rsync GPOs Erro Sysvol
On 6/17/2016 12:32 PM, Carlos A. P. Cunha wrote: > Hello! > Yes path is correct, so that when you run the reset Sysol he saw > changing permissions of various files (as mentioned) after a time > (over 10 minutes) the error occurred. > > dc 1 and dc 2: > > /usr/local/samba/etc/smb.conf > > [sysvol] > path = /opt/samba/var/locks/sysvol > > >
2018 Jan 23
8
Sending Signal to remote process
I want ssh to forward the SIGTERM signal to the remote command. Example: ssh root at localhost /root/print-signal.py Get PID of ssh: ps aux| grep print-signal Kill the matching ssh process: kill pid-of-ssh Unfortunately only the ssh process itself gets the signal, not the remote command (print-signal.py). The remote command does not terminate :-( How can I make ssh