Sign inSign up

datacore/dockup

By datacore

Updated over 7 years ago

Docker Backup

Image
0

161

datacore/dockup repository overview

build status

dockup

Docker backup to S3 compatible storage

Source Repositories

Installation

Install from DockerHub

Download:

docker pull datacore/dockup:latest

Build:

docker build -t datacore/dockup https://github.com/GJRTimmer/dockup


Install from TimmerTech

Download:

docker pull registry.timmertech.nl/docker/dockup:latest

Build:

docker build -t datacore/dockup https://gitlab.timmertech.nl/docker/dockup

Usage

The dockup container provides 2 commands backup and restore each command can be provided with options. Or environment variables can be used to configure the command.

  • backup <options> [path...]
  • restore <options>

The restore command has 2 implementations. Interactive and non-interactive. When running the container in non-interactive mode the restore command will automatically restore the latest backup. When running in interactive mode the user will be provided with a list of all backups and can choose which one to restore.

Options

OptionValueEnvironment VariableDescription
-s3, --endpointscheme://$HOST:$PORTEndpoint of address of S3 (Minio)
-a, --access-keystringACCESS_KEYS3 Access Key
-s, --secret-keystringSECRET_KEYS3 Secret Key
-b, --bucketstringBUCKETBucket Name
-n, --namestringBACKUP_NAMEBackup name
-v, --verbose0 / 1VERBOSEEnable verbose logging
-h, --help--Show help

Examples

Tag summary

Content type

Image

Digest

Size

9.8 MB

Last updated

over 7 years ago

docker pull datacore/dockup