Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tofran/restic-rclone-docker
🐳 Always up-to-date minimal Alpine images with Restic and Rclone tagged for each version combination.
https://github.com/tofran/restic-rclone-docker
docker docker-image rclone restic restic-rclone
Last synced: 3 months ago
JSON representation
🐳 Always up-to-date minimal Alpine images with Restic and Rclone tagged for each version combination.
- Host: GitHub
- URL: https://github.com/tofran/restic-rclone-docker
- Owner: tofran
- License: mit
- Created: 2021-03-28T00:58:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T01:12:33.000Z (4 months ago)
- Last Synced: 2024-10-15T17:21:07.740Z (3 months ago)
- Topics: docker, docker-image, rclone, restic, restic-rclone
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/tofran/restic-rclone
- Size: 28.3 KB
- Stars: 16
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# restic-rclone docker images
[![Automatic builds badge](https://github.com/tofran/restic-rclone-docker/actions/workflows/trigger-build.yaml/badge.svg)](https://github.com/tofran/restic-rclone-docker/actions/workflows/trigger-build.yaml)
[![Docker image size](https://img.shields.io/docker/image-size/tofran/restic-rclone?sort=date)][DockerHub]
[![Docker pulls](https://img.shields.io/docker/pulls/tofran/restic-rclone)][DockerHub]Always up-to-date minimal Alpine multi-arch images, with **Restic** and **Rclone** tagged for each
version combination.[tofran/restic-rclone @ Docker Hub][DockerHub]
[tofran/restic-rclone @ GitHub container registry][GHCR]
## Tags
Images are tagged with a combination of Restic and Rclone tags, in the format:
`{RESTIC_TAG}_{RCLONE_TAG}`.Example tags: `latest_latest`, `0.16.0_1.64.0`, `latest_1.64.0`, `0.16.0_latest`.
The latest 4 images from both upstreams are maintained. Image building is automatic, via [GitHub actions](https://github.com/tofran/restic-rclone-docker/actions).
## Architecture support
Images are built for the following architectures:
`linux/386`, `linux/amd64`, `linux/arm`, `linux/arm64`## Usage
```sh
# Optionally, first pull the image from your favourite registry:
$ docker pull tofran/restic-rclone:0.15.1_1.61.1
# or
$ docker pull ghcr.io/tofran/restic-rclone:0.15.1_1.61.1# Run it:
$ docker run tofran/restic-rclone:0.15.1_1.61.1 -v
# or
$ docker run ghcr.io/tofran/restic-rclone:0.15.1_1.61.1 -v
# > restic 0.15.1 compiled with go1.19.5 on linux/amd64
````restic` is the default entrypoint.
[DockerHub]: https://hub.docker.com/r/tofran/restic-rclone
[GHCR]: https://github.com/tofran/restic-rclone-docker/pkgs/container/restic-rclone