Skip to content

Console dashboard for orcd backups w/ restic to cloud-based object storage

License

Notifications You must be signed in to change notification settings

mit-orcd/orcd-restic-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backup GUI

This is a lightweight Flask UI for managing restic backups, restores, and destinations.

Quick start

cd gui
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python app.py

Open http://localhost:8080.

Configuration

Edit:

  • config/app.yml for restic binary, password file, retention, log paths.
  • config/backups.yml for filesystem sources and destinations.

Restore targets must live under paths.restore_root in config/app.yml.

Notes

  • The UI calls restic directly via CLI. Ensure restic and aws (if using S3) are installed.
  • The GUI assumes filesystems are already mounted on the server.

About

Console dashboard for orcd backups w/ restic to cloud-based object storage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published