Skip to content

Incremental backup in Go

Notifications You must be signed in to change notification settings

devplayg/goback

Repository files navigation

goback

Build Status

Cross-platform incremental backup service

  • Running on service
  • Embedded web supported (Default :8000)
  • Monthly statistics
  • Crontab format scheduler provided

Screenshots

Backup

  • Summary

  • Changes

Stats

Report for printing

Settings

Database

Powered by BoltDB

  1. summary
  • key: Summary.Id
  • value: Summary
  1. backup
  • key: Backup.Id
  • value: nil
  1. config
Key Value
backup Config
backup_checksum sha256(Config)