Commit Graph

21 Commits

Author SHA1 Message Date
74aa28e027 support more flags 2023-06-01 16:53:34 +05:30
4c60bf84d7 extract config files 2023-05-28 01:36:32 +05:30
ee32b076eb update tests and formatting 2023-05-16 23:17:35 +05:30
b10148844b change config_paths var name to used_config_paths to avoid collisions 2023-05-16 14:00:23 +05:30
49b4d371ce create and add content to borgmatic-manifest.json 2023-05-16 00:24:19 +05:30
92a2230a07 Add support for logging each log line as a JSON object via global "--log-json" flag (#680).
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-08 23:00:49 -07:00
5dbb71709c Upgrade test requirements and code style requirements. Auto-reformat code accordingly.
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-14 19:35:24 -07:00
264cebd2b1 complete psql multi schema backup 2023-04-11 23:19:49 +05:30
9bc2322f9a feat: restore specific schemas 2023-04-06 02:10:36 +05:30
5f595f7ac3 Fix regression in which the "transfer" action produced a traceback (#663).
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-30 23:21:20 -07:00
d6dfb8753a reformat 2023-03-25 01:50:47 +05:30
1bc003560a Merge branch 'master' of https://github.com/diivi/borgmatic into feat/tag-repos 2023-03-25 01:39:26 +05:30
e83ad9e1e4 use repository["path"] instead of repository 2023-03-25 01:04:57 +05:30
f42890430c Add code style plugins to enforce use of Python f-strings and prevent single-letter variables.
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-23 23:11:14 -07:00
8a63c49498 feat: tag repos 2023-03-23 01:01:26 +05:30
Nain
5f87ea3ec5 Add "--repository" flag to the "create" action 2023-03-16 13:15:49 -04:00
Nain
a8aeace5b5 Add "--repository" flag to the "compact" action 2023-03-16 11:13:45 -04:00
Nain
480addd7ce Add "--repository" flag to the "check" action 2023-03-16 10:41:13 -04:00
Nain
cdbe6cdf3a Add "--repository" flag to the "prune" action
part of ticket #564
2023-03-15 14:43:17 -04:00
2a36a2a312 Add "--repository" flag to the "rcreate" action. Add "--progress" flag to the "transfer" action.
Some checks failed
continuous-integration/drone/push Build is failing
2023-02-26 23:22:23 -08:00
0e6b2c6773 Optionally dump "all" PostgreSQL databases to separate files instead of one combined dump file (#438, #560).
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-25 23:31:07 -08:00