GithubHelp home page GithubHelp logo

docker-backup's Introduction

Backup and Restore Data Volume Containers

Let say you have a Data Volume Container named mysql-data to keep /var/lib/mysql. You start up your mysql server container by running:

$ docker run --volumes-from=mysql-data --name mysql-server ...

This tool allows you to backup and restore the Data Volume Container mysql-data easily.

Backup

There are two ways to backup a Data Volume Container:

  1. Via a Data Volume Container Id or Name directly

    $ docker-backup store mysql-data-backup.tar mysql-data
    
  2. Via a Container Id or Name In this case the tool will try to find the Data Volume Container for the given container.

    $ docker-backup store mysql-data-backup.tar mysql-server
    

Contents of the backup tarball:

  • the Data Volume Container's json
  • all volumes found in the Data Volume Container

Restore

After that, this tool can be used to restore a Data Volume Container from that tarball either on the same or on another host.

$ docker-backup restore mysql-data-backup.tar

For general documentation on how to use Data Volume Containers, see: http://docs.docker.io/en/latest/use/working_with_volumes/#creating-and-mounting-a-data-volume-container

For a more complete backup strategy built on top of docker-backup, look at https://github.com/discordianfish/docker-lloyd

docker-backup's People

Contributors

discordianfish avatar wyaeld avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.