Skip to content

bristleio/docker-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

The bristle.io team has created a container to do docker volume backups

bristleio/docker-backup

VersionDocker PullsDocker StarsBuild AutomatedBuild Status

Usage

docker run \
  --rm \
  -v application_config:/src \
  -v application_backup:/dest \
  bristleio/backup

Parameters

The parameters that are used to facilitate the backup are the volumes that attach to /src and /dest. /src will always copy to /dest but it will not remove items on /dest. The volume attached to /dest should be a new volume.

Validation

This can be run to validate the volume backup.

docker run \
  -it \
  -v application_backup:/backup \
  busybox /bin/sh

Once in the container, check the contents of /backup.

Please reach out to us if you see issues.

About

A docker container for backing up volumes.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages