Divyansh Singh
e83ad9e1e4
use repository["path"] instead of repository
2023-03-25 01:04:57 +05:30
Divyansh Singh
7a2f287918
reformat base
2023-03-23 01:08:30 +05:30
Divyansh Singh
8a63c49498
feat: tag repos
2023-03-23 01:01:26 +05:30
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
58c95d8015
feat: file:// URLs support
2023-03-20 02:43:23 +05:30
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
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
b343363bb8
Change the default action order to: "create", "prune", "compact", "check" ( #304 ).
2023-03-08 14:05:06 -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
1573d68fe2
update schema.yaml description
...
also add monitor.State.LOG to cronitor.
Signed-off-by: Soumik Dutta <shalearkane@gmail.com>
2023-03-05 21:57:13 +05:30
Soumik Dutta
69f6695253
Add support for healthchecks "log" feature #628
...
Signed-off-by: Soumik Dutta <shalearkane@gmail.com>
2023-03-05 19:27:32 +05:30
Dan Helfman
9ec220c600
Add SQLite database dump/restore hook ( #295 ).
...
feat: add dump-restore support for sqlite databases
2023-03-04 09:47:21 -08:00
Divyansh Singh
903507bd03
code review
2023-03-04 01:27:07 +05:30
Divyansh Singh
af1cc27988
feat: add dump-restore support for sqlite databases
2023-03-02 23:55:16 +05:30
Dan Helfman
dbf8301c19
Add "checkpoint_volume" configuration option to creates checkpoints every specified number of bytes.
2023-02-27 10:47:17 -08:00
Tom Hubrecht
d80e716822
Add authentication to the ntfy hook
2023-02-24 17:35:53 +01:00
Dan Helfman
418ebc8843
Add MySQL database hook "add_drop_database" configuration option to control whether dumped MySQL databases get dropped right before restore ( #642 ).
2023-02-20 15:32:47 -08:00
Dan Helfman
30cca62d09
Add configuration options for database command customization ( #630 ).
2023-01-26 14:59:17 -08:00
Dan Helfman
0e6b2c6773
Optionally dump "all" PostgreSQL databases to separate files instead of one combined dump file ( #438 , #560 ).
2023-01-25 23:31:07 -08:00
Dan Helfman
5e15c9f2bc
Fix traceback when include merging on ARM64 ( #622 ).
2022-12-23 10:07:53 -08:00
Dan Helfman
f67c544be6
Optionally dump "all" PostgreSQL databases to separate files instead of one combined dump file ( #438 , #560 ).
2022-12-15 22:59:42 -08:00
Javier Paniagua
faf682ca35
specify pg dump/restore commands ( #311 )
2022-11-06 11:12:53 +01:00
Dan Helfman
89500df429
Fix traceback when a configuration section is present but lacking any options ( #604 ).
2022-10-23 13:56:03 -07:00
Dan Helfman
ae036aebd7
When the "read_special" option is true or database hooks are enabled, auto-exclude special files for a "create" action to prevent Borg from hanging ( #587 ).
2022-10-03 12:58:13 -07:00
Dan Helfman
c46f2b8508
Fix conflict between "patterns" and "source_directories" ( #574 ), make "source_directories" optional ( #542 ).
2022-08-25 11:55:34 -07:00
Dan Helfman
ef7e95e22a
Fix end-to-end tests.
2022-08-21 23:29:13 -07:00
Dan Helfman
3be99de5b1
Update "repositories" examples in configuration to use ssh:// style syntax.
2022-08-21 22:40:31 -07:00
Dan Helfman
317dc7fbce
Add "before_actions" and "after_actions" command hooks that run before/after all the actions for each repository, update docs to cover per-repository configurations ( #463 ).
2022-08-21 21:48:37 -07:00
Dan Helfman
89d201c8ff
Fleshing out NEWS for the Borg 2 changes.
2022-08-17 21:54:00 -07:00
Dan Helfman
f47c98c4a5
Rename several configuration options to match Borg 2 ( #557 ).
2022-08-17 21:14:58 -07:00
Dan Helfman
28d847b8b1
Warn and tranform on non-ssh://-style repositories ( #557 ).
2022-08-17 10:13:11 -07:00
Dan Helfman
9aece3936a
Modify "mount" and "extract" actions to require the "--repository" flag when multiple repositories are configured ( #566 ).
2022-07-25 11:30:02 -07:00
Dan Helfman
c7e4e6f6c9
Add Healthchecks "verify_tls" option to NEWS.
2022-07-23 23:16:06 -07:00
Uli
5c6407047f
feat: add verify_tls flag for Healthchecks
2022-07-24 07:37:00 +02:00
Dan Helfman
c0f48e1071
Fix command-line "--override" flag to continue supporting old configuration file formats ( #561 ).
2022-07-06 18:14:44 -07:00
Dan Helfman
d372a86fe6
Code formatting.
2022-06-23 10:41:04 -07:00
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 `\`
2022-06-17 09:50:56 +02:00
Dan Helfman
6d76e8e5cb
Code formatting.
2022-06-16 14:21:18 -07:00
Dan Helfman
aecb6fcd74
Code style, rename command-line flag, and move new code into its own file ( #546 )
2022-06-16 11:35:24 -07:00
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
2022-06-16 18:52:54 +02:00
Dan Helfman
f2c2f3139e
Add periods to ntfy config descriptions.
2022-06-10 09:42:41 -07:00
Gavin Chappell
a8b8d507b6
add a hook for sending push notifications via ntfy.sh
2022-06-09 21:10:38 +01:00
Dan Helfman
2bc91ac3d2
Add "generate-borgmatic-config --overwrite" flag to replace an existing destination file ( #539 ).
2022-05-29 16:03:55 -07:00
Dan Helfman
e76bfa555f
Reduce the default consistency check frequency and support configuring the frequency independently for each check ( #523 ).
2022-05-28 14:42:19 -07:00