Re: --filelist doesn't work with -d

2008-05-11 Thread Shachar Shemesh
Robin Lee Powell wrote: > This is me being lazy, but it work with real examples too: > > $ echo "foo" | rsyncrypto -c --filelist - /tmp /tmp /tmp > Error parsing certificate: > > $ echo "foo" | rsyncrypto -d --filelist - /tmp /tmp /tmp > Must use "--no-archive-mode" if plaintext file is stdin: > >

--filelist doesn't work with -d

2008-05-11 Thread Robin Lee Powell
This is me being lazy, but it work with real examples too: $ echo "foo" | rsyncrypto -c --filelist - /tmp /tmp /tmp Error parsing certificate: $ echo "foo" | rsyncrypto -d --filelist - /tmp /tmp /tmp Must use "--no-archive-mode" if plaintext file is stdin: In the latter case, no actual attempt