automagically document the windows backup process
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Holger Frey 3bff2e5f8e linted 3 years ago
sg_backup_doku linted 3 years ago
tests linted 3 years ago
.flake8 import of project template 4 years ago
.gitignore added example logs 3 years ago
.pre-commit-config.yaml import of project template 4 years ago
CHANGES.md import of project template 4 years ago
CONTRIBUTING.md import of project template 4 years ago
FileHistory-Core.evtx added example logs 3 years ago
FileHistory-Engine.evtx added example logs 3 years ago
LICENSE import of project template 4 years ago
Makefile import of project template 4 years ago
README.md import of project template 4 years ago
pyproject.toml added winenv to gitignore 3 years ago
run.py added example logs 3 years ago
tox.ini import of project template 4 years ago

README.md

SG Backup Doku

Automagically document the windows backup process

Example:


    import sg_backup_doku

    sg_backup_doku.run()

Development

To install the development version of SG Backup Doku:

git clone https://git.cpi.imtek.uni-freiburg.de/holgi/sg-backup-doku.git

# create a virtual environment and install all required dev dependencies
cd sg_backup_doku
make devenv

To run the tests, use make tests or make coverage for a complete report.