artifactory的JAR包的备份

artifactory的JAR包的备份

1、由于我的artifactory是使用用户jetty启动的,所以新增用户jetty能操作的文件夹/usr/jetty
给jetty用户赋予该目录的权限
root@kiko:/usr# sudo chown -R jetty /usr/jetty
root@kiko:/usr# sudo chmod -R g+rws /usr/jetty

2.打开artifactory的管理界面
Export & import----->Repositories----->
Export Repository to Path

在Source local repository 中选择 All Repositories
在Export to path 中填写          /usr/jetty

submit Export

这样就会在目录/usr/jetty中生成目录repositories里面就是artifactory的所有jar包

打成tar包
tar cvzf repos.tar.gz repositories

将repos.tar.gz拷贝下来,以备以后导入用

3.导入JAR到artifactory

将jetty.tar.gz拷贝到/usr,然后揭开压缩tar zxvf jetty.tar.gz

再在菜单中选择Export & Import -----> Repositories ------>Import Repository from Path

Targte local repository 选择 ext=releases-local

Import from path 填写 /usr/jetty

submit Import button

你可能感兴趣的:(ext)