项目作者: pmoor

项目描述 :
Google Cloud Storage Backup Tool
高级语言: Java
项目地址: git://github.com/pmoor/gletscher.git
创建时间: 2013-01-21T05:02:17Z
项目社区:https://github.com/pmoor/gletscher

开源协议:Apache License 2.0

下载


Gletscher

Google Cloud Storage Backup Tool

Build Status

Prerequisites

Quick Start

Get the sources:

  1. $ git clone https://github.com/pmoor/gletscher.git
  2. $ cd gletscher/

Compile the latest version:

  1. $ mvn verify

Try running the command:

  1. $ java -jar target/gletscher-*-jar-with-dependencies.jar \
  2. help

Create your first backup config file by copying the sample and adjusting the relevant options:

  1. $ cp sample-config.yaml config.yaml
  2. $ ${EDITOR} config.yaml

Take a backup:

  1. $ java -jar target/gletscher-*-jar-with-dependencies.jar \
  2. backup -c config.yaml

To restore the latest backup:

  1. $ java -jar target/gletscher-*-jar-with-dependencies.jar \
  2. restore -c config.yaml "My Restore Directory"