https://github.com/kizzycode/restic-docker
`restic` is a tiny container to serve a `restic` mount via SMB to circumvent OSXFUSE issues
https://github.com/kizzycode/restic-docker
Last synced: about 2 months ago
JSON representation
`restic` is a tiny container to serve a `restic` mount via SMB to circumvent OSXFUSE issues
- Host: GitHub
- URL: https://github.com/kizzycode/restic-docker
- Owner: KizzyCode
- Created: 2022-08-23T20:12:21.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-08T16:11:22.000Z (about 2 years ago)
- Last Synced: 2025-02-06T04:44:19.410Z (3 months ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://opensource.org/licenses/BSD-2-Clause)
[](https://opensource.org/licenses/MIT)# `restic`
Welcome to `restic` 🎉`restic` is a tiny container to serve a `restic` mount via SMB to circumvent OSXFUSE issues.
## Example
```sh
# The container currently supports five environment variables
export SMB_PASS=""
export RESTIC_REPOSITORY=""
export RESTIC_PASSWORD=""
export AWS_ACCESS_KEY_ID=""
export AWS_SECRET_ACCESS_KEY=""# Start the container
docker compose up
```Now the mounted restic share should be available at `smb://restic:$SMB_PASS@localhost:1445/`.