pybackive/backive/core
Marcel Otte d1dfb809e3 Working prototype
All the minimal features work now.
- describing a device
- describing a backup
- link a backup to a device
- schedule backups at day intervals
- mount the device
- put stuff on it
- umount the device

Downsides:
- executed as root, fully!
- all scripts are executed as root, dangerous!
- Bad and undocumented code.. :)
- No tests and only minimal checking (lotta TODOs)
2020-03-19 21:16:38 +01:00
..
__init__.py Initial commit 2019-01-06 16:58:12 +01:00
backup.py Working prototype 2020-03-19 21:16:38 +01:00
device.py Working prototype 2020-03-19 21:16:38 +01:00
events.py WIP add proper logging 2020-01-06 13:26:52 +01:00
scheduler.py Working prototype 2020-03-19 21:16:38 +01:00
tool.py Working on it... 2019-01-06 21:29:21 +01:00