Skip to content

fietec/cebeq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cebeq

An incremental backup system written in C.

Features

  • full and incremental backups
  • merging of incremental backups
  • cli and gui applications

Failed to load image

Warning

This project is still in development!

Building

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.

Third-Party libraries

  • 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

Dependencies

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.

About

An incremental backup system written in C

Topics

Resources

License

Stars

Watchers

Forks