similar to: How to know the remote version of rsync daemon?

Displaying 20 results from an estimated 200 matches similar to: "How to know the remote version of rsync daemon?"

2003 Nov 12
1
rsync directory with symbolic links
Hi all, I have a problem synching a directory that as symbolic links. The behavior is: If a symlink is relative (like ../../file) the link is copied correctly If a symlink is absolute (like /root/document) the link is copied like (root/document) whithout the first slash. By the way some link are not usable. I use rsync 2.5.5 protocol 26 and the command is rsync -varlRHpogDtxP .
2002 Aug 28
1
Using -F and -f
Hi all, I'm interesting in using -F and -f options to generate delta files to transfer to other computers not connected by network. I'm using cygwin whit rsync version 2.5.5 protocol 26, but even if those options are explaned, I can't use them. So I downloaded source for rsync+ but I'm not able to compile it because I have this error messages. $ make all gcc -I. -I. -g -O2
2006 Apr 26
2
--link-dest and file/dir transfer to remote rsync daemon
Hi NG, I want to do incremental backups to a remote server running rsyncd (because daemonless transfer via ssh often hangs!). In contrast to transfer via ssh (without remote rsyncd) this doesn't seem possible, or do I miss something? Imagine I want to incrementally backup `mydir' to the backup space `backup' on e remote server `alpha' running an rsync daemon. rsyncd on
2005 Mar 04
0
Ti sei cancellato con successo
Ecco fatto, da domani non riceverai più la mia mail quotidiana... peccato... Se vuoi dirci perchè ti sei cancellato basta rispondere in automatico a questa mail e noi la leggeremo. Se invece ti sei cancellato per sbaglio puoi reiscriverti o mandando una mail (anche vuota) a: subscribe.modelle@it.buongiorno.com o andando sul sito www.tuttinudi.it Buona giornata Lo staff di tuttinudi
2001 Mar 22
1
Compiling Windows
Hi everyone, I need something like a "virtual windows machine" to capture all the Windows' messages and events (even the messages and events between "user32" and "gdi" libraries).... do I have a way to make that?.... I'm trying to compile WINE under Windows OS (w2k)...every graphic function called by Windows should be in USER MODE and I'd be able to
2004 Dec 27
0
R: Richiesta informazioni
Dear Andrea. Your request seems vague. And also: be careful, even if some of the people reading the list understand italian you are expected to post your requests in english. In short: read the FAQ and at least "An introduction to R". But you seem to be lucky, on the CRAN you will find a document by Vito Ricci, in italian, about time series analysis:
2006 Jun 16
3
Aiuto
Salve a tutti; Sono un neofita di Ruby, sinceramente Rails ancora non lo ho utilizzato. Sono uno studente universitario, ora sto preparando una tesina su un framework per sviluppare applicazioni web non so se lo conoscete e lo Spring webflow. nella tesina ho cercato di convincere il prof sul fatto che Rails ? migliore. Solo che lui mi ha fatto una domanda che mi ha spiazzato alla quale al
2009 Oct 11
2
Bug#550622: xen-utils-3.4: NIC 82574L not working
Package: xen-utils-3.4 Version: 3.4.0-0~ct Severity: important After installation of linux 2.6.26-2-xen-686 and xen-utils-3.4 the 2 onboard NICs 82574L (driver e1000e) are not working. ping results always in unreachable hostname ethtool seems fine for the eth's mii-tool has no transceiver for the eth's ip link show shows an UNKNOWN state for the eth's With linux 2.6.26-2-xen-686 and
2006 Sep 14
5
Shorewall make my firewall fly!
I''ve just put in production a Linux firewall with 4 ethernet interfaces and 3 openvpn tun virtual interfaces. With Shorewall everything work like a charm (only a little hassle with some details, due to bad configuration, not bugs!) Great tool! Tom and other Shorewall developers, you all are great! Bye (and sorry for my bad english) -- Paolo Basenghi - Centro elaborazione dati
2005 Mar 21
4
Patch: Offline transfer mode
Hi All, Here's an rsync patch which adds an --offline flag, letting you transfer changed blocks via removable media, while still comparing checksums via the net. I expect this could be very popular for the growing number of people who want to do disk-based offsite backups, which is what I needed it for. It took me longer than I hoped, but still only several hours to work this out -- it
2010 Jul 09
8
DO NOT REPLY [Bug 7565] New: --check-point=<TIME> +options.c.patch +generator.c.patch
https://bugzilla.samba.org/show_bug.cgi?id=7565 Summary: --check-point=<TIME> +options.c.patch +generator.c.patch Product: rsync Version: 3.0.7 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned at samba.org
2019 Feb 19
2
Cambiar el formato de datos
Estimados miembros de la comunidad de R Tengo el siguiente formato en un fichero csv que corresponde a datos de la población para un conjunto de países y para un rango amplio de años. Pais 1960 1961 1962 1963 Albania vvvvv vvvv Algeria vvvvv vvvv Me gustaría pasarlo a la siguiente forma Pais Año Poblacion Albania 1960 vvv Albania 1961 vvvv Albania
2012 Jul 10
2
[LLVMdev] question on table gen TIED_TO constraint
Yes, there is an easy way to fix this. MRMSrcMem assumes register, memory, vvvv register if VEX_4VOp3 is true and assumes register, vvvv register, memory if VEX_4V is true. I just need to change the flag from VEX_4VOp3 to VEX_4V. There are a few places where we assume only the 2nd operand can be tied-to: Desc->getOperandConstraint(1, MCOI::TIED_TO) != -1 (hard-coded index 1) I will fix those
2012 Jul 10
0
[LLVMdev] question on table gen TIED_TO constraint
I don't think changing to VEX_4VOp3 to VEX_4V is the right fix. I think the fix is to increment CurOp twice at the start for these instructions so that only the input operands are used for encoding. Also, I just submitted a patch to revert the operand order for these instructions in the assembler/disassembler. Destination register should appear on the right and the mask should appear on the
2019 Feb 19
2
Cambiar el formato de datos
> gather(pobla, key = year, value = totpop, year60:year63) Country year totpop 1 Afghanistan year60 8996351 2 Albania year60 1608800 3 Algeria year60 11124888 4 Andorra year60 13411 Gracias Carlos Antonio On Tue, 19 Feb 2019 at 12:54, Carlos Ortega <cof en qualityexcellence.es> wrote: > Sí, tienes varias formas. > > Mira la función
2005 Dec 16
6
rake remote_exec on Windows
I am using the shovel deploy.rb from http://nubyonrails.com/pages/shovel I have SwitchTower-ized my app, copied the shovel deploy.rb file and put my settings in it. But when I run "rake remote_exec ACTION=setup_lighty" from the local app root it has no effect. It should prompt for a password for at least throw an error? I just get returned to the DOS prompt. If I do "rake
2005 Mar 21
1
Help with Syslinux2.11
Im trying to get syslinux to let me boot feather linux from my USB drive. But I don't understand what im being asked to do in the instructions. I need help, thank you. Ricky
2018 Mar 28
4
x86 instruction format which takes a single 64-bit immediate
I am attempting to create an instruction which takes a single 64-bit immediate. This doesn't seem like a thing that would exist already (because who needs an instruction which just takes an immediate?) How might I implement this easily? Perhaps I could use a format which encodes a register, which is then unused? Thanks for the help. Gus -------------- next part -------------- An HTML
2004 Nov 09
4
[PATCH] [TRY2] Use nfmark as a key in u32 classifier
Hello! This is the try number two. What was changed: - Added selectable choice in Kconfig file (thanks Jamal!) - Don''t abuse tc_u32_sel to not break backward compatibility (thanks Patrick!). Stephen, do you have any comments on iproute2 part? I know it''s not perfect but this is the best way, I think. "u32 match mark vvvv mmmm" it''s intuitive but breaks a
2019 Feb 19
2
Cambiar el formato de datos
Después del "gather()" puedes hacer un "arrange()" que es una ordenación. Y dentro de "arrange()" le indicas la variable por la que ordenas (no hacen falta comillas)... Lo ordenará alfabéticamente. Saludos, Carlos Ortega www.qualityexcellence.es El mar., 19 feb. 2019 a las 13:47, Antonio Rodriguez Andres (< antoniorodriguezandres70 en gmail.com>) escribió: