Skip to content

Releases: nattvara/dfb

Release 1.1

11 Aug 12:00
ebf1888
Compare
Choose a tag to compare

Add

  • backup command will store various metrics about the snapshots taken of domains, such as restore size and files added, and metrics about the target repo such as raw space on disk occupied
  • add stats command that compiles metrics from the csv files and generate a line chart to open with quick look, metrics include:
    • backup-time
    • domain-data-added
    • domain-disk-space
    • domain-disk-space-on-restore
    • domain-files-new-and-changed
    • domain-files-processed
    • repo-disk-space
  • add a --gui flag to backup command that displays progress report in a gui window
  • add a --confirm flag to backup command that prompts user to confirm backup before it starts
  • add lock feature to prevent user from running two commands simultaneously
  • add unbuffer in restic backup pipeline to ensure restic messages are sent to progress-parser immediately

Update

  • update default exclusions for a domain
  • remove src folder and put all source code inside root
  • switch from using dep to using go modules for dependency management
  • update notifications to be sent with terminal-notifier instead of apple script
  • update parsing of restic messages to include more information such asbytes and files processed
  • sort domains in alphabetical order before backup
  • update backup command to send restic error messages to progress parser in addition to regular messages
  • improve documentation

Fix

  • fix issue where status lines with short filenames would be squeezed after longer filenames

Release 1.0

22 Jul 11:31
9e1ec12
Compare
Choose a tag to compare

Adding groups and domains, backing up and recovering files