Skip to content

EthraZa/BackupOps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BackupOps

BackupOps is your backup enabled toolbox Linux image

GitHub: https://github.com/EthraZa/BackupOps Docker Hub: https://hub.docker.com/r/ethraza/backupops


Backup tools included

  • Backupninja - Lightweight, extensible meta-backup system
  • Borg - Deduplicating archiver with compression and encryption
  • Croc - Easily and securely send things from one computer to another
  • Duplicity - Encrypted bandwidth-efficient backup using the rsync algorithm
  • Kopia - Encrypted, Deduplicated, and Compressed Data Backups Using Your Own Cloud Storage
  • Ncat - Feature-packed networking utility which reads and writes data across networks
  • Rclone - Syncs your files to cloud storage
  • Rdiff-backup - Reverse differential backup tool, over a network or locally
  • Restic - A modern backup program that can back up your files
  • Rsnapshot - A filesystem snapshot utility based on rsync
  • Rsync - Utility that provides fast incremental file transfer
  • S5cmd - Parallel S3 and local filesystem execution tool
  • Unison - File-synchronization tool for OSX, Unix, and Windows

A nice mention that is not packed here and is not a backup tool per see, but may help you on your journey: Syncthing a continuous file synchronization program.

Usage

Running simple backup command lines

  1. Command line:
docker run -i --rm ethraza/backupops borg init --encryption=none
  1. docker-compose.yml service:
command: ["borg", "init", "--encryption", "none"]

Running backup scripts Bind mount docker-entrypoint.d directory with your script to be run at container's start

  1. Command line:
docker run -i --rm -v /path/scripts:/docker-entrypoint.d ethraza/backupops
  1. docker-compose.yml service:
volumes:
 - /mnt/storage/backup/scripts:/docker-entrypoint.d

If your backup routine is running in the background and you need to hold the container execution, set BOPS_KEEP_RUNNING: "on" environment variable will keep it running untill it receiver a stop command.

Server container If it's a server container, you may add a script to launch your backup service to docker-entrypoint.d directory or command line. Or you just set BOPS_SSH: "on" environment variable to start the ssh server.

Set environment variables or bind mount volumes or directories with you backup configurations or ssh keys if needed.

Cron like running on Swarm The swarm-cronjob is a cron like service that will get your backup containers jobs started on a time-based schedule.


If you have two backup copies, you have one, if you have one, you have none.

About

BackupOps is your backup enabled toolbox Linux image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published