Commit Graph

1385 Commits (master)
 

Author SHA1 Message Date
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 `\`
9 months ago
Dan Helfman aa013af25e Remove some whitespace around "New in version ..." documentation labels. 9 months ago
Dan Helfman cc32f0018b Start formalizing how new features are flagged by version in documentation. 9 months ago
Dan Helfman dfc4db1860 Document environment variable interpolation (#546). 9 months ago
Dan Helfman 35706604ea Upgrade documentation base images. 9 months ago
Dan Helfman 6d76e8e5cb Code formatting. 9 months ago
Dan Helfman aecb6fcd74 Code style, rename command-line flag, and move new code into its own file (#546) 9 months ago
Dan Helfman ea45f6c4c8 Environment variable resolution in configuration file (#546).
Reviewed-on: borgmatic-collective/borgmatic#548
9 months 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
9 months ago
Dan Helfman f2c2f3139e Add periods to ntfy config descriptions. 10 months ago
Dan Helfman dc4e7093e5 Remove link to related software that hasn't seen updates in the past couple years. 10 months ago
Dan Helfman b6f1025ecb Bump version for release. 10 months ago
Dan Helfman 65b2fe86c6 Fix Bash completion script to no longer alter your shell's settings. 10 months ago
Dan Helfman 0e90a80680 Add links in documentation for ntfy monitoring hook (#543). 10 months ago
Dan Helfman 7648bcff39 Add a hook for sending push notifications via ntfy.sh.
Reviewed-on: borgmatic-collective/borgmatic#543
10 months ago
Gavin Chappell a8b8d507b6
add a hook for sending push notifications via ntfy.sh 10 months ago
Dan Helfman 3561c93d74 Fix Healthchecks tests that leak global state, breaking downstream tests (discovered in #543). 10 months ago
Dan Helfman 331a503a25 Document the borgmatic version in which "borgmatic list --find" is available (#541). 10 months ago
Dan Helfman 9aefb5179f Fix None find paths (#541). 10 months ago
Dan Helfman d14f22e121 Add "borgmatic list --find" flag for searching for files across multiple archives (#541). 10 months ago
Dan Helfman b6893f6455 Exclude deprecated "borg list --successful" flag from getting passed to Borg. 10 months 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. 10 months ago
Dan Helfman cd834311eb Clarify completion docs. 10 months ago
Dan Helfman d751cceeb0 Merge branch 'master' of ssh://projects.torsion.org:3022/borgmatic-collective/borgmatic 10 months ago
Dan Helfman ce78b07e4b Add macOs to install and Bash completion documentation.
Reviewed-on: borgmatic-collective/borgmatic#540
10 months ago
adidalal 87f3c50931 setup: add macOS 10 months ago
Dan Helfman 8e9e06afe6 Bump version for release. 10 months ago
Dan Helfman 2bc91ac3d2 Add "generate-borgmatic-config --overwrite" flag to replace an existing destination file (#539). 10 months ago
Dan Helfman 5b615d51a4 Add support for "borgmatic borg debug" command (#538). 10 months ago
Dan Helfman c7f5d5fd0b Fix broken Bash completion of filenames, as in "-c config.yaml". 10 months ago
Dan Helfman 6ef7538eb0 Fix typo in Bash completions script. 10 months ago
Dan Helfman 8fa90053cf Add "borgmatic check --force" flag to ignore configured check frequencies (#523). 10 months ago
Dan Helfman b3682b61d1 Add another note about the consistency checks schema in old versions (#523). 10 months ago
Dan Helfman ad0e2e0d7c Tweak default check frequency to 1 month (#523). 10 months 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.) 10 months ago
Dan Helfman e76bfa555f Reduce the default consistency check frequency and support configuring the frequency independently for each check (#523). 10 months ago
Dan Helfman 8ddb7268eb Reuse "borg info" function. 10 months ago
Dan Helfman cb5fe02ebd Fix broken Bash completion end-to-end test. 10 months ago
Dan Helfman 77b84f8a48 Add Bash completion script so you can tab-complete the borgmatic command-line. 10 months ago
Dan Helfman 691ec96909 Fix python_requires to support all versions of 3.7 (#537).
Reviewed-on: borgmatic-collective/borgmatic#537
10 months ago
Steve Atwell 29b4666205 Fix python_requires to support all versions of 3.7
This is the standard way to support "Python 3.7 and newer" and it also
fixes use of borgmatic with some tools that do custom dependency
resolution.  E.g., using pex with --platform.
10 months ago
Dan Helfman 316a22701f Add documentation note about multiple merge limitation (#380). 10 months ago
Dan Helfman be59a3e574 Fix generate-borgmatic-config with "--source" flag to support more complex schema changes like the new Healthchecks configuration options (#536). 10 months ago
Dan Helfman 37327379bc Merge branch 'master' of ssh://projects.torsion.org:3022/borgmatic-collective/borgmatic 10 months ago
Dan Helfman 22c2f13611 Remove trailing whitespace (#535).
Reviewed-on: borgmatic-collective/borgmatic#535
10 months ago
polyzen 8708ca07f4 Remove trailing whitespace 10 months ago
Dan Helfman 634d9e4946 Bump version for release. 10 months ago
Dan Helfman 54933ebef5 Change connection failures for monitoring hooks to be warnings instead of errors (#439). 10 months ago
Dan Helfman 157e59ac88 Add Healthchecks monitoring hook "send_logs" option to enable/disable sending borgmatic logs to the Healthchecks server (#460). 10 months ago
Dan Helfman 666f0dd751 Add missing Healthchecks "states" option example in configuration schema (#525). 10 months ago