19 lines
508 B
Markdown
19 lines
508 B
Markdown
|
# Welcome
|
||
|
|
||
|
SIBA is a SImple BAckup software wrote in Java 8 using Eclipse Mars. CLI ang GUI (Swing) version are available.
|
||
|
|
||
|
SIBA transforms a source directory to a tar.gz file with a tar.gz.md5 file.
|
||
|
|
||
|
# LICENSE
|
||
|
|
||
|
SIBA is released under the GNU AGPL license. Enjoy!
|
||
|
|
||
|
# Developer install
|
||
|
|
||
|
TODO
|
||
|
|
||
|
## Unit test environment
|
||
|
For unit tests, install the TestNG:
|
||
|
* https://marketplace.eclipse.org/content/testng-eclipse
|
||
|
* Eclipse menu > Help > Eclipse Marketplace > Find "TestNG" > TestNG for Eclipse: Install button
|