Re: [BackupPC-users] BackupPC skips directories

2008-07-10 Thread Les Mikesell
Peter Carlsson wrote: > > I just realise that BackupPC seems to skip directories > during a backup. > > In my localhost.pl I have: > > $Conf{TarShareName} = [ > '/etc', > '/home', > '/root' > ]; > > But the '/home/peter/Maildir' (among others) is not > backuped. I noticed that the p

Re: [BackupPC-users] BackupPC skips directories

2008-07-10 Thread Torsten Sadowski
Hi, you might to give execution rights as well. If the directory is only readable even a simple ls fails. Cheers, Torsten Am Donnerstag, 10. Juli 2008 14:29 schrieb Peter Carlsson: > Hello! > > I just realise that BackupPC seems to skip directories > during a backup. > > In my localhost.pl I ha

[BackupPC-users] BackupPC skips directories

2008-07-10 Thread Peter Carlsson
Hello! I just realise that BackupPC seems to skip directories during a backup. In my localhost.pl I have: $Conf{TarShareName} = [ '/etc', '/home', '/root' ]; But the '/home/peter/Maildir' (among others) is not backuped. I noticed that the permission was different for Maildir compare