Skip to content

This is a fork of the b3vis docker-borgmatic image that I've rebased to python:3.8-slim-buster, as the alpine base has serious performance issues over ssh on my unraid system (don't know why).

Notifications You must be signed in to change notification settings

olivierflebus/docker-borgmatic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Borgmatic Container


Description

This is a fork of the b3vis docker-borgmatic image (https://github.com/b3vis/docker-borgmatic) that I've rebased to python:3.8-slim-buster (and then upgraded to bullseye), as the alpine base has serious performance issues over ssh on my unraid system (don't know why).

With this simple modification I'm able to go from 1 MB/s to 50 MB/s between my two borg machines.

Speed issues (and fix) can also be observed just running scp between the two machines. So it seems it's not borg's fault ;-)

Usage

General instructions can be found in the base image README.

Build the image

cd base
docker build --no-cache --pull -t whatyouwant/docker-borgmatic .

About

This is a fork of the b3vis docker-borgmatic image that I've rebased to python:3.8-slim-buster, as the alpine base has serious performance issues over ssh on my unraid system (don't know why).

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 76.8%
  • Shell 23.2%