Is your feature request related to a problem? Please describe.
My company requires the propagation only of certain types of repositories and after attempt to automate tomate the process I've discovered that export works only on system wide level ( and there is no import feature ) and that Artifactory itself does not provide the API for this kind of automation yet.
Describe the solution you'd like to see
Introduce more agile api and extend /jfrog-client-go/artifactory/services/export.go service.
Describe alternatives you've considered
. Clicking manually via Admin GUI via each repository.
. Export everything ( which takes to much time ) and then remove not needed repositories and only manually import ( since service is not introduced yet )
Is your feature request related to a problem? Please describe. My company requires the propagation only of certain types of repositories and after attempt to automate tomate the process I've discovered that export works only on system wide level ( and there is no import feature ) and that Artifactory itself does not provide the API for this kind of automation yet.
Describe the solution you'd like to see
Introduce more agile api and extend
/jfrog-client-go/artifactory/services/export.go
service.Introduce
/jfrog-client-go/artifactory/services/import.go
service.Describe alternatives you've considered . Clicking manually via Admin GUI via each repository. . Export everything ( which takes to much time ) and then remove not needed repositories and only manually import ( since service is not introduced yet )