My own backup tool I used for a while. Project I used to learn Golang
This repository has been archived on 2026-03-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2021-11-18 18:50:48 +01:00
.github/workflows Update go.yml 2021-11-18 18:50:48 +01:00
config Inital commit 2021-11-18 15:04:27 +01:00
Logging Inital commit 2021-11-18 15:04:27 +01:00
StorageTypes Inital commit 2021-11-18 15:04:27 +01:00
Config.go Inital commit 2021-11-18 15:04:27 +01:00
go.mod Inital commit 2021-11-18 15:04:27 +01:00
go.sum Inital commit 2021-11-18 15:04:27 +01:00
main.go Inital commit 2021-11-18 15:04:27 +01:00
README.md Update README.md 2021-11-18 15:12:42 +01:00
scabiosa Inital commit 2021-11-18 15:04:27 +01:00

Scabiosa Backup Tool

Please keep in mind that this project is WIP.

What can it do?

  • Backup you stuff via a dynamic configuration
  • Log the Backup progress to a database

Database Types

  • MariaDB (planned)
  • MySQL (far future)
  • MS-SQL (far future)

Storage types

  • Local storage (soon)
  • Azure Blob Storage (planned)
  • Azure File Share (planned)
  • S3 Bucket (far future)
  • Dropbox (far future)
  • OneDrive (far future)
  • GDrive (far future)