An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

[![License BSD-2-Clause](https://img.shields.io/badge/License-BSD--2--Clause-blue.svg)](https://opensource.org/licenses/BSD-2-Clause)
[![License MIT](https://img.shields.io/badge/License-MIT-blue.svg)](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/`.