RyanScottLewis / cutback

Backup system with the goal of creating smaller, more focused backups.

Home Page:https://ryanscottlewis.github.io/cutback

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backup Collection Management

RyanScottLewis opened this issue · comments

So far, this application creates backups, but it should also list, read, update, and destroy backups as well (CRUD).

Features:

  • Automatically remove backups using combinational logic
    • Older than a certain date
    • When a backup count threshold has passed
    • Backups of the same date of a lower index than the highest for that date
  • Listing backups with metadata
  • Viewing a backup's metadata, log, configuration, output shell script, etc..