You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by Roy Teeuwen <ro...@teeuwen.be> on 2017/06/22 09:26:16 UTC

Repository migration - exclude paths

Hey all,

I have been using the oak migration tool for some time now (oak-upgrade jar) and use it to do a copy of one repository to another, which works very well for us. One thing I would like to do is to exclude a specific folder, which is available in multiple folders. Is it possible to use some kind of regex in the --exclude-paths option? I would like to exclude for example /content/my-siteA/testing and also /content/my-siteB/testing so a pattern of /content/*/testing should be excluded

Greets,
Roy