Displaying 20 results from an estimated 5000 matches similar to: "Syncing with --files-from"
2008 May 18
2
rsync --files-from option file with a custom Delimiter
Hi All,
I'm new to rsync usage in Mac OS X. I'm having a strange issue with --
files-from option.
I'm providing the --files-from to provide a file , which contains the
list of files separated by newline character , to perform backup
operation.  Especially in Mac OS X , particular tiff bundle files are
having \r as part of the filename.When rsync reads the filepaths using
delimiter
2015 Dec 30
10
[Bug 11656] New: Escaping broken with --files-from
https://bugzilla.samba.org/show_bug.cgi?id=11656
            Bug ID: 11656
           Summary: Escaping broken with --files-from
           Product: rsync
           Version: 3.1.1
          Hardware: x64
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: core
          Assignee: wayned at samba.org
          Reporter:
2002 Dec 10
2
include-exclude patterns
Hi, 
I just subscribe to ask you a question about patterns in exclude-include
files.
I just want some folders to be rsynced to a remote machine.
What I tried is :
IncludeFile
-------------------------
/etc/
/var/lib/zope/
- /*
-----------------------
result of 
$$ rsync -avvrn --delete --delete-excluded
--include-from=/backup-include -e ssh / /backup
is
expand file_list to 4000 bytes, did move
2005 May 19
3
[LLVMdev] [Cygwin] llvm 'make install' build errors
Reid,
I think it is the first time it is run that the errors occcur !?
Not sure but that would seem logical.
Aaron
2016 Oct 29
2
-e escape rule
> Yeah, it only does space-splitting and that's all it will ever do. It still looks to me like there is a bug in the original escaping, since any command receiving that string is receiving a backslash that is not supposed to be there. It should only be escaping the string enough to get it to rsync, not trying to guess what rsync is going to do with it after it gets it.
I'm not
2020 Apr 08
2
How to add new AVR targets?
Is there anything I can do about it?
BTW: gcc is loosing the AVR backend, so I would assume, there will be a
greater interest to this in llvm compared to the past.
Thanks,
 Wilhelm
Am 03.04.20 um 15:09 schrieb Wilhelm Meier via llvm-dev:
> Should I create an issue in bugzilla for this? Just to be reminded ...
> 
> Am 31.03.20 um 09:34 schrieb Wilhelm Meier via llvm-dev:
>> Hi
2020 Mar 31
3
How to add new AVR targets?
Hi Dylan,
looks ok now.
One thing:
the ISR is now:
__vector_21:                            ; @__vector_21
__vector_21$local:
sei
push    r0
push    r1
in      r0, 63
push    r0
clr     r0
push    r24
lds     r24, v1
sts     v2, r24
pop     r24
pop     r0
out     63, r0
pop     r1
pop     r0
reti
There are unneccessary push/pops of r1 and r0 too, since the clr is
useless ... GCC had the same
2020 Mar 31
2
How to add new AVR targets?
Hey Wilhelm,
That's a bug, the "interrupt" attribute is not being recognized by the
backend.
I have fixed it in
https://github.com/llvm/llvm-project/commit/339b34266c1b54a9b5ff2f83cfb1da9cd8c9d90a
Pull the latest LLVM and it should be fixed.
On Tue, Mar 31, 2020 at 8:00 AM Wilhelm Meier <wilhelm.meier at hs-kl.de>
wrote:
> Hi Dylan,
>
> I used the following
2020 Mar 30
2
How to add new AVR targets?
Hey Wilhelm,
Could you post the LLVM IR generated from your C++ file?
This can be achieved with 'clang -S -emit-llvm'
Cheers
On Sat, Mar 28, 2020 at 6:36 PM Wilhelm Meier <wilhelm.meier at hs-kl.de>
wrote:
> Answering partly to myself there was a extern "C" missing.
>
> But the register pushes ans reti are still missing.
>
> Whats wrong?
>
> Am
2008 Feb 14
4
Kaplan Meier function
Hi all,
I am trying to draw a Kaplan-Meier curve and I found online that Kaplan -
Meier estimates are computed with a function called km in the event package.
Is there an update for that because when I choose to download packages in
R,. there is no package called event, even though I have selected all the
repositories.
Thanks in advance,
Eleni
	[[alternative HTML version deleted]]
2016 Oct 20
5
-e escape rule
Hello,
I'm using Ruby's Shellwords module, which generates a string from an
array, suitable for shell evaluation.
Ruby's implementation prefers escaping whitespace with a backslash
rather than quotes. However, this appears to cause some kind of issue
in Rsync when it computes argv from -e option.
Here is an example command generated by some Ruby code:
rsync --archive --stats -e
2018 Apr 07
6
OpenSSH private key format errors with LibreSSL 2.7
On 2018-04-07 11:24, Bernard Spil wrote:
> On 2018-04-07 9:04, Joel Sing wrote:
>> On Friday 06 April 2018 21:31:01 Bernard Spil wrote:
>>> Hi,
>>> 
>>> When using OpenSSH with LibreSSL 2.7.x it cannot read existing RSA 
>>> and
>>> ECDSA private keys.
>>> 
>>>      Error loading key "./id_rsa": invalid format
2015 May 08
4
Q: respecting .ssh/id_rsa
While attempting to debug something else I ran across this:
ssh -vvv somehost
. . .
debug1: Connection established.
debug1: permanently_set_uid: 0/0
debug1: identity file /root/.ssh/identity type -1
debug1: identity file /root/.ssh/identity-cert type -1
debug3: Not a RSA1 key file /root/.ssh/id_rsa.
debug2: key_type_from_name: unknown key type '-----BEGIN'
debug3: key_read: missing
2008 Jul 14
1
Problem remote sync with several directories/files
HTML attachment scrubbed and removed
-------------- next part --------------
Hi,
does anyone know what is wrong with that command line ?
rsync -e "/<path to ssh>/ssh -i/<keypath>/.ssh/id_rsa " -vaoRrn  user@hostname:'/root/directory/./dirToSync1' :'/root/directory/./dirToSync2' '/dir/to/destination'
Calling it with real paths the rsync command
2020 Mar 28
2
How to add new AVR targets?
Hi Dylan,
the following code
volatile uint8_t v1;
volatile uint8_t v2;
__attribute__((interrupt)) void __vector_21(void)  {
    v2 = v1;
}
produces in C mode:
00000092 <__vector_21>:
92:   80 91 61 00     lds     r24, 0x0061     ; 0x800061 <v1>
96:   80 93 60 00     sts     0x0060, r24     ; 0x800060 <__data_end>
9a:   08 95           ret
and in C++ mode:
00000074
2009 Oct 30
3
need help in generating ssh authorize keys
hi all,
I need to generate ssh authorize keys for a list of users hosted on
different servers.the users are active and each one has its public key
(id_rsa.pub) hosted in 1 server. now what i need to do is to generate
the authorize keys from each of their public key. the key is easily
generating if public key hosted on the Node but my problem is that all
public keys are hosted in 1 machine with a
2020 Mar 04
2
How to add new AVR targets?
Thanks!
The new are of xmega3 architecture, which is already included. So this
should be simple.
Where is the information about ISR-vector table, SRAM addresses and so
on stored?
--
Wilhelm
Am 04.03.20 um 11:03 schrieb Dylan McKay:
> Hey Wilhelm,
> 
> This should be possible by editing the 'AVRDevices.td' [1]TableGen
> definitions to add an entry for the newer chip types.
2018 Apr 07
2
OpenSSH private key format errors with LibreSSL 2.7
On Friday 06 April 2018 21:31:01 Bernard Spil wrote:
> Hi,
> 
> When using OpenSSH with LibreSSL 2.7.x it cannot read existing RSA and
> ECDSA private keys.
> 
>      Error loading key "./id_rsa": invalid format
> 
> Rebuilding OpenSSH with LibreSSL 2.6.x fixes the issue. I had fixed this
> issue early on with LibreSSL 2.7 by converting the key to "new
2018 Apr 10
4
Signed SSH key issue with OpenSSH6.4p1
Hi All,
Please pardon me if it is the wrong list to ask how-to etc.
I am having an issue with the Signed SSH keys. I am being asked for the
passphrase for my signed public key, even though I don't have any.
I am running CentOS7 with OpenSSH_6.4p1, OpenSSL 1.0.1e-fips 11 Feb 2013.
1) I have ca server with ca user keys (ca-user-key.pub)
2) I created user ssh rsa keys (user-id-org and
2013 Nov 20
4
How to stop Kaplan-Meier curve at a time point
Hello R users
I have a question with Kaplan-Meier Curve with respect to my research. We
have done a retrospective study on fillings in the tooth and their survival
in relation to the many influencing factors. We had a long follow-up time
(upto 8yrs for some variables). However, we decided to stop the analysis at
the 6year follow up time, so that we can have uniform follow-up time for
all the