`
yaojingguo
  • 浏览: 208009 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Git Mirror Setup

 
阅读更多

 

First create a mirror with

git clone --mirror git@somewhere.com:repo.git

then setup a cron job like this:

*/1 * * * * gitbackup cd /backup/repo.git && git fetch -q

This will backup the changesets every minute. Maybe you want to do this less frequently.

Refer to http://stackoverflow.com/questions/2756747/mirror-a-git-repository-by-pulling

 

分享到:
评论

相关推荐

    windows下android 源码下载方法

    git clone https://github.com/AOSP-Mirror/platform_system_core.git ``` - 你也可以通过Android源码工具(repo)来管理源码。首先,下载`repo`脚本,如`autogit.sh`,并将它放在Git的bin目录下。然后,运行: ...

    InsightSphinxExamples-5.0.0.zip

    - Editable online with CodeMirror. - See `Github Issues`_ for a complete list of actions to be performed, bugs, *etc.* Build dependencies ------------------ Required ^^^^^^^^ - CMake_ ( >= 3.10.2 ...

    被动式漏洞扫描系统.zip

    git clone https://github.com/dugsong/libdnet.git && cd libdnet && ./configure && make && cd python && python setup.py install 使用方法: redis-server conf/redis.conf python gourdscan.py conf.json ...

    server-side-ecma-script:几乎是一个 node.js 分支

    git clone git@github.com:v8/v8-git-mirror.git deps/v8 cd deps/v8 git checkout 3.31.44 参考 准备 libuv git clone git@github.com:libuv/libuv.git deps/uv cd deps/uv git checkout v1.0.1 参考

    基于YOLO的挖掘机目标检测模型+flask模型前端展示的环境配置文档

    首先克隆PaddleDetection仓库,然后在仓库目录下执行`python setup.py install`进行编译安装,再安装额外的依赖库,如`pip install -r requirements.txt`。 之后,我们需要安装Flask,这是一个轻量级的Python Web...

    PythonBuddy, 在线 python 编辑器,带有实时语法检查和执行.zip

    8. `setup.py` 或 `build` 文件:如果是 Python 项目,可能包含用于打包和分发的脚本。 通过分析和研究这些文件,开发者不仅可以理解 PythonBuddy 的工作原理,还可以学习如何构建类似的应用,提升自己的编程技能。...

    k8s-install.sh:k8s国内安装脚本

    (curl -fSsL https://git.io/vpY6k)RequirementsN台虚拟机,1核1G及以上, N>=1Ubuntu 14.04+ || CentOS 7+得联网Feature用代理的镜像仓库(k8s-gcr.mirror.kfd.me)替换k8s.gcr.io用代理的镜像仓库(quay-io.mirror.kfd....

    Hudson持续集成服务器的安装配置和使用

    它可以集成多种源代码管理工具(如Git、Subversion等)、构建工具(如Ant、Maven等)以及测试框架(如JUnit、TestNG等),从而实现对软件开发过程的全面支持。 ### 二、环境准备 为了顺利安装和配置Hudson,首先...

    Linux命令搜索工具linux-command.zip

    diff、diffstat、file、find、git、gitview、ln、locate、lsattr、mattrib、mc、mcopy、mdel、mdir、mktemp、mmove、mread、mren、mshowfat、mtools、mtoolstest、mv、od、paste、patch、rcp、rhmask、rm、slocate...

    校园小情书小程序表白墙后端-PHP

    compose down`如果想再次启动项目执行docker-compose up -d即可手动部署方式:一、下载后台源码1.1直接下载后台源码直接点击download下载源码即可别忘了点右上角的star哈Build Status1.2使用git获取源码在Git输入...

Global site tag (gtag.js) - Google Analytics