Dan Helfman
|
c294e78715
|
Use absolute paths when storing configuration files in an archive for later bootstrapping (#697).
|
2023-06-15 21:45:43 -07:00 |
|
Dan Helfman
|
670bdffb3c
|
Code formatting.
|
2023-06-10 19:25:49 -07:00 |
|
Dan Helfman
|
691d4f887a
|
Fix incorrect log message (#697).
|
2023-06-10 16:02:03 -07:00 |
|
Dan Helfman
|
beb899d6fb
|
Make user-facing manifest loading error messages a little friendlier (#697).
|
2023-06-10 15:50:11 -07:00 |
|
Dan Helfman
|
0f9756e739
|
Fix failing test and add "bootstrap" action to CLI reference docs (#697).
|
2023-06-10 15:17:18 -07:00 |
|
Dan Helfman
|
d84f1ec616
|
Add bootstrap action to NEWS and make post-PR tweaks (#697).
|
2023-06-10 14:52:00 -07:00 |
|
Dan Helfman
|
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 |
|
Divyansh Singh
|
197920d9ef
|
improve tests and some docstrings.
|
2023-06-09 17:31:57 +05:30 |
|
Divyansh Singh
|
4b024daae0
|
pass all tests with wittens recommendation
|
2023-06-06 23:37:09 +05:30 |
|
Divyansh Singh
|
206a9c9607
|
edit schema comments and work on witten review
|
2023-06-05 20:05:10 +05:30 |
|
Divyansh Singh
|
bb60b25399
|
merge subparsers and refactor
|
2023-06-02 02:04:35 +05:30 |
|
Divyansh Singh
|
74aa28e027
|
support more flags
|
2023-06-01 16:53:34 +05:30 |
|
Dan Helfman
|
341bd4118d
|
Fix "--archive latest" on "list" and "info" actions only working on the first of multiple configured repositories (#706).
|
2023-05-30 16:53:55 -07:00 |
|
Divyansh Singh
|
4c60bf84d7
|
extract config files
|
2023-05-28 01:36:32 +05:30 |
|
Dan Helfman
|
84c21b062f
|
Fix incorrect argument ordering (#659).
|
2023-05-23 16:55:40 -07:00 |
|
Chirag Aggarwal
|
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 |
|
Divyansh Singh
|
ee32b076eb
|
update tests and formatting
|
2023-05-16 23:17:35 +05:30 |
|
Dan Helfman
|
b45e45f161
|
Partial conversion of showing repository labels in logs instead of paths (part of #635).
|
2023-05-16 09:36:50 -07:00 |
|
Divyansh Singh
|
b10148844b
|
change config_paths var name to used_config_paths to avoid collisions
|
2023-05-16 14:00:23 +05:30 |
|
Divyansh Singh
|
49b4d371ce
|
create and add content to borgmatic-manifest.json
|
2023-05-16 00:24:19 +05:30 |
|
Dan Helfman
|
92a2230a07
|
Add support for logging each log line as a JSON object via global "--log-json" flag (#680).
|
2023-05-08 23:00:49 -07:00 |
|
Chirag Aggarwal
|
1ee56805f1
|
Merge remote-tracking branch 'upstream/master' into borg2-archive-flags
|
2023-04-15 17:29:20 +05:30 |
|
Dan Helfman
|
5dbb71709c
|
Upgrade test requirements and code style requirements. Auto-reformat code accordingly.
|
2023-04-14 19:35:24 -07:00 |
|
Divyansh Singh
|
264cebd2b1
|
complete psql multi schema backup
|
2023-04-11 23:19:49 +05:30 |
|
Divyansh Singh
|
9bc2322f9a
|
feat: restore specific schemas
|
2023-04-06 02:10:36 +05:30 |
|
Dan Helfman
|
5f595f7ac3
|
Fix regression in which the "transfer" action produced a traceback (#663).
|
2023-03-30 23:21:20 -07:00 |
|
Chirag Aggarwal
|
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 |
|
jetchirag
|
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 |
|
Divyansh Singh
|
d6dfb8753a
|
reformat
|
2023-03-25 01:50:47 +05:30 |
|
Divyansh Singh
|
1bc003560a
|
Merge branch 'master' of https://github.com/diivi/borgmatic into feat/tag-repos
|
2023-03-25 01:39:26 +05:30 |
|
Divyansh Singh
|
e83ad9e1e4
|
use repository["path"] instead of repository
|
2023-03-25 01:04:57 +05:30 |
|
Dan Helfman
|
f42890430c
|
Add code style plugins to enforce use of Python f-strings and prevent single-letter variables.
|
2023-03-23 23:11:14 -07:00 |
|
Divyansh Singh
|
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 |
|
Dan Helfman
|
2a36a2a312
|
Add "--repository" flag to the "rcreate" action. Add "--progress" flag to the "transfer" action.
|
2023-02-26 23:22:23 -08:00 |
|
Dan Helfman
|
0e6b2c6773
|
Optionally dump "all" PostgreSQL databases to separate files instead of one combined dump file (#438, #560).
|
2023-01-25 23:31:07 -08:00 |
|