Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gyk4j/toc
- Owner: gyk4j
- License: epl-2.0
- Created: 2023-12-06T06:19:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-13T08:44:00.000Z (about 1 month ago)
- Last Synced: 2024-11-21T05:35:51.191Z (about 1 month ago)
- Topics: backup, backup-tool, backup-utility, disk-image, file-backup, remote-backup, restore, restore-database, restore-utility
- Language: Go
- Homepage:
- Size: 1.58 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.![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