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