Skip to content

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

License

Notifications You must be signed in to change notification settings

ciphax/restic-rclone-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 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

License

Stars

Watchers

Forks

Packages