Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

132 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restic Docker image with Rclone

An alpine based docker image that contains the latest released binaries of restic and rclone. The image gets automatically updated when there is a new release.

Usage

docker run --rm -it \
    -v ~/.config/rclone:/root/.config/rclone \
    -v /dir/to/backup:/data \
    -e RESTIC_REPOSITORY=rclone:service:path \
    ghcr.io/kegato/restic-rclone-docker:latest \
    backup .

Available Platforms

  • linux/amd64
  • linux/arm64

Acknowledgments

This repo is based on

About

An alpine based docker image that contains the latest released binaries of restic and rclone.

Resources

Stars

Watchers

Forks

Packages

Used by

Contributors

Languages