“Yeah! Another Backup Utility” (Yabu in short) is a daily backup and recover command line utility for linux. It should run on other unixes as well.
Yabu is distributed under the terms of the GPL-3.
Look at the wiki.
Yabu is written in ruby, so you need a ruby interpreter to run it.
Ruby >= 1.9.2
Build a gem and install it:
rake build rake install
TODO write more stuff.
You can find developper’s documentation in doc folder. If the YARD gem is installed on your computer, run rake doc
to be sure the documentation is up to date. Begin reading in the Main class.
Feel free to email Xavier Nayrac with any questions.