Re: [BackupPC-users] 4.2.1 Rsync and BackupFilesOnly

2018-09-27 Thread Kris Lou via BackupPC-users
$Conf{XferLogLevel} = 3; $Conf{BackupZeroFilesIsFatal} = '0'; *$Conf{BackupFilesExclude} = undef;* I tried this, but the same results. But I think Holger nailed it with the --one-file-system arg. And you got it ... backing up a NAS where each sharepoint is also a separate mountpoint. Thanks,

Re: [BackupPC-users] 4.2.1 Rsync and BackupFilesOnly

2018-09-27 Thread Holger Parplies
Hi, Kris Lou via BackupPC-users wrote on 2018-09-27 15:22:20 -0700 [[BackupPC-users] 4.2.1 Rsync and BackupFilesOnly]: > [...] > Need More Eyes! 8-) > $Conf{BackupFilesOnly} = { > '*' => [ > '/SysData' > ] > }; This is translated by BackupPC to what you see below - --include=/SysData

Re: [BackupPC-users] 4.2.1 Rsync and BackupFilesOnly

2018-09-27 Thread Adam Goryachev
On 28/09/18 08:22, Kris Lou via BackupPC-users wrote: Hey guys, This is driving me nuts.  I just installed a new instance of 4.2.1, and for whatever reason, I can't get the BackupFilesOnly/BackupFilesExclude to work correctly.  Need More Eyes! $Conf{BackupFilesOnly} = {   '*' => [