Simple content based backup system with the following goals:
- Provide a simple way for users to backup data from any source: Locally, Twitter, Facebook, etc.
- Allow backups to be monitored, to give confidence that data is still being backed up
- Allow backups to be stored where you want them to be
See the wiki for internal documentation.
- Raise a PR for your changes
- Get a from someone, unless it's small (e.g. doco or updating a
.gitignore
) - Wait for the verifies (Windows 32, Windows 64)
- Merge
You'll need:
- CMake 3.5+
- Windows:
- Visual Studio 2015
- Windows:
configure-vs2015-win64.bat
orconfigure-vs2015-win32.bat
A verify will compile everything and run all tests. Test results can be found in the build directory
under test_results
, e.g. build64/test_results
.
To verify run: cmake --build build64 --config Release --target ALL_VERIFY
You'll need:
- Node
- Some form of JS editor (Visual Studio Code is pretty good!)
- From the web_client directory, run
npm init
- Run
npm start