ARTIFACTORY: How to replicate a specific path

DaYoun Kang
2023-02-05 06:37

It’s possible to enable replication with the Include Patterns. With this, we can enable replication for specific paths.

For example, here’s my source instance repository structure:
User-added image

I have included the below Include Patterns:
User-added image

The above patterns will include all artifacts under “another” and “test/dayk”.

And when I run replication, the below paths are replicated to my target instance:

User-added image