Commit Graph

56 Commits

Author SHA1 Message Date
b96d1898f7 Prep work for eventual container-dumping hooks: Generalize internal database hook "API" (#685).
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-24 13:50:10 -07:00
cd51e9c1ea Fix for database "restore" action not actually restore anything (#738).
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-14 12:43:21 -07:00
6dca7c1c15 Add "key export" action to export a copy of the repository key (#345).
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-07 12:28:39 -07:00
6b09ca8022 exclude configs too and not just the manifest 2023-08-01 01:51:37 +05:30
f2ce2f387f feat: optionally disable config bootstrap 2023-08-01 01:32:06 +05:30
18b3b569d0 Fix broken bootstrap action (#721). 2023-07-12 09:39:45 -07:00
ecd9e62147 Fix last end-to-end database test (#721).
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-11 00:37:36 -07:00
003d4eac93 Remove extra argument (#721).
Some checks failed
continuous-integration/drone/push Build is failing
2023-07-10 11:41:43 -07:00
48b6a1679a Remove sections (#721).
Some checks failed
continuous-integration/drone/push Build is failing
2023-07-08 23:14:30 -07:00
e4e455ee45 Deprecate validate-borgmatic-config in favor of new "config validate" action (#529).
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-23 10:11:41 -07:00
68d90e1e40
feat: allow restoring to different port/host/username (#326).
Merge pull request #73 from diivi/feat/restore-with-different-hostname-port-username
2023-06-22 12:28:34 -07:00
1b90da5bf1 Deprecate generate-borgmatic-config in favor if new "config generate" action (#529).
Some checks failed
continuous-integration/drone/push Build is failing
2023-06-21 12:19:49 -07:00
89602d1614 pass all existing tests (and formatting) 2023-06-16 15:14:00 +05:30
c294e78715 Use absolute paths when storing configuration files in an archive for later bootstrapping (#697).
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-15 21:45:43 -07:00
62b6f13299 add restore-path support for sqlite 2023-06-15 23:02:09 +05:30
b7423c488e refactor password assignment logic 2023-06-15 22:54:06 +05:30
67f4d43aec witten review 2023-06-15 01:37:18 +05:30
230cf6adc4 support command line args for hostname port username password 2023-06-14 00:11:19 +05:30
670bdffb3c Code formatting.
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-10 19:25:49 -07:00
691d4f887a Fix incorrect log message (#697).
Some checks failed
continuous-integration/drone/push Build is failing
2023-06-10 16:02:03 -07:00
beb899d6fb Make user-facing manifest loading error messages a little friendlier (#697).
Some checks failed
continuous-integration/drone/push Build is failing
2023-06-10 15:50:11 -07:00
0f9756e739 Fix failing test and add "bootstrap" action to CLI reference docs (#697).
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-10 15:17:18 -07:00
d84f1ec616 Add bootstrap action to NEWS and make post-PR tweaks (#697).
Some checks failed
continuous-integration/drone/push Build is failing
2023-06-10 14:52:00 -07:00
ef409ad23c
Store configs used to create an archive in the archive and add borgmatic bootstrap (#697).
Merge pull request #71 from diivi/feat/store-config-in-archive
2023-06-10 14:39:53 -07:00
197920d9ef improve tests and some docstrings. 2023-06-09 17:31:57 +05:30
4b024daae0 pass all tests with wittens recommendation 2023-06-06 23:37:09 +05:30
206a9c9607 edit schema comments and work on witten review 2023-06-05 20:05:10 +05:30
bb60b25399 merge subparsers and refactor 2023-06-02 02:04:35 +05:30
74aa28e027 support more flags 2023-06-01 16:53:34 +05:30
341bd4118d Fix "--archive latest" on "list" and "info" actions only working on the first of multiple configured repositories (#706).
Some checks failed
continuous-integration/drone/push Build is failing
2023-05-30 16:53:55 -07:00
4c60bf84d7 extract config files 2023-05-28 01:36:32 +05:30
84c21b062f Fix incorrect argument ordering (#659).
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-23 16:55:40 -07:00
00e9bb011a test should mock out make_flags_from_arguments
Signed-off-by: Chirag Aggarwal <thechiragaggarwal@gmail.com>
2023-05-20 09:23:09 -04:00
ee32b076eb update tests and formatting 2023-05-16 23:17:35 +05:30
b45e45f161 Partial conversion of showing repository labels in logs instead of paths (part of #635).
Some checks are pending
continuous-integration/drone/push Build is running
2023-05-16 09:36:50 -07:00
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
1ee56805f1 Merge remote-tracking branch 'upstream/master' into borg2-archive-flags 2023-04-15 17:29:20 +05:30
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
edd79ed86c removed individual action parameters, and used make_flags_from_arguments
Signed-off-by: Chirag Aggarwal <thechiragaggarwal@gmail.com>
2023-03-28 18:10:42 +05:30
141474ff07 Added TIMESPAN flags to match archive in various commands (Borg2 feature)
Signed-off-by: jetchirag <thechiragaggarwal@gmail.com>
2023-03-26 01:58:03 +05:30
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