backrest
garethgeorge/backrest:latest
https://hub.docker.com/r/garethgeorge/backrest
bridge
bash
false
https://forums.unraid.net/topic/146069-support-alexreds-template-repository
https://github.com/garethgeorge/backrest
Web UI and orchestrator for Restic backup.
Backrest is a web-accessible backup solution built on top of restic and providing a WebUI which wraps the restic CLI and makes it easy to create repos, browse snapshots, and restore files. Additionally, Backrest can run in the background and take an opinionated approach to scheduling snapshots and orchestrating repo health operations.
Features:
- Import your existing restic repositories
- Cron scheduled backups and health operations (e.g. prune and forget)
- UI for browing and restoring files from snapshots
- Configurable backup notifications (e.g. Discord, Slack, Shoutrrr, Gotify)
- Add shell command hooks to run before and after backup operations.
- Compatible with rclone remotes
- Cross-platform support (Linux, macOS, Windows, FreeBSD, Docker)
- Backup to any restic supported storage (e.g. S3, B2, Azure, GCS, local, SFTP, and all rclone remotes)
Github: https://github.com/garethgeorge/backrest
Documentation: https://garethgeorge.github.io/backrest/introduction/getting-started
Backup: Tools:
http://[IP]:[PORT:9898]
https://raw.githubusercontent.com/alex-red/unraid-ca-templates/master/templates/images/backrest-icon.png
1724448808
Notes
===
Environment Variables
BACKREST_PORT - the port to bind to. Defaults to 9898.
BACKREST_CONFIG - the path to the config file. Defaults to $HOME/.config/resticui/config.json or if $XDG_CONFIG_HOME is set, $XDG_CONFIG_HOME/resticui/config.json.
BACKREST_DATA - the path to the data directory. Defaults to $HOME/.local/share/resticui or if $XDG_DATA_HOME is set, $XDG_DATA_HOME/resticui.
BACKREST_RESTIC_COMMAND - the path to the restic binary. Defaults managed version of restic which will be downloaded and installed in the data directory.
XDG_CACHE_HOME -- the path to the cache directory. This is propagated to restic.
BACKREST_PORT -- port for webui application
/mnt/user/appdata/backrest/config
/mnt/user/appdata/backrest/cache
/mnt/user/appdata/backrest/data
/mnt/user/appdata/backrest/repos
/mnt/user/backup
9898
/data
/config/config.json
/cache
America/Toronto