Sign inSign up

thnuiwelr/bup-docker

By thnuiwelr

Updated almost 8 years ago

An unoffical docker image which wraps Bup

Image
0

292

thnuiwelr/bup-docker repository overview

Bup-Docker

This is an unoffical docker implementation for Bup.

Usage

It wraps a bup program, you can just replace any bup command to docker run --rm thnuiwelr/bup-docker.

Demo: to init a backup folder:

$ docker run \
    -v /path/to/backup:/root/Backup:rw \
    thnuiwelr/bup-docker \
    -d /root/Backup \
    init

License

WTFPL - Don't worry about it.

Tag summary

Content type

Image

Digest

Size

66.8 MB

Last updated

almost 8 years ago

docker pull thnuiwelr/bup-docker