I tried to exclude the snapshot folders with a rule in the “disabled services” area.
One rule would be 'Service name begins with .*\.zfs.’ which doesn’t work.
I also tried with 'Service name begins with \/.*\/.*\/.*\/.*\/\.zfs\/snapshot.*’ which should ignore mounts like ‘/mnt/ritankc/projd/p_hpsn/.zfs/snapshot/’ but it doesn’t.
Yes if it is not the end of the name then the $ needs to be removed. It is not necessary to have the “.*” at the end. It is only a matching for the start of the name.
On my system this is working as expected.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.