Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 496 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 496 Bytes

resrun: Restic Runner

Generate and run Restic commands from a TOML config. When running through resrun, the output is logged to disk.

This project is very WIP. Stuff may be broken, not implemented or untested. DO NOT RUN ON YOUR REAL RESTIC REPOSITORY without checking the generated commands carefully.

TODO

  • Basic config loading
  • Command generation (partial)
    • Backup
    • Batch backup
    • Copy
    • Forget
    • Manual
  • Tests
  • Doit integration