https://bugs.contribs.org/show_bug.cgi?id=10564

--- Comment #10 from Jean-Philippe Pialasse <[email protected]> ---
ok I have added --unscanned so it should be quicker and only scan unknown files

OCC "files:scan $user --quiet --unscanned";

if not enough and still too long for you ( it have to be quick) we would be
able to add --path $idir/files/ibays to reduce to the pointed directory.


concerning the IncludeIbay and ExcludeIbay.
the ExcludeIbay seems working for me as Primary is excluded by default.

adding 
config  setprop nextcloud IncludeIbay mondossier
had the following result :
delete 41 : /ibays/mondossier

quite the opposite of what was intended.

so I changed 
next if(scalar(@incI) > 0 && grep(/^$key$/i, @incI) );
by
next  unless (scalar(@incI) == 0 || grep(/^$key$/i, @incI) );

and miracle 
created share mondossier : 42
delete 25 : /ibays/toto
delete 28 : /ibays/echanges

# config  delprop nextcloud IncludeIbay 
# /etc/e-smith/events/actions/nextcloud-occ-conf

and tada: working

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to