1
0
Fork 0
Commit Graph

1609 Commits (master)
 

Author SHA1 Message Date
Dan Helfman ca6fd6b061 Add confusing error message fix to NEWS (#623). 3 months ago
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
3 months ago
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
3 months ago
Dan Helfman f9ef52f9a5 Remove unused module and outdated test expectations (#576). 3 months ago
Dan Helfman 3f17c355ca Add "file://" paths to NEWS (#576). 3 months ago
Dan Helfman c83fae5e5b
Support file:// paths for repositories (#576).
Merge pull request #54 from diivi/feat/file-urls-support
3 months ago
Divyansh Singh 39ad8f64c4 add tests and remove magic number 3 months ago
Divyansh Singh e86d223bbf Merge branch 'master' of https://github.com/diivi/borgmatic into feat/file-urls-support 3 months ago
Divyansh Singh 86587ab2dc send repo directly to extract and export_tar 3 months ago
Divyansh Singh 58c95d8015 feat: file:// URLs support 3 months ago
Dan Helfman 6351747da5 Add NixOS package link to installation docs. 3 months ago
Dan Helfman 55c153409e Add "source_directories_must_exist" option to NEWS (#501). 3 months ago
Dan Helfman b115fb2fbe Merge branch 'master' of github.com:borgmatic-collective/borgmatic 3 months ago
Dan Helfman 31d04d9ee3
Optionally error if a source directory does not exist.
feat: add optional check for existence of source directories
3 months ago
Divyansh Singh f803836416 reformat 3 months ago
Divyansh Singh 997f60b3e6 add tests 3 months ago
Dan Helfman c84b26499b Add "borg_files_cache_ttl" option to NEWS. 3 months ago
Dan Helfman 214ae81cbb Add option to set borg_files_cache_ttl in config (#618).
Reviewed-on: borgmatic-collective/borgmatic#654
3 months ago
Divyansh Singh d17b2c74db feat: add optional check for existence of source directories 3 months ago
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>
3 months ago
Soumik Dutta 0db137efdf add option to set borg_files_cache_ttl in config
Signed-off-by: Soumik Dutta <shalearkane@gmail.com>
3 months ago
Dan Helfman e6605c868d Clarify check frequency default behavior (#653). 3 months ago
Dan Helfman bdfe4b61eb Bump version for release. 3 months ago
Dan Helfman ca4461820d Add support for Python 3.11. 3 months ago
Dan Helfman 7605838bfe Add "--repository" flag to all actions where it makes sense (#564). 3 months ago
Dan Helfman 7a784b8eba Add "--repository" flag to common actions (where it makes sense) (#652).
Reviewed-on: borgmatic-collective/borgmatic#652
3 months ago
Nain 3e22414613 Update tests
Make them more explicit. Also formatting.
3 months ago
Nain 5f87ea3ec5 Add "--repository" flag to the "create" action 3 months ago
Nain a8aeace5b5 Add "--repository" flag to the "compact" action 3 months ago
Nain 480addd7ce Add "--repository" flag to the "check" action 3 months ago
Nain ce0ce4cd1c Merge mostly repetetive tests 3 months ago
Nain 7de9260b0d Remove test now that --repository isn't expected to error
As discussed #652#issuecomment-5579
3 months ago
Nain cdbe6cdf3a Add "--repository" flag to the "prune" action
part of ticket #564
3 months ago
Dan Helfman 95dcc20d5f Better indicate position of additional docs on page (#651).
Reviewed-on: borgmatic-collective/borgmatic#651
3 months ago
Dan Helfman 49e0494924 Fix --editable (mode) option given --user as arg (#648).
Reviewed-on: borgmatic-collective/borgmatic#650
3 months ago
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.
3 months ago
Nain c6829782a3 Fix --editable (mode) option given --user as arg
--user option should be before, or after `--editable .` not in between.
Before seems better.
3 months ago
Dan Helfman 8cec7c74d8 Add "--strip-components all" on the "extract" action to remove leading path components (#647). 3 months ago
Dan Helfman d3086788eb Document how to list database dumps in an archive. 3 months ago
Dan Helfman 8d860ea02c
Enhanced docs with info on fetching mysql database size
Merge pull request #46 from Jelle-SamsonIT/patch-3
3 months ago
Dan Helfman b343363bb8 Change the default action order to: "create", "prune", "compact", "check" (#304). 3 months ago
Dan Helfman 9db31bd1e9 Run any command-line actions in the order specified instead of using a fixed ordering (#304). 3 months ago
Dan Helfman d88bcc8be9 Add Healthchecks "log" state feature to NEWS. 3 months ago
Dan Helfman 332f7c4bb6 Add support for healthchecks "log" feature (#628).
Reviewed-on: borgmatic-collective/borgmatic#645
3 months ago
Dan Helfman 5d19d86e4a Add flake8-quotes to complain about incorrect quoting so I don't have to! 3 months ago
Soumik Dutta 044ae7869a fix tests
Signed-off-by: Soumik Dutta <shalearkane@gmail.com>
3 months ago
Dan Helfman 62ae82f2c0 Mention searching for files in the extract a backup guide. 3 months ago
Dan Helfman 66194b7304 Update dates in documentation examples. 3 months ago
Soumik Dutta 98e429594e added tests to make sure unsupported log states are detected
Signed-off-by: Soumik Dutta <shalearkane@gmail.com>
3 months ago
Soumik Dutta 4fcfddbe08 return early if unsupported state is passed
Signed-off-by: Soumik Dutta <shalearkane@gmail.com>
3 months ago