gpt4 book ai didi

backup - 备份/镜像Github存储库

转载 作者:行者123 更新时间:2023-12-04 18:52:49 32 4
gpt4 key购买 nike

我想定期创建我的github存储库的备份。是否有一种快速的方法可以在不知道整个列表的情况下将它们全部拉出?

沃尔特

最佳答案

您可以通过GitHub的API获取整个列表:

curl http://github.com/api/v2/yaml/repos/show/walterjwhite


例如,以下简单的DOS / Unix shell一线式:

ruby -ryaml -ropen-uri -e "puts YAML.load(open('http://github.com/api/v2/yaml/repos/show/walterjwhite'))['repositories'].map {|r| %Q[* **#{r[:name]}** (#{r[:description]}) is at <#{r[:url]}/>] }"


打印(假设您已安装Ruby):


logback(用于Java的可靠,通用,快速和灵活的日志记录框架。)位于 http://github.com/walterjwhite/logback/
测试自动化(提供UI测试自动化框架)位于 http://github.com/walterjwhite/Test-Automation/
model.base(基础模型项目)位于 http://github.com/walterjwhite/model.base/
project.configuration(项目配置(Jalopy,Checkstyle等))位于 http://github.com/walterjwhite/project.configuration/
model.http(Http Models / Enties)位于 http://github.com/walterjwhite/model.http/
model.address(地址模型和实体)位于 http://github.com/walterjwhite/model.address/
model.geolocation.base(地理位置模型和实体)位于 http://github.com/walterjwhite/model.geolocation.base/
model.user(用户模型和实体)位于 http://github.com/walterjwhite/model.user/
model.annotations.current(用于将当前日期/用户注入到实体中)位于 http://github.com/walterjwhite/model.annotations.current/
model.annotations.deidentify(用于取消标识PHI字段)位于 http://github.com/walterjwhite/model.annotations.deidentify/
model.annotations.verify(用于验证字段(电子邮件地址,地址,电话号码等))位于 http://github.com/walterjwhite/model.annotations.verify/
model.time(时间实体)位于 http://github.com/walterjwhite/model.time/
model.http-security(Http安全性实体)位于 http://github.com/walterjwhite/model.http-security/
model.restriction.base(基本限制模型)位于 http://github.com/walterjwhite/model.restriction.base/
model.restriction.time(时间限制)位于 http://github.com/walterjwhite/model.restriction.time/
model.restriction.user(用户/组/角色限制)位于 http://github.com/walterjwhite/model.restriction.user/
model.web.base(基本Web模型)位于 http://github.com/walterjwhite/model.web.base/
model.web.resource(Web资源模型项目)位于 http://github.com/walterjwhite/model.web.resource/
model.web.file(文件模型)位于 http://github.com/walterjwhite/model.web.file/
model.web.content(网络内容模型)位于 http://github.com/walterjwhite/model.web.content/
model.deployment(部署模型/实体)位于 http://github.com/walterjwhite/model.deployment/
model.geolocation.tracking(地理位置跟踪)位于 http://github.com/walterjwhite/model.geolocation.tracking/
model.geolocation.device-location(设备位置模型)位于 http://github.com/walterjwhite/model.geolocation.device-location/
model.defect(缺陷模型/实体)位于 http://github.com/walterjwhite/model.defect/
model.test.error(测试错误)位于 http://github.com/walterjwhite/model.test.error/
model.web.automation.history(测试历史记录)位于 http://github.com/walterjwhite/model.web.automation.history/
model.html(测试HTML)位于 http://github.com/walterjwhite/model.html/
model.test.user(测试Http)位于 http://github.com/walterjwhite/model.test.user/
model.web.automation.test(测试测试实体)位于 http://github.com/walterjwhite/model.web.automation.test/
model.web.automation.validation(测试验证实体)位于 http://github.com/walterjwhite/model.web.automation.validation/
service.query.base(提供用于从接口定义+注释自动注入查询的框架)位于 http://github.com/walterjwhite/service.query.base/
service.query.defect(提供查询服务以查询缺陷/修复程序)位于 http://github.com/walterjwhite/service.query.defect/
service.query.deployment(部署查询服务)位于 http://github.com/walterjwhite/service.query.deployment/
model.restriction.geolocation(地理位置限制)位于 http://github.com/walterjwhite/model.restriction.geolocation/
service.query.address(服务于地址查询)位于 http://github.com/walterjwhite/service.query.address/
service.query.geolocation.device-location(设备位置查询服务)位于 http://github.com/walterjwhite/service.query.geolocation.device-location/
service.query.geolocation.base(地理位置查询服务)位于 http://github.com/walterjwhite/service.query.geolocation.base/
service.query.http(Http查询服务)位于 http://github.com/walterjwhite/service.query.http/
service.query.http-security(Http安全性查询服务)位于 http://github.com/walterjwhite/service.query.http-security/
service.query.user(用户查询服务)位于 http://github.com/walterjwhite/service.query.user/
service.query.web.file(Web文件查询服务)位于 http://github.com/walterjwhite/service.query.web.file/
service.query.web.content(Web内容查询服务)位于 http://github.com/walterjwhite/service.query.web.content/
viewer.startup.deployment(启动事件观察器(部署))位于 http://github.com/walterjwhite/observer.startup.deployment/
viewer.startup.defect(启动事件观察器(缺陷))位于 http://github.com/walterjwhite/observer.startup.defect/
listener.servlet.request(请求Servlet侦听器)位于 http://github.com/walterjwhite/listener.servlet.request/
util.network(网络实用程序)位于 http://github.com/walterjwhite/util.network/
listener.servlet.geolocation(地理位置Servlet侦听器)位于 http://github.com/walterjwhite/listener.servlet.geolocation/
listener.persistence.audit(审核持久性侦听器(休眠))位于 http://github.com/walterjwhite/listener.persistence.audit/
listener.persistence.current(当前(用户/日期)持久性侦听器)位于 http://github.com/walterjwhite/listener.persistence.current/
listener.persistence.restriction(限制持久性侦听器(在加载时确保实体安全))位于 http://github.com/walterjwhite/listener.persistence.restriction/
service.geolocation(地理位置更新服务)位于 http://github.com/walterjwhite/service.geolocation/
service.notification(通知服务)位于 http://github.com/walterjwhite/service.notification/
service.traffic-analysis(流量分析服务)位于 http://github.com/walterjwhite/service.traffic-analysis/
servlet.file(文件Servlet)位于 http://github.com/walterjwhite/servlet.file/
util.web.file(文件实用程序)位于 http://github.com/walterjwhite/util.web.file/
servlet.filter.base(基础Servlet过滤器)位于 http://github.com/walterjwhite/servlet.filter.base/
servlet.filter.web.content(Web内容servlet过滤器)位于 http://github.com/walterjwhite/servlet.filter.web.content/
servlet.filter.security(安全性Servlet过滤器)位于 http://github.com/walterjwhite/servlet.filter.security/
io.file(不建议使用文件功能)位于 http://github.com/walterjwhite/io.file/
deprecated.listener.postInitialization.libraryLogger(Library Logger(已弃用))位于 http://github.com/walterjwhite/deprecated.listener.postInitialization.libraryLogger/
deprecated.listener.startup.databaseImporter(数据库导入器(允许在服务器启动时运行多个import.sql脚本))位于 http://github.com/walterjwhite/deprecated.listener.startup.databaseImporter/
deprecated.listener.startup.scheduler(调度程序(使作业仅通过注释即可调度))位于 http://github.com/walterjwhite/deprecated.listener.startup.scheduler/
docbook(Docbook格式(为标准格式提供docbook配置))位于 http://github.com/walterjwhite/docbook/
deprecated.model.client(客户端模型)位于 http://github.com/walterjwhite/deprecated.model.client/
deprecated.model.virtualhost(虚拟主机模型)位于 http://github.com/walterjwhite/deprecated.model.virtualhost/
util.web.resource(Web Resource utils(不建议使用,请使用安全侦听器代替,以实现实体的透明安全性))位于 http://github.com/walterjwhite/util.web.resource/
servlet.filter.notification(通知servlet过滤器)位于 http://github.com/walterjwhite/servlet.filter.notification/
spring-core(春季项目的基础项目(已弃用))位于 http://github.com/walterjwhite/spring-core/
view.content(用于内容项目的JSF组件(提供视图层))位于 http://github.com/walterjwhite/view.content/
documentation.server-setup(用于设置服务器的文档(试图进行可重复的过程并确保较少的缺陷和潜在漏洞))位于
http://github.com/walterjwhite/documentation.server-setup/
server.http(使用JBoss Netty的Http Server)位于 http://github.com/walterjwhite/server.http/
listener.persistence.deidentify(身份持久性侦听器)位于 http://github.com/walterjwhite/listener.persistence.deidentify/
util.http(Http Utilities)位于 http://github.com/walterjwhite/util.http/
deprecated.service.translate(翻译服务)位于 http://github.com/walterjwhite/deprecated.service.translate/
html5.example.danforys.mesmerizer(HTML5网格示例)位于 http://github.com/walterjwhite/html5.example.danforys.mesmerizer/
html5.framework(HTML5框架(缓存,客户端渲染等)位于 http://github.com/walterjwhite/html5.framework/
documentation.os.open-solaris(Open Solaris文档)位于 http://github.com/walterjwhite/documentation.os.open-solaris/
documentation.development(开发文档)位于 http://github.com/walterjwhite/documentation.development/
interceptor.exception(CDI的通用异常拦截器)位于 http://github.com/walterjwhite/interceptor.exception/
reader.http-security(Http Security Observer(authentication events))位于 http://github.com/walterjwhite/observer.http-security/
model.preference.base(基本首选项模型项目)位于 http://github.com/walterjwhite/model.preference.base/
model.preference.notification(通知首选项模型)位于 http://github.com/walterjwhite/model.preference.notification/
deprecated.web.base(不推荐使用的项目(抽象的Web组件))位于 http://github.com/walterjwhite/deprecated.web.base/
model.annotations.ui(用于自动呈现Web Action实体的注释)位于 http://github.com/walterjwhite/model.annotations.ui/
model.web.action.geolocation(地理位置Web操作模型)位于 http://github.com/walterjwhite/model.web.action.geolocation/
listener.servlet.web.traffic(Web流量Servlet侦听器(捕获Web流量))位于 http://github.com/walterjwhite/listener.servlet.web.traffic/
model.web.traffic(Web流量模型(用于捕获HTML5流量,也可以用于HTML4))位于 http://github.com/walterjwhite/model.web.traffic/
iterator.sql(SQL迭代器(用于遍历SQL脚本))位于 http://github.com/walterjwhite/iterator.sql/
model.notification(通知模型/实体)位于 http://github.com/walterjwhite/model.notification/
model.fmea(FMEA模型(用于捕获潜在故障模式和影响分析))位于 http://github.com/walterjwhite/model.fmea/
service.web.automation.operator(Web自动化项目的操作员(模拟应用程序用户))位于 http://github.com/walterjwhite/service.web.automation.operator/
deprecated.iterator.web-automation(Web自动化迭代器(页面导航))位于 http://github.com/walterjwhite/deprecated.iterator.web-automation/
deprecated.OS.gentoo.install(Gentoo安装脚本(不建议使用))位于 http://github.com/walterjwhite/deprecated.OS.gentoo.install/
web.action.base(基本Web操作模块)位于 http://github.com/walterjwhite/web.action.base/
web.action.contact.email(提供通过电子邮件与网站联系的网络操作)位于 http://github.com/walterjwhite/web.action.contact.email/
web.action.geolocation(提供地理位置Web操作(输入IP地址,获取地理位置))位于 http://github.com/walterjwhite/web.action.geolocation/
web.action.search(搜索网络操作(能够在用户拥有权限的情况下搜索所有实体的能力))位于 http://github.com/walterjwhite/web.action.search/
web.action.user(用户Web操作(用于管理用户))位于 http://github.com/walterjwhite/web.action.user/
web.service.geolocation(地理位置Web服务)位于 http://github.com/walterjwhite/web.service.geolocation/
service.query.web.resource(网络资源查询服务)位于 http://github.com/walterjwhite/service.query.web.resource/
model.web.action.contact.email(支持Contact操作的电子邮件)位于 http://github.com/walterjwhite/model.web.action.contact.email/
Interceptor.web(用于审核的拦截Web操作/服务方法)位于 http://github.com/walterjwhite/interceptor.web/
prettyfaces.extension.sitemap(Prettyfaces站点地图扩展名(自动生成站点地图并将其发布到google,yahoo,msn等))位于 http://github.com/walterjwhite/prettyfaces.extension.sitemap/
prettyfaces-tests(一些PrettyFaces测试Webapp)位于 http://github.com/walterjwhite/prettyfaces-tests/
scheduler.quartz(Quartz Job Scheduler管理器(初始化石英作业调度程序...))位于 http://github.com/walterjwhite/scheduler.quartz/
viewer.rFactor(rFactor事件观察器(用于管理rFactor服务器))位于 http://github.com/walterjwhite/observer.rFactor/
rator.event-planner(事件策划者)位于 http://github.com/walterjwhite/observer.event-planner/
web.action.news(新闻Web动作组件)位于 http://github.com/walterjwhite/web.action.news/
web.action.rFactor(rFactor Web操作(管理rFactor服务器,配置,竞赛等))位于 http://github.com/walterjwhite/web.action.rFactor/
web.action.contact.chat(聊天室Web动作组件)位于 http://github.com/walterjwhite/web.action.contact.chat/
service.automation.web.search.job(职位搜索Web自动化服务)位于 http://github.com/walterjwhite/service.automation.web.search.job/
deprecated.service.analytics(分析服务(不推荐使用,而是使用实际的报告包))位于 http://github.com/walterjwhite/deprecated.service.analytics/
service.backup(备份服务(备份数据库,日志文件等))位于 http://github.com/walterjwhite/service.backup/
model.web.action.bookmark(书签网络操作模型)位于 http://github.com/walterjwhite/model.web.action.bookmark/
model.web.action.search(搜索模型)位于 http://github.com/walterjwhite/model.web.action.search/
model.web.action.decision(决策模型(用于捕获决策和结果,对设计决策有用,当然还有无穷的可能性))位于 http://github.com/walterjwhite/model.web.action.decision/
model.weather(天气模型)在 http://github.com/walterjwhite/model.weather/
model.recipe(配方模型)位于 http://github.com/walterjwhite/model.recipe/
model.web.action.search.job(职位搜索网络操作模型)位于 http://github.com/walterjwhite/model.web.action.search.job/
model.web.action.task(任务网络操作模型)位于 http://github.com/walterjwhite/model.web.action.task/
model.travel(旅行型号)位于 http://github.com/walterjwhite/model.travel/
model.events(事件模型)位于 http://github.com/walterjwhite/model.events/
model.lodging(住宿模型)位于 http://github.com/walterjwhite/model.lodging/
model.business.billing(计费业务模型(用于捕获计费信息))位于 http://github.com/walterjwhite/model.business.billing/
model.business.business(业务模型(用于捕获帐单信息))位于 http://github.com/walterjwhite/model.business.business/
model.business.service(服务业务模型(用于捕获提供的服务))位于 http://github.com/walterjwhite/model.business.service/
model.business.restaurant(餐厅业务模型(用于捕获帐单信息))位于 http://github.com/walterjwhite/model.business.restaurant/
model.news(新闻模型)位于 http://github.com/walterjwhite/model.news/
model.project(项目模型(用于跟踪项目,工作,任务等))位于 http://github.com/walterjwhite/model.project/
model.meal(膳食模型)位于 http://github.com/walterjwhite/model.meal/
model.gaming.rFactor(rFactor游戏模型)位于 http://github.com/walterjwhite/model.gaming.rFactor/
model.question-and-answer(问答模型)位于 http://github.com/walterjwhite/model.question-and-answer/
model.feedback(反馈模型)位于 http://github.com/walterjwhite/model.feedback/
linuxtag2010_javaEE6(Linuxtag 2010上的Java EE 6教程示例代码)位于 http://github.com/walterjwhite/linuxtag2010_javaEE6/
deprecated.navigation.web.automation(导航Web自动化模块)位于 http://github.com/walterjwhite/deprecated.navigation.web.automation/
model.career(职业模型/实体)位于 http://github.com/walterjwhite/model.career/
model.clothing(服装模型/实体)位于 http://github.com/walterjwhite/model.clothing/
deprecated.model.crawler(不赞成使用,这些项目将被拆分(仅供参考))位于 http://github.com/walterjwhite/deprecated.model.crawler/
简历(我的简历)位于 http://github.com/walterjwhite/resume/
名片(名片)位于 http://github.com/walterjwhite/business-cards/

关于backup - 备份/镜像Github存储库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3581031/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com