https://github.com/gyk4j/toc
Backup and restore disaster recovery between 2 sites. React web frontend and Go REST API backend, with Docker services.
https://github.com/gyk4j/toc
backup backup-tool backup-utility disk-image file-backup remote-backup restore restore-database restore-utility
Last synced: 28 days ago
JSON representation
Backup and restore disaster recovery between 2 sites. React web frontend and Go REST API backend, with Docker services.
- Host: GitHub
- URL: https://github.com/gyk4j/toc
- Owner: gyk4j
- License: epl-2.0
- Created: 2023-12-06T06:19:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-27T05:14:33.000Z (4 months ago)
- Last Synced: 2025-01-29T18:22:39.559Z (3 months ago)
- Topics: backup, backup-tool, backup-utility, disk-image, file-backup, remote-backup, restore, restore-database, restore-utility
- Language: Go
- Homepage:
- Size: 1.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# True Original Copy (TOC)
A backup and restore disaster recovery software to create and restore backups
between a local and remote site.
> [!NOTE]
> Today, *the work is not yet finished* and TOC is still non-functional; TOC
> remains a mock-up UI prototype with unfinished backend API services.
>*TOC* began life as a prototype as a testbed for various modern software
technologies with the intention of learning and experimentation. It uses the
following technologies:- [Terraform][terraform] / [OpenTofu][opentofu]
- [Ansible][ansible]
- [Vagrant][vagrant]
- [Docker][docker], [Docker Compose][docker-compose], [s6 process supervisor][s6-overlay]
- [Go][golang], [Swagger][swagger]
- [React framework][react]
- [Material Design for Bootstrap (MDB)][mdb]> [!CAUTION]
> Do **NOT** expect to use this for any real data — it **DOES NOT** work.
>To learn more, please visit the [project wiki][wiki].
[terraform]: https://www.terraform.io/
[opentofu]: https://opentofu.org/
[ansible]: https://www.ansible.com/
[vagrant]: https://www.vagrantup.com/
[docker]: https://www.docker.com/community/open-source/
[docker-compose]: https://docs.docker.com/compose/
[s6-overlay]: https://skarnet.org/software/s6/
[golang]: https://go.dev/
[swagger]: https://swagger.io/
[react]: https://react.dev/
[mdb]: https://mdbootstrap.com/
[wiki]: ../../wiki/Home