Dan Helfman
|
b242078f54
|
Fix an error when running "borg key export" through borgmatic (#719).
|
2023-06-26 09:30:46 -07:00 |
|
Dan Helfman
|
b62017be4b
|
Fix edge case in which "--config somepath.yaml" followed by an action alias (e.g. init for rcreate) wasn't parsed correctly (#716).
|
2023-06-24 15:35:10 -07:00 |
|
Dan Helfman
|
35a11559ac
|
Fix error parsing arguments with multiple verbosity flags (#716).
|
2023-06-24 14:10:47 -07:00 |
|
Dan Helfman
|
803fc25848
|
Add a test for another edge case (#712).
|
2023-06-21 10:47:53 -07:00 |
|
Dan Helfman
|
248f82d6f6
|
Fix for another subaction argument-parsing edge case (#712).
|
2023-06-21 10:41:32 -07:00 |
|
Dan Helfman
|
7b8be800a4
|
Refactor arguments parsing to fix bootstrap action CLI issues (#712).
|
2023-06-19 16:18:47 -07:00 |
|
Divyansh Singh
|
197920d9ef
|
improve tests and some docstrings.
|
2023-06-09 17:31:57 +05:30 |
|
Divyansh Singh
|
425f260a22
|
test parser merging
|
2023-06-09 04:15:18 +05:30 |
|
Divyansh Singh
|
2d761dd86b
|
coverage at 100
|
2023-06-07 01:43:01 +05:30 |
|
Divyansh Singh
|
f82631e3bb
|
tests for arguments.py
|
2023-06-07 00:56:19 +05:30 |
|
Dan Helfman
|
359afe5318
|
Error if --list is used with --json for create action (#680).
|
2023-05-03 17:16:36 -07:00 |
|
Dan Helfman
|
616eb6b6da
|
Fix error with "info --match-archives" and fix "--match-archives" overriding logic (#666).
|
2023-04-04 21:25:10 -07:00 |
|
Nain
|
7de9260b0d
|
Remove test now that --repository isn't expected to error
As discussed #652#issuecomment-5579
|
2023-03-15 14:59:12 -04:00 |
|
Dan Helfman
|
9b83afe491
|
With the "create" action, only one of "--list" ("--files") and "--progress" flags can be used.
|
2023-02-26 17:05:56 -08:00 |
|
Dan Helfman
|
2774c2e4c0
|
Add support for Borg 2's "--match-archives" flag (replaces "--glob-archives") (#591).
|
2022-10-03 22:50:37 -07:00 |
|
Dan Helfman
|
462326406e
|
Drop only-style actions like "--create", rename "prune --files" to "prune --list", and add "--list" alias to "create" and "export-tar" (#571).
|
2022-08-21 14:25:16 -07:00 |
|
Dan Helfman
|
540f9f6b72
|
Add missing test for "transfer" action (#557).
|
2022-08-19 09:40:29 -07:00 |
|
Dan Helfman
|
7dee6194a2
|
Add new "transfer" action for Borg 2 (#557).
|
2022-08-18 23:06:51 -07:00 |
|
Dan Helfman
|
3ab7a3b64a
|
Replace use of --prefix with --glob-archives in info action (#557).
|
2022-08-17 15:36:19 -07:00 |
|
Dan Helfman
|
c7176bd00a
|
Add rinfo action for Borg 2 support (#557).
|
2022-08-12 23:06:56 -07:00 |
|
Dan Helfman
|
622caa0c21
|
Support for Borg 2's rcreate and rinfo sub-commands (#557).
|
2022-08-12 14:53:20 -07:00 |
|
Dan Helfman
|
80ec3e7d97
|
Deprecate "borgmatic list --successful" flag, as listing only non-checkpoint (successful) archives is now the default in newer versions of Borg.
|
2022-06-02 20:35:39 -07:00 |
|
Dan Helfman
|
cf8882f2bc
|
Run arbitrary Borg commands with new "borgmatic borg" action (#425).
|
2021-06-17 20:41:44 -07:00 |
|
Dan Helfman
|
1ea04aedf0
|
Merge override values when specifying the "--override" flag multiple times (#361).
|
2020-10-23 16:06:00 -07:00 |
|
Dan Helfman
|
1ea047dd94
|
Remove "borgmatic restore --progress" flag, as it now conflicts with streaming database restores.
|
2020-05-09 21:53:16 -07:00 |
|
palto42
|
e27ba0d08a
|
less detail at v1 + option "--files" for details
|
2020-01-11 16:38:07 +01:00 |
|
Dan Helfman
|
df2be9620b
|
Mount whole repositories via "borgmatic mount" without any "--archive" flag (#253).
|
2019-12-06 15:58:54 -08:00 |
|
Dan Helfman
|
375036e409
|
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 |
|
palto42
|
18d3542fbc
|
new verbosity level "-1" for errors
|
2019-11-03 09:55:19 +01:00 |
|
Dan Helfman
|
e3dd545345
|
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 |
|
Dan Helfman
|
3006db0cae
|
Restore backed up PostgreSQL databases via "borgmatic restore" sub-command (#229).
|
2019-10-31 12:57:36 -07:00 |
|
Dan Helfman
|
7b3b28616d
|
Add "borgmatic list --successful" flag to only list successful (non-checkpoint) archives (#86).
|
2019-10-13 15:58:11 -07:00 |
|
Dan Helfman
|
340bd72176
|
Fix regression of argument parsing for default actions (#220).
|
2019-09-22 11:30:58 -07:00 |
|
Dan Helfman
|
1a1bb71af1
|
Fix error with "borgmatic check --only" command-line flag with "extract" consistency check (#217).
|
2019-09-20 11:43:27 -07:00 |
|
Dan Helfman
|
4bf3e906a1
|
Break out main borgmatic arguments-parsing code into a separate file.
|
2019-06-22 21:32:27 -07:00 |
|