Re: Selecting encrypted files list
Brought to you by:
thesun
From: <am...@am...> - 2005-06-07 22:53:01
|
On 6/8/05, Shachar Shemesh <rsy...@am...> wrote: > The first thing that comes to mind is: > find . -name \*.dbf -or -name \*.fpt -or -name \*.cdx -maxdepth 1 -print > | rsyncrypto --filelist - destinationdir keysdir certificate.crt While you are at it, would you add an option to rsyncrypto to accept null-separated file lists? (a-la find's "-print0" and xargs' "-0") Cheers, --Amos |