borgmatic/borgmatic/borg
Dan Helfman d0557b2bcd Initial work on #123: Support for Borg extract. 2019-02-18 09:30:34 -08:00
..
__init__.py Split out Borg integration code into multiple files, as it was getting kind of hairy all in one. 2017-08-05 16:21:39 -07:00
check.py Use Flake8 code checker as part of running automated tests. 2018-09-29 23:15:18 -07:00
create.py Leave exclude_patterns glob expansion to Borg, since doing it in borgmatic leads to confusing behavior (#132). 2019-01-27 13:47:26 -08:00
environment.py Support for Borg repository initialization via borgmatic --init command-line flag (#110). 2018-12-10 22:20:57 -08:00
extract.py Initial work on #123: Support for Borg extract. 2019-02-18 09:30:34 -08:00
info.py Use Black code formatter as part of running automated tests. 2018-09-29 22:45:00 -07:00
init.py With --init command-line flag, if a repository already exists, proceed without erroring (#117). 2018-12-24 22:28:02 -08:00
list.py Use Black code formatter as part of running automated tests. 2018-09-29 22:45:00 -07:00
prune.py Support for Borg create & prune --stats via borgmatic command-line flag (#100) 2018-12-22 23:27:24 +01:00