Skip to content

biarms/duplicity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brothers in ARMs' duplicity

GitHub release (latest by date) GitHub release (latest SemVer including pre-releases)

TravisCI build status image CircleCI build status image

Docker Pulls image Docker Stars image Highest Docker release

Overview

This project build a very simple container based on python3-alpine which include the duplicity backup utility.

Resulting docker images are pushed on docker hub.

Caution: only arm32v7, arm64v8 and amd64 images are produced (no arm32v6), so this image won't be supported on Raspberry Zero or one.

References

How to build locally

  1. Option 1: with CircleCI Local CLI:
  2. Option 2: with make:
    • Install GNU make. Version 3.81 (which came out-of-the-box on MacOS) should be OK.
    • Call make build