Skip to content

pmoor/gletscher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

208 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gletscher

Google Cloud Storage Backup Tool

Build Status

Prerequisites

Quick Start

Get the sources:

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

Compile the latest version:

$ mvn verify

Try running the command:

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

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

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

Take a backup:

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

To restore the latest backup:

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

About

Google Cloud Storage Backup Tool

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages