Re: [BackupPC-users] Excluding all files containing the word 'cache' regardless of their path....

2017-06-01 Thread Michael Stowe
On 2017-06-01 19:45, Bob Katz wrote: Would this work? $Conf{BackupFilesExclude} = { '*cache*' => [ '' ] }; No. At best, this might exclude all *shares* that happen to have some variation of "cache" in the name, but I'm not even sure it would do that, depending on the xfer method.

[BackupPC-users] Excluding all files containing the word 'cache' regardless of their path....

2017-06-01 Thread Bob Katz
Would this work? $Conf{BackupFilesExclude} = { '*cache*' => [ '' ] }; -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot

Re: [BackupPC-users] status graph

2017-06-01 Thread Alexander Moisseev
On 6/1/2017 11:36 AM, Alexey Safonov wrote: Hi, All do you know what is an update period for status graph ? i have $Conf{BackupPCNightlyPeriod} = 1; $Conf{PoolSizeNightlyUpdatePeriod} = 4; $Conf{RefCntFsck} = 1; and more than one week ago i converted all v3 pool to v4 but status graph still

[BackupPC-users] status graph

2017-06-01 Thread Alexey Safonov
Hi, All do you know what is an update period for status graph ? i have $Conf{BackupPCNightlyPeriod} = 1; $Conf{PoolSizeNightlyUpdatePeriod} = 4; $Conf{RefCntFsck} = 1; and more than one week ago i converted all v3 pool to v4 but status graph still show that i have 6gb of V3 pool Alex ---