@ -107,9 +107,10 @@ mode = 'RW'
[[branches.tier.branch]]
enabled = true
name = 'branch1'
type = 'scan'
type = 'literal'
path = '/mnt/branch1'
mode = 'RW'
exclude = ['*.png']
path = '/mnt/*'
@ -75,16 +75,3 @@ BranchTier::BranchTier(toml::value const &v_)
l::load_branch_scan(table,_branches);
}
void
BranchTier::copy_enabled_rw(BranchTier &bt_) const
{
for(auto const &b : _branches)
if(b.enabled == false)
continue;
if(b.mode != +Branch2::Mode::RW)
bt_._branches.emplace_back(b);