Dan Helfman
673ed1a2d3
Clarify check frequency documentation in regards to multiple configuration files.
10 hours ago
Dan Helfman
992f62edd2
Bump version for release.
2 days ago
Dan Helfman
f1ffa1da1d
Add another recommended flag to the backup documentation ( #554 ).
2 days ago
Dan Helfman
457ed80744
Fix environment variable plumbing so options in one configuration file aren't used for others ( #555 ).
2 days ago
Dan Helfman
1fc028ffae
In documentation, be more explicit about default actions ( #554 ).
3 days ago
Dan Helfman
10723efc68
Fix all monitoring hooks to warn if the server returns an HTTP 4xx error ( #554 ).
3 days ago
Dan Helfman
2e0b2a308f
Clarify --files flag action in documentation ( #554 ).
3 days ago
Dan Helfman
bd4d109009
Fix logging to include the full traceback when Borg experiences an internal error ( #553 ).
4 days ago
Dan Helfman
ae25386336
Update release script to abort if there are local changes. Prevents accidentally tagging a .dev0 changeset for release.
1 week ago
Dan Helfman
d929313d45
Bump version.
1 week ago
Dan Helfman
d372a86fe6
Code formatting.
1 week ago
Dan Helfman
e306f03e1d
Merge branch 'master' of ssh://projects.torsion.org:3022/borgmatic-collective/borgmatic
1 week ago
Dan Helfman
8336165f23
Update documentation with environment variable escaping ( #546 ).
1 week ago
Dan Helfman
c664c6b17b
Fix escaped environment variable in configuration ( #546 ).
...
Reviewed-on: #549
1 week ago
Sébastien MB
b63c854509
Fix escaped environment variable in configuration
...
- when an env variable is escaped in the configuration file, we expect
not to resolve it and remove the escape char `\`
2 weeks ago
Dan Helfman
aa013af25e
Remove some whitespace around "New in version ..." documentation labels.
2 weeks ago
Dan Helfman
cc32f0018b
Start formalizing how new features are flagged by version in documentation.
2 weeks ago
Dan Helfman
dfc4db1860
Document environment variable interpolation ( #546 ).
2 weeks ago
Dan Helfman
35706604ea
Upgrade documentation base images.
2 weeks ago
Dan Helfman
6d76e8e5cb
Code formatting.
2 weeks ago
Dan Helfman
aecb6fcd74
Code style, rename command-line flag, and move new code into its own file ( #546 )
2 weeks ago
Dan Helfman
ea45f6c4c8
Environment variable resolution in configuration file ( #546 ).
...
Reviewed-on: #548
2 weeks ago
Sébastien MB
97b5cd089d
Allow environment variable resolution in configuration file
...
- all string fields containing an environment variable like ${FOO} will
be resolved
- supported format ${FOO}, ${FOO:-bar} and ${FOO-bar} to allow default
values if variable is not present in environment
- add --no-env argument for CLI to disable the feature which is enabled
by default
Resolves : #546
2 weeks ago
Dan Helfman
f2c2f3139e
Add periods to ntfy config descriptions.
3 weeks ago
Dan Helfman
dc4e7093e5
Remove link to related software that hasn't seen updates in the past couple years.
3 weeks ago
Dan Helfman
b6f1025ecb
Bump version for release.
3 weeks ago
Dan Helfman
65b2fe86c6
Fix Bash completion script to no longer alter your shell's settings.
3 weeks ago
Dan Helfman
0e90a80680
Add links in documentation for ntfy monitoring hook ( #543 ).
3 weeks ago
Dan Helfman
7648bcff39
Add a hook for sending push notifications via ntfy.sh.
...
Reviewed-on: #543
3 weeks ago
Gavin Chappell
a8b8d507b6
add a hook for sending push notifications via ntfy.sh
3 weeks ago
Dan Helfman
3561c93d74
Fix Healthchecks tests that leak global state, breaking downstream tests (discovered in #543 ).
3 weeks ago
Dan Helfman
331a503a25
Document the borgmatic version in which "borgmatic list --find" is available ( #541 ).
4 weeks ago
Dan Helfman
9aefb5179f
Fix None find paths ( #541 ).
4 weeks ago
Dan Helfman
d14f22e121
Add "borgmatic list --find" flag for searching for files across multiple archives ( #541 ).
4 weeks ago
Dan Helfman
b6893f6455
Exclude deprecated "borg list --successful" flag from getting passed to Borg.
4 weeks ago
Dan Helfman
80ec3e7d97
Deprecate "borgmatic list --successful" flag, as listing only non-checkpoint (successful) archives is now the default in newer versions of Borg.
4 weeks ago
Dan Helfman
cd834311eb
Clarify completion docs.
1 month ago
Dan Helfman
d751cceeb0
Merge branch 'master' of ssh://projects.torsion.org:3022/borgmatic-collective/borgmatic
1 month ago
Dan Helfman
ce78b07e4b
Add macOs to install and Bash completion documentation.
...
Reviewed-on: #540
1 month ago
adidalal
87f3c50931
setup: add macOS
1 month ago
Dan Helfman
8e9e06afe6
Bump version for release.
1 month ago
Dan Helfman
2bc91ac3d2
Add "generate-borgmatic-config --overwrite" flag to replace an existing destination file ( #539 ).
1 month ago
Dan Helfman
5b615d51a4
Add support for "borgmatic borg debug" command ( #538 ).
1 month ago
Dan Helfman
c7f5d5fd0b
Fix broken Bash completion of filenames, as in "-c config.yaml".
1 month ago
Dan Helfman
6ef7538eb0
Fix typo in Bash completions script.
1 month ago
Dan Helfman
8fa90053cf
Add "borgmatic check --force" flag to ignore configured check frequencies ( #523 ).
1 month ago
Dan Helfman
b3682b61d1
Add another note about the consistency checks schema in old versions ( #523 ).
1 month ago
Dan Helfman
ad0e2e0d7c
Tweak default check frequency to 1 month ( #523 ).
1 month ago
Dan Helfman
6629f40cab
In bash completion script, warn when script is out of date using script contents instead of version. (Fewer spurious warnings that way.)
1 month ago
Dan Helfman
e76bfa555f
Reduce the default consistency check frequency and support configuring the frequency independently for each check ( #523 ).
1 month ago