borgmatic/borgmatic/borg
Dan Helfman 826e4352d1
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
Filter listed paths via "borgmatic list --path" flag (#269).
2019-12-08 14:07:02 -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 Attempt to repair any inconsistencies found during a consistency check via "borgmatic check --repair" flag (#266). 2019-12-04 16:07:00 -08:00
create.py Pass extra options directly to particular Borg commands, handy for Borg options that borgmatic does not yet support natively (#235). 2019-12-04 15:48:10 -08:00
environment.py Bypass Borg error about a moved repository (#209). 2019-08-26 09:39:41 -07:00
extract.py Fix for "before_backup" hook not triggering an error when the command contains "borg" and has an exit code of 1 (#256). 2019-11-30 16:55:05 -08:00
flags.py Sort generated flags before passing them to Borg. 2019-06-25 11:04:10 -07:00
info.py Fix for "before_backup" hook not triggering an error when the command contains "borg" and has an exit code of 1 (#256). 2019-11-30 16:55:05 -08:00
init.py Pass extra options directly to particular Borg commands, handy for Borg options that borgmatic does not yet support natively (#235). 2019-12-04 15:48:10 -08:00
list.py Filter listed paths via "borgmatic list --path" flag (#269). 2019-12-08 14:07:02 -08:00
mount.py Mount whole repositories via "borgmatic mount" without any "--archive" flag (#253). 2019-12-06 15:58:54 -08:00
prune.py Pass extra options directly to particular Borg commands, handy for Borg options that borgmatic does not yet support natively (#235). 2019-12-04 15:48:10 -08:00
umount.py Support for mounting an archive as a FUSE filesystem via "borgmatic mount" action, and unmounting via "borgmatic umount" (#123). 2019-11-25 14:56:20 -08:00