Tools for backing up non-volatile server data
Go to file
2023-09-05 20:47:01 +00:00
.gitattributes Initial import. 2023-09-05 14:31:41 +00:00
.gitignore Initial import. 2023-09-05 14:31:41 +00:00
config.sh.example Removed executable flag. 2023-09-05 20:47:01 +00:00
db-backup.sh Initial import. 2023-09-05 14:31:41 +00:00
LICENCE Initial import. 2023-09-05 14:31:41 +00:00
README.md Initial import. 2023-09-05 14:31:41 +00:00

Backup Tools

This repository is the replacement for the old C# Backup Manager program.

After reducing the amount of things the backup program was doing, I realised it made much more sense to just use Bash scripts to achieve the same thing, so here we are.