An incremental backup system written in C.
- full and incremental backups
- merging of incremental backups
- cli and gui applications
Warning
This project is still in development!
The intended build system is nob.h.
To bootstrap nob, simply run: cc -o nob nob.c or make.
After that use ./nob with a specified target to build the project.
See ./nob --help for more information.
- cwalk by likle, licensed under the MIT License.
- nob.h by tsoding, licensed under the Unlicense.
- raylib by raysan5, licensed under the Zlib license.
- clay by nicbarker, licensed under the Zlib license
This project uses raylib as a graphical backend. See their wiki for build instructions.
Make sure to either place the compiled .a file into the lib directory or have it in your path.
Alternatively, you can download pre-built binaries from the release tab which also ship raylib.
