Dan Helfman
|
30c821120e
|
Fix borgmatic ignoring the "BORG_RELOCATED_REPO_ACCESS_IS_OK" and "BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK" environment variables (#939).
|
2024-11-18 09:46:52 -08:00 |
|
Dan Helfman
|
13884bd448
|
Apply the "umask" option to all relevant actions, not just some of them (#441).
|
2024-11-18 09:07:29 -08:00 |
|
Dan Helfman
|
851c454ef0
|
Remove the restriction that the "extract" and "mount" actions must match a single repository (#722).
|
2024-11-17 21:39:59 -08:00 |
|
Dan Helfman
|
afdf831c59
|
Fix broken restore/bootstrap when using Borg 1.2 and a randomly named temporary directory (#934).
|
2024-11-17 11:55:10 -08:00 |
|
Dan Helfman
|
7cca83b698
|
Log the path of the borgmatic runtime directory used (#934).
|
2024-11-17 10:15:58 -08:00 |
|
Dan Helfman
|
b80f60a731
|
Create the borgmatic runtime directory if it doesn't exist (#934).
|
2024-11-16 16:03:18 -08:00 |
|
Dan Helfman
|
8f5ea95348
|
Fix use of borgmatic runtime directory in the restore action (#934).
|
2024-11-16 12:19:20 -08:00 |
|
Dan Helfman
|
b0cad58d6c
|
Add a dash to the prefix of the randomly named temporary directory to improve readability (#937).
|
2024-11-16 11:26:24 -08:00 |
|
Dan Helfman
|
295bfb0c57
|
Update the logic that probes for the borgmatic streaming database dump, bootstrap metadata, and check state directories to support more platforms and use cases (#934).
|
2024-11-15 18:15:32 -08:00 |
|
Dan Helfman
|
227f475e17
|
Fix an error when implicitly upgrading the check state directory across filesystems (#931).
|
2024-11-07 19:19:56 -08:00 |
|
Dan Helfman
|
be08e889f0
|
Fix the user runtime directory location on macOS (and possibly Cygwin) (#928).
|
2024-11-03 21:44:11 -08:00 |
|
Dan Helfman
|
814cdb4b87
|
Deprecate the "borgmatic_source_directory" option in favor of "user_runtime_directory" and "user_state_directory" (#562). Move the default borgmatic streaming database dump and bootstrap metadata location on disk (#562). With Borg 1.4+, store database dumps and bootstrap metadata in a "/borgmatic" directory within a backup archive (#838). Add "--local-path", "--remote-path", and "--user-runtime-directory" flags to the "config bootstrap" action.
|
2024-11-03 13:14:05 -08:00 |
|
Dan Helfman
|
13878be254
|
Move the default check state directory (#562, #638). Deprecate the "borgmatic_source_directory" option in favor of "borgmatic_runtime_directory" and "borgmatic_state_directory" (#562).
|
2024-10-30 22:36:43 -07:00 |
|
Dan Helfman
|
129f3e753c
|
Flesh out the Zabbix monitoring hook tests, add a logo to the documentation, etc.
|
2024-10-29 10:33:19 -07:00 |
|
 Dan HelfmanandGitHub
|
c85bf46ad9
|
Add Zabbix monitoring hook.
Merge pull request #85 from tony1661/zabbix-hook
|
2024-10-29 09:01:15 -07:00 |
|
Tony Fernandez
|
fa6a4734d4
|
added auth tests with item id
|
2024-10-29 09:00:06 -04:00 |
|
Tony Fernandez
|
e52e29444f
|
added user/pass auth test
|
2024-10-29 08:54:25 -04:00 |
|
Tony Fernandez
|
f713f1df7e
|
better function names and comments
|
2024-10-29 08:21:52 -04:00 |
|
Tony Fernandez
|
87d824553d
|
converted constants to capitals
|
2024-10-29 08:05:05 -04:00 |
|
Tony Fernandez
|
385ef2d012
|
fixes and first unit test attempt
|
2024-10-28 09:36:30 -04:00 |
|
Dan Helfman
|
7a117d5cc9
|
Add support for Borg 2's "sftp://" repository URLs.
|
2024-10-26 11:58:26 -07:00 |
|
Dan Helfman
|
fe0fe27c36
|
Adjust for Borg 2's change from "rclone://" repository URLs to just "rclone:".
|
2024-10-26 09:41:01 -07:00 |
|
Dan Helfman
|
83bc737185
|
Borg 2 changes: Default the "archive_name_format" option to just "{hostname}". Update the "--match-archives"/"--archive" flags to support series names / archive hashes. Add a "--match-archives" flag to the "prune" action.
|
2024-10-25 14:26:31 -07:00 |
|
Dan Helfman
|
ad21eb41ae
|
Add support for Borg 2's "rclone://" repository URLs.
|
2024-10-23 11:10:40 -07:00 |
|
Dan Helfman
|
bd4c672382
|
Apply the "working_directory" option to all actions, not just "create". Also fix the glob expansion of "source_directories" values to respect the "working_directory" option (#609).
|
2024-10-20 16:04:41 -07:00 |
|
Dan Helfman
|
c71da46963
|
Fix change-passphrase to actually prompt for a new passphrase when an old one is configured (#911).
|
2024-10-19 09:58:32 -07:00 |
|
Dan Helfman
|
29d5b36a78
|
Change soft failure command hooks to skip only the current repository (#921).
|
2024-10-06 17:39:02 -07:00 |
|
Dan Helfman
|
6fdce2a4a6
|
Fix a confusing apparent hang when when the repository location changes, and instead show a helpful error message (#914).
|
2024-10-03 16:48:34 -07:00 |
|
Dan Helfman
|
b7efa0d3f0
|
When databases are configured, don't auto-enable the "one_file_system" option (#918).
|
2024-10-01 10:16:30 -07:00 |
|
Dan Helfman
|
88b945dcb9
|
Add missing test (#911).
|
2024-10-01 09:31:03 -07:00 |
|
Dan Helfman
|
34305d686c
|
Revert "Add missing test (#911)" which accidentally included unrelated changes.
This reverts commit bf1e8bc44e.
|
2024-10-01 09:28:39 -07:00 |
|
Dan Helfman
|
bf1e8bc44e
|
Add missing test (#911).
|
2024-10-01 09:26:00 -07:00 |
|
Dan Helfman
|
fd4f69f6c3
|
Rename repository actions for compatibility with recent Borg 2 changes (#915).
|
2024-09-09 10:05:32 -07:00 |
|
Dan Helfman
|
1fe6ae83a8
|
Add a "key change-passphrase" action to change the passphrase protecting a repository key (#911).
|
2024-09-01 11:13:39 -07:00 |
|
Dan Helfman
|
e0298685a1
|
Fix the "source_directories_must_exist" option to work with relative "source_directories" paths when a "working_directory" is set (#905).
|
2024-08-20 13:52:06 -07:00 |
|
Dan Helfman
|
c5633227bf
|
Add glob ("*") support to the "--repository" flag (#898).
|
2024-08-20 12:49:50 -07:00 |
|
Dan Helfman
|
548aceb3d5
|
Fix config validation broken by schema change (#904).
|
2024-08-12 23:09:55 -07:00 |
|
Theo Brigitte
|
4c4fd92013
|
update logger unit tests
* update color config structure
* add check for color: True in config
* ensure interactive_console is called wherever it should
|
2024-08-09 00:07:46 +02:00 |
|
Dan Helfman
|
66aa953371
|
Add additional tests (#298).
|
2024-07-04 08:42:05 -07:00 |
|
Dan Helfman
|
2f844d65d5
|
Automated tests complete (#298).
|
2024-07-02 23:11:58 -07:00 |
|
Dan Helfman
|
2dca5e1834
|
Initial automated tests for delete action (#298).
|
2024-07-02 20:26:29 -07:00 |
|
Dan Helfman
|
e9a0226ee0
|
Initial work on delete/rdelete actions (#298).
|
2024-06-28 16:20:10 -07:00 |
|
Dan Helfman
|
4a0c167c1c
|
Add Uptime Kuma monitoring hook (#885).
Reviewed-on: https://projects.torsion.org/borgmatic-collective/borgmatic/pulls/885
Reviewed-by: Dan Helfman <witten@torsion.org>
|
2024-06-26 22:50:11 +00:00 |
|
Dan Helfman
|
593c956d33
|
Add an "only_run_on" option to consistency checks so you can limit a check to running on particular days of the week (#785).
|
2024-06-26 14:57:59 -07:00 |
|
Paul Wilde
|
067c79c606
|
renamed push_monitor back to ping_monitor in uptime kuma hook
|
2024-06-26 20:57:37 +01:00 |
|
Paul Wilde
|
b50996b864
|
change uptimekuma method names to 'push_*' instead of 'ping'
|
2024-06-24 11:07:09 +01:00 |
|
Paul Wilde
|
14ce88e04b
|
black formatting on test_uptimekuma.py
|
2024-06-24 10:37:44 +01:00 |
|
Paul Wilde
|
f97968b72d
|
variable renaming
|
2024-06-24 10:34:52 +01:00 |
|
Paul Wilde
|
612f867ea8
|
Merge remote-tracking branch 'upstream/main'
|
2024-06-24 10:28:02 +01:00 |
|
Paul Wilde
|
303d6609e4
|
removed unecessary tests for 'default urls' as these would never really be used anyway
|
2024-06-24 10:27:23 +01:00 |
|