borgmatic/tests/unit
2019-11-02 14:34:16 +01:00
..
borg Extract files to a particular directory via "borgmatic extract --destination" flag. Also rename "--restore-path" to "--path" to reduce confusion. 2019-11-01 10:00:26 -07:00
commands Database dump hooks for PostgreSQL, so you can easily dump your databases before backups run (#225). 2019-10-22 16:28:42 -07:00
config Database dump hooks for PostgreSQL, so you can easily dump your databases before backups run (#225). 2019-10-22 16:28:42 -07:00
hooks Monitor backups with Cronitor hook integration. 2019-11-01 11:33:15 -07:00
__init__.py
test_execute.py Restore backed up PostgreSQL databases via "borgmatic restore" sub-command (#229). 2019-10-31 12:57:36 -07:00
test_logger.py test cases for logfile option 2019-11-02 14:34:16 +01:00
test_verbosity.py