Re: [Hampshire] rsync question

Top Page
Author: Andy Smith
Date:  
To: hampshire
Subject: Re: [Hampshire] rsync question

Reply to this message
gpg: failed to create temporary file '/var/lib/lurker/.#lk0x57d2a100.hantslug.org.uk.9760': Permission denied
gpg: keyblock resource '/var/lib/lurker/pubring.gpg': Permission denied
gpg: Signature made Fri Aug 31 23:07:05 2007 BST
gpg: using DSA key 2099B64CBF15490B
gpg: Can't check signature: No public key
Hi,

On Fri, Aug 31, 2007 at 10:19:11PM +0100, Dean Earley wrote:
> I was using folder/* to backup my mail and found it WASN'T copying .
> folders. I had to use just folder/ to copy everything. Maybe using /*
> will achieve what you want.


'*' doesn't normally match files that start with a '.', but '.*' should. (untested)

Cheers,
Andy