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
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
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