Divyansh Singh
bd235f0426
use exit_code_indicates_error and modify it to accept a command
2023-03-22 16:23:53 +05:30
Divyansh Singh
09183464cd
fix: no error on database backups without source dirs
2023-03-22 09:41:39 +05:30
Dan Helfman
ca6fd6b061
Add confusing error message fix to NEWS ( #623 ).
2023-03-21 14:25:20 -07:00
Dan Helfman
dd9a64f4b6
Fix confusing message when an error occurs running actions for a configuration file ( #623 ).
...
Merge pull request #55 from diivi/fix/rephrase-error-message
2023-03-21 14:23:09 -07:00
Divyansh Singh
23e7f27ee4
fix: rephrase error when running from config
...
to avoid confusion, as the user might think the problem is with their config file
2023-03-22 02:22:43 +05:30
Dan Helfman
f9ef52f9a5
Remove unused module and outdated test expectations ( #576 ).
2023-03-21 10:29:17 -07:00
Dan Helfman
3f17c355ca
Add "file://" paths to NEWS ( #576 ).
2023-03-21 10:24:51 -07:00
Dan Helfman
c83fae5e5b
Support file:// paths for repositories ( #576 ).
...
Merge pull request #54 from diivi/feat/file-urls-support
2023-03-21 10:22:39 -07:00
Divyansh Singh
39ad8f64c4
add tests and remove magic number
2023-03-21 17:06:03 +05:30
Divyansh Singh
e86d223bbf
Merge branch 'master' of https://github.com/diivi/borgmatic into feat/file-urls-support
2023-03-21 16:55:05 +05:30
Divyansh Singh
86587ab2dc
send repo directly to extract and export_tar
2023-03-20 21:51:45 +05:30
Divyansh Singh
58c95d8015
feat: file:// URLs support
2023-03-20 02:43:23 +05:30
Dan Helfman
6351747da5
Add NixOS package link to installation docs.
2023-03-19 09:02:47 -07:00
Dan Helfman
55c153409e
Add "source_directories_must_exist" option to NEWS ( #501 ).
2023-03-18 14:07:38 -07:00
Dan Helfman
b115fb2fbe
Merge branch 'master' of github.com:borgmatic-collective/borgmatic
2023-03-18 14:01:52 -07:00
Dan Helfman
31d04d9ee3
Optionally error if a source directory does not exist.
...
feat: add optional check for existence of source directories
2023-03-18 13:59:20 -07:00
Divyansh Singh
f803836416
reformat
2023-03-18 17:27:33 +05:30
Divyansh Singh
997f60b3e6
add tests
2023-03-18 17:24:21 +05:30
Dan Helfman
c84b26499b
Add "borg_files_cache_ttl" option to NEWS.
2023-03-17 19:29:10 -07:00
Dan Helfman
214ae81cbb
Add option to set borg_files_cache_ttl in config ( #618 ).
...
Reviewed-on: https://projects.torsion.org/borgmatic-collective/borgmatic/pulls/654
2023-03-18 02:24:41 +00:00
Divyansh Singh
d17b2c74db
feat: add optional check for existence of source directories
2023-03-18 04:35:55 +05:30
Soumik Dutta
fb9677230b
add test to ensure integers are converted to string
...
before setting them up to be environment variable values
Signed-off-by: Soumik Dutta <shalearkane@gmail.com>
2023-03-18 02:57:56 +05:30
Soumik Dutta
0db137efdf
add option to set borg_files_cache_ttl in config
...
Signed-off-by: Soumik Dutta <shalearkane@gmail.com>
2023-03-18 01:48:24 +05:30
Dan Helfman
e6605c868d
Clarify check frequency default behavior ( #653 ).
2023-03-17 10:09:36 -07:00
Dan Helfman
bdfe4b61eb
Bump version for release.
2023-03-16 13:42:15 -07:00
Dan Helfman
ca4461820d
Add support for Python 3.11.
2023-03-16 13:29:37 -07:00
Dan Helfman
7605838bfe
Add "--repository" flag to all actions where it makes sense ( #564 ).
2023-03-16 13:27:08 -07:00
Dan Helfman
7a784b8eba
Add "--repository" flag to common actions (where it makes sense) ( #652 ).
...
Reviewed-on: https://projects.torsion.org/borgmatic-collective/borgmatic/pulls/652
2023-03-16 20:21:40 +00:00
Nain
3e22414613
Update tests
...
Make them more explicit. Also formatting.
2023-03-16 14:01:29 -04:00
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
ce0ce4cd1c
Merge mostly repetetive tests
2023-03-16 08:23:21 -04: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
Nain
cdbe6cdf3a
Add "--repository" flag to the "prune" action
...
part of ticket #564
2023-03-15 14:43:17 -04:00
Dan Helfman
95dcc20d5f
Better indicate position of additional docs on page ( #651 ).
...
Reviewed-on: https://projects.torsion.org/borgmatic-collective/borgmatic/pulls/651
2023-03-15 18:13:27 +00:00
Dan Helfman
49e0494924
Fix --editable (mode) option given --user as arg ( #648 ).
...
Reviewed-on: https://projects.torsion.org/borgmatic-collective/borgmatic/pulls/650
2023-03-15 18:06:46 +00:00
Nain
5fad2bd408
Better indicate position of additional docs on page
...
On wide screens, the position of the documentation (how-to and reference guide)
is at same level as #it's-your-data.-keep-it-that-way.
So the jump due to anchor link makes it seem like we're taken to top aka
main content. Indicate that links are to the left so reader doesn't recurse.
2023-03-15 07:54:49 -04:00
Nain
c6829782a3
Fix --editable (mode) option given --user as arg
...
--user option should be before, or after `--editable .` not in between.
Before seems better.
2023-03-15 06:50:47 -04:00
Dan Helfman
8cec7c74d8
Add "--strip-components all" on the "extract" action to remove leading path components ( #647 ).
2023-03-09 10:09:16 -08:00
Dan Helfman
d3086788eb
Document how to list database dumps in an archive.
2023-03-08 16:09:41 -08:00
Dan Helfman
8d860ea02c
Enhanced docs with info on fetching mysql database size
...
Merge pull request #46 from Jelle-SamsonIT/patch-3
2023-03-08 15:52:28 -08:00
Dan Helfman
b343363bb8
Change the default action order to: "create", "prune", "compact", "check" ( #304 ).
2023-03-08 14:05:06 -08:00
Dan Helfman
9db31bd1e9
Run any command-line actions in the order specified instead of using a fixed ordering ( #304 ).
2023-03-08 13:19:41 -08:00
Dan Helfman
d88bcc8be9
Add Healthchecks "log" state feature to NEWS.
2023-03-07 15:45:23 -08:00
Dan Helfman
332f7c4bb6
Add support for healthchecks "log" feature ( #628 ).
...
Reviewed-on: https://projects.torsion.org/borgmatic-collective/borgmatic/pulls/645
2023-03-07 22:21:30 +00:00
Dan Helfman
5d19d86e4a
Add flake8-quotes to complain about incorrect quoting so I don't have to!
2023-03-07 14:08:35 -08:00
Soumik Dutta
044ae7869a
fix tests
...
Signed-off-by: Soumik Dutta <shalearkane@gmail.com>
2023-03-08 03:30:12 +05:30
Dan Helfman
62ae82f2c0
Mention searching for files in the extract a backup guide.
2023-03-06 22:59:34 -08:00
Dan Helfman
66194b7304
Update dates in documentation examples.
2023-03-06 22:41:43 -08:00