Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gyk4j/toc

A backup and restore program
https://github.com/gyk4j/toc

backup backup-tool backup-utility disk-image file-backup remote-backup restore restore-database restore-utility

Last synced: 21 days ago
JSON representation

A backup and restore program

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.

![TOC UI](../../wiki/assets/images/05-toc-progress.png)

*TOC* began life as a prototype to test out various modern software technologies
for learning and experimentation. It uses the following technologies:

- [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]

> [!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.
>

> [!CAUTION]
> Do **NOT** use this for any important data.
>

To learn more, please visit the [project wiki][wiki].

[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