Dan Helfman
518aeabb2a
Document verbosity levels ( #484 ).
2023-05-30 22:25:27 -07:00
Dan Helfman
ba845d4008
Codespell saves the day.
2023-05-15 23:25:13 -07:00
Dan Helfman
645d29b040
Fix archive checks being skipped even when particular archives haven't been checked recently ( #688 ).
2023-05-15 23:17:45 -07:00
ennui
c6126a9226
Docs: add Gentoo Linux to other ways to install
2023-05-13 11:22:47 +00:00
ennui
62b11ba16b
Docs: add Gentoo Linux to other ways to install
2023-05-13 11:20:47 +00:00
Dan Helfman
4aae7968b8
Add fish shell completions support ( #686 ).
...
Merge pull request #70 from isaec/feat/fish-completions
2023-05-06 16:00:25 -07:00
Isaac
b7fe2a5031
lowercase fish in docs
2023-05-04 13:27:57 -07:00
Dan Helfman
a60d7fd173
Run "borgmatic borg" action without capturing output so interactive prompts and flags like "--progress" still work.
2023-04-30 15:43:41 -07:00
Isaac
f7e4024fca
add to readme
2023-04-28 14:02:06 -07:00
Dan Helfman
22b84a2fea
Switch to Docker Compose for dev-docs script, so podman-docker is no longer needed for Podman users.
2023-04-22 10:07:40 -07:00
Dan Helfman
065be1d9d4
More inclusive language.
2023-04-20 14:28:04 -07:00
Dan Helfman
3b21ce4ce8
Rename "master" development branch to "main" to use more inclusive language ( #684 ).
2023-04-19 21:43:08 -07:00
Dan Helfman
9f5769f87b
Make docs/schema a little more container agnostic / less Docker specific.
2023-04-16 15:41:17 -07:00
Dan Helfman
991e08f16d
Add Unraid borgmatic installation link to docs.
2023-04-15 09:13:13 -07:00
Dan Helfman
1c67db5d62
Add documentation for "borgmatic restore --schema" ( #375 ).
2023-04-14 16:40:58 -07:00
Dan Helfman
4a94c2c9bf
Selectively omit list values when including configuration files ( #672 ).
2023-04-13 14:39:36 -07:00
Dan Helfman
08843d51d9
Replace "sequence" with "list" in docs for consistency.
2023-04-12 10:30:23 -07:00
Dan Helfman
ea9213cb03
Spelling.
2023-04-11 22:12:57 -07:00
Dan Helfman
1ea4433aa9
Selectively shallow merge certain mappings or sequences when including configuration files ( #672 ).
2023-04-11 21:49:10 -07:00
Dan Helfman
4c0e2cab78
View the results of configuration file merging via "validate-borgmatic-config --show" flag ( #673 ).
2023-04-11 10:49:09 -07:00
Dan Helfman
31a2ac914a
Add optional support for running end-to-end tests and building documentation with rootless Podman instead of Docker.
2023-04-10 14:26:54 -07:00
Dan Helfman
4cd7556a34
Add "log_file" command hook context to NEWS and docs ( #413 ).
2023-04-06 13:58:37 -07:00
Dan Helfman
080c3afa0d
Fix documentation referring to "archive_name_format" in wrong configuration section.
2023-04-05 14:00:21 -07:00
Dan Helfman
616eb6b6da
Fix error with "info --match-archives" and fix "--match-archives" overriding logic ( #666 ).
2023-04-04 21:25:10 -07:00
Dan Helfman
00d1dea94e
Bump version for release.
2023-04-03 16:11:25 -07:00
Dan Helfman
7e6bee84b0
Add "--log-file-format" flag for customizing the log message format ( #658 ).
2023-04-02 23:06:36 -07:00
Dan Helfman
9712d00680
Add "match_archives" option ( #588 ).
2023-04-01 23:57:55 -07:00
Dan Helfman
275e99d0b9
Add codespell link to documentation.
2023-04-01 14:38:52 -07:00
Dan Helfman
2934d0902c
Code spell checking on every test run!
2023-04-01 11:03:59 -07:00
Divyansh Singh
32ab17fa46
merge
2023-04-01 22:12:41 +05:30
Divyansh Singh
6054ced931
fix: run typos
2023-04-01 22:10:32 +05:30
Dan Helfman
f256908b27
Document wording tweaks ( #479 ).
2023-03-31 15:36:59 -07:00
Dan Helfman
3f78ac4085
Automatically use the "archive_name_format" option to filter which archives get used for borgmatic actions that operate on multiple archives ( #479 ).
2023-03-31 15:21:08 -07:00
Dan Helfman
010b82d6d8
Remove unnecessary cd in dev documentation.
2023-03-28 12:45:39 -07:00
Dan Helfman
d96f2239c1
Update OpenBSD borgmatic link.
2023-03-27 23:43:39 -07:00
Dan Helfman
1bcdebd1cc
Fix multiple repositories example.
2023-03-27 23:16:44 -07:00
Dan Helfman
489ae080e5
Update docs with a few more "path:" repositories references ( #635 ).
2023-03-27 21:49:31 -07:00
Dan Helfman
61c7b8f13c
Add optional repository labels so you can select a repository via "--repository yourlabel" at the command-line ( #635 ).
2023-03-27 15:54:55 -07:00
Dan Helfman
3e8e38011b
Labels for repositories ( #635 ).
...
Merge pull request #57 from diivi/feat/tag-repos
2023-03-27 15:46:22 -07:00
Divyansh Singh
8bef1c698b
add feature to docs
2023-03-27 22:16:39 +05:30
Dan Helfman
f56fdab7a9
Add troubleshooting documentation on PostgreSQL/MySQL authentication errors.
2023-03-25 17:08:17 -07:00
Dan Helfman
8c0eea7229
Add additional documentation link to environment variable feature. Rename constants section.
2023-03-25 08:56:25 -07:00
Dan Helfman
19e95628c3
Add documentation and NEWS for custom constants feature ( #612 ).
2023-03-24 23:47:05 -07:00
Dan Helfman
739a58fe47
Rename scripts/run-full-dev-tests to scripts/run-end-to-end-dev-tests and make it run end-to-end tests only.
2023-03-24 16:24:00 -07:00
Dan Helfman
9851abc2e1
Add documentation on backing up a database running in a container ( #649 ).
2023-03-24 15:18:49 -07:00
Dan Helfman
6351747da5
Add NixOS package link to installation docs.
2023-03-19 09:02:47 -07:00
Dan Helfman
e6605c868d
Clarify check frequency default behavior ( #653 ).
2023-03-17 10:09:36 -07:00
Nain
c6829782a3
Fix --editable (mode) option given --user as arg
...
--user option should be before, or after `--editable .` not in between.
Before seems better.
2023-03-15 06:50:47 -04:00
Dan Helfman
d3086788eb
Document how to list database dumps in an archive.
2023-03-08 16:09:41 -08:00
Dan Helfman
8d860ea02c
Enhanced docs with info on fetching mysql database size
...
Merge pull request #46 from Jelle-SamsonIT/patch-3
2023-03-08 15:52:28 -08:00
Dan Helfman
b343363bb8
Change the default action order to: "create", "prune", "compact", "check" ( #304 ).
2023-03-08 14:05:06 -08:00
Dan Helfman
9db31bd1e9
Run any command-line actions in the order specified instead of using a fixed ordering ( #304 ).
2023-03-08 13:19:41 -08:00
Dan Helfman
62ae82f2c0
Mention searching for files in the extract a backup guide.
2023-03-06 22:59:34 -08:00
Dan Helfman
66194b7304
Update dates in documentation examples.
2023-03-06 22:41:43 -08:00
Dan Helfman
22498ebd4c
In the documentation, mention what version of borgmatic introduced SQLite support.
2023-03-04 10:50:28 -08:00
Dan Helfman
e1f02d9fa5
Add SQLite feature to NEWS and also integrations.
2023-03-04 09:59:16 -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
2a36a2a312
Add "--repository" flag to the "rcreate" action. Add "--progress" flag to the "transfer" action.
2023-02-26 23:22:23 -08:00
Dan Helfman
2814ac3642
Update Borg 2.0 documentation links.
2023-02-26 16:44:43 -08:00
Clemens Lang
8c7d7e3e41
setup: Add link to MacPorts package
2023-02-15 10:47:59 +01:00
Dan Helfman
b811f125b2
Clarify "checks" configuration documentation for older versions of borgmatic ( #639 ).
2023-02-12 21:42:43 -08:00
Dan Helfman
6055918907
Upgrade documentation image dependencies.
2023-01-26 16:11:41 -08:00
Dan Helfman
30cca62d09
Add configuration options for database command customization ( #630 ).
2023-01-26 14:59:17 -08:00
Dan Helfman
113c0e7616
Update documentation about changes to "all" database restores ( #438 , #560 ).
2023-01-26 10:53:58 -08:00
Dan Helfman
22c750b949
Mention "before_actions" command hook in soft failure documentation ( #631 ).
2023-01-25 13:01:52 -08:00
Dan Helfman
6f3b23c79d
Lowercase borgmatic in documentation.
2022-12-23 14:12:48 -08:00
Macguire Rintoul
116f1ab989
add borgmatic minimum version to compact docs
2022-12-23 13:32:01 -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
Dan Helfman
1ef82a27fa
Clarify data/archives check implicit enabling.
2022-12-12 16:03:05 -08:00
Dan Helfman
6837dcbf42
Clarify documentation about transferring archives between related repositories.
2022-12-10 12:59:44 -08:00
Dan Helfman
694d376d15
Clarify documentation about multiple repositories and separate configuration files ( #613 ).
2022-11-21 13:33:01 -08:00
Dan Helfman
b627d00595
More consistency checks documentation edits.
2022-11-14 15:13:47 -08:00
Dan Helfman
9bd8f1a6df
Clarify consistency check configuration.
2022-11-14 14:58:42 -08:00
Dan Helfman
6aeb74550d
Clarify examples in include merging and deep merging documentation ( #607 ).
2022-10-28 19:33:19 -07:00
Dan Helfman
82b072d0b7
Update documentation to mention using blake2 with "transfer" action.
2022-10-17 15:04:30 -07:00
Dan Helfman
018c0296fd
Document that special file exclusion also excludes symlinks to special files ( #596 ).
2022-10-15 10:14:46 -07:00
Dan Helfman
a31ce337e9
Skip auto-exclusion of special files when user explicitly sets read_special to true ( #587 ).
2022-10-06 11:07:43 -07:00
Dan Helfman
2774c2e4c0
Add support for Borg 2's "--match-archives" flag (replaces "--glob-archives") ( #591 ).
2022-10-03 22:50:37 -07:00
Dan Helfman
80e95f20a3
Add "borgmatic borg" documentation note about interactive prompts.
2022-09-20 14:01:47 -07:00
Dan Helfman
858b0b9fbe
Note version of borgmatic needed for "borgmatic borg" action ( #586 ).
2022-09-13 09:05:18 -07:00
Dan Helfman
9cc043f60e
Update "find" command in documentation to work on BSDs and not just Linux ( #583 ).
2022-09-11 20:02:30 -07:00
Dan Helfman
80b8c25bba
Update docs about "source_directories" being optional.
2022-08-25 13:24:26 -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
462326406e
Drop only-style actions like "--create", rename "prune --files" to "prune --list", and add "--list" alias to "create" and "export-tar" ( #571 ).
2022-08-21 14:25:16 -07:00
Dan Helfman
bbdf4893d1
Clarify --format flag in documentation.
2022-08-19 15:27:03 -07:00
Dan Helfman
dbef0a440f
Merge branch 'master' into patch-2
2022-08-19 15:16:17 -07:00
Dan Helfman
22628ba5d4
Update ssh:// examples in documentation to use relative paths on the remote machine ( #557 ).
2022-08-19 12:00:40 -07:00
Dan Helfman
8576ac86b9
Fix incorrect version in documentation ( #557 ).
2022-08-19 09:44:31 -07:00
Dan Helfman
7dee6194a2
Add new "transfer" action for Borg 2 ( #557 ).
2022-08-18 23:06:51 -07:00
Dan Helfman
00255a2437
Various documentation edits for Borg 2 ( #557 ).
2022-08-18 10:19:11 -07:00
Dan Helfman
b40e9b7da2
Ignore archive filter parameters passed to list action when --archive is given ( #557 ).
2022-08-18 09:59:48 -07:00
Dan Helfman
28d847b8b1
Warn and tranform on non-ssh://-style repositories ( #557 ).
2022-08-17 10:13:11 -07:00
Dan Helfman
2a1c6b1477
Update documentation with newly required ssh:// repository syntax for Borg 2 ( #557 ).
2022-08-16 11:41:35 -07:00
Dan Helfman
cc04bf57df
Update list action for Borg 2 support, add rinfo action, and update extract consistency check for Borg 2.
2022-08-15 15:04:40 -07:00
Dan Helfman
622caa0c21
Support for Borg 2's rcreate and rinfo sub-commands ( #557 ).
2022-08-12 14:53:20 -07:00
Jelle @ Samson-IT
3720f22234
reworded and added 'all' caveat
2022-07-13 22:03:51 +02:00
Jelle @ Samson-IT
f7c8e89a9f
update format specifier syntax link to use anchor
2022-07-13 21:52:21 +02:00
Jelle @ Samson-IT
ba377952fd
Added link to borgbackup list --format docs
...
I kept searching for this link, so it's time to add it to official docs.
2022-07-13 13:52:48 +02:00
Jelle @ Samson-IT
1fdec480d6
Added some info about fetching mysql database size
2022-07-13 13:29:45 +02:00
Dan Helfman
6005426684
Update documentation about configuring multiple consistency checks or multiple databases ( #559 ).
2022-07-03 22:24:25 -07:00
Dan Helfman
673ed1a2d3
Clarify check frequency documentation in regards to multiple configuration files.
2022-07-02 09:40:49 -07:00
Dan Helfman
f1ffa1da1d
Add another recommended flag to the backup documentation ( #554 ).
2022-06-30 16:54:22 -07:00
Dan Helfman
1fc028ffae
In documentation, be more explicit about default actions ( #554 ).
2022-06-29 21:32:00 -07:00
Dan Helfman
2e0b2a308f
Clarify --files flag action in documentation ( #554 ).
2022-06-29 09:20:13 -07:00
Dan Helfman
8336165f23
Update documentation with environment variable escaping ( #546 ).
2022-06-23 10:25:46 -07:00
Dan Helfman
aa013af25e
Remove some whitespace around "New in version ..." documentation labels.
2022-06-16 20:49:15 -07:00
Dan Helfman
cc32f0018b
Start formalizing how new features are flagged by version in documentation.
2022-06-16 20:23:16 -07:00
Dan Helfman
dfc4db1860
Document environment variable interpolation ( #546 ).
2022-06-16 15:30:53 -07:00
Dan Helfman
dc4e7093e5
Remove link to related software that hasn't seen updates in the past couple years.
2022-06-09 19:31:50 -07:00
Dan Helfman
0e90a80680
Add links in documentation for ntfy monitoring hook ( #543 ).
2022-06-09 13:41:22 -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
331a503a25
Document the borgmatic version in which "borgmatic list --find" is available ( #541 ).
2022-06-03 16:55:54 -07:00
Dan Helfman
d14f22e121
Add "borgmatic list --find" flag for searching for files across multiple archives ( #541 ).
2022-06-03 15:12:14 -07:00
Dan Helfman
80ec3e7d97
Deprecate "borgmatic list --successful" flag, as listing only non-checkpoint (successful) archives is now the default in newer versions of Borg.
2022-06-02 20:35:39 -07:00
Dan Helfman
cd834311eb
Clarify completion docs.
2022-06-01 10:57:23 -07:00
adidalal
87f3c50931
setup: add macOS
2022-06-01 15:56:40 +00:00
Dan Helfman
8fa90053cf
Add "borgmatic check --force" flag to ignore configured check frequencies ( #523 ).
2022-05-28 19:29:33 -07:00
Dan Helfman
b3682b61d1
Add another note about the consistency checks schema in old versions ( #523 ).
2022-05-28 19:03:45 -07:00
Dan Helfman
ad0e2e0d7c
Tweak default check frequency to 1 month ( #523 ).
2022-05-28 15:49:50 -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
Dan Helfman
77b84f8a48
Add Bash completion script so you can tab-complete the borgmatic command-line.
2022-05-26 10:27:53 -07:00
Dan Helfman
316a22701f
Add documentation note about multiple merge limitation ( #380 ).
2022-05-25 23:12:42 -07:00
Dan Helfman
54933ebef5
Change connection failures for monitoring hooks to be warnings instead of errors ( #439 ).
2022-05-24 15:50:04 -07:00
Dan Helfman
02781662f8
Change monitoring hooks to specify the ping URL / integration key as a named option.
2022-05-23 20:02:10 -07:00
Dan Helfman
255cc6ec23
When deep merging common configuration, merge colliding list values by appending them ( #531 ).
2022-05-20 15:28:28 -07:00
Dan Helfman
51fc37d57a
Improve the error message when a configuration override contains an invalid value ( #528 ).
2022-05-20 13:38:53 -07:00
Dan Helfman
1921f55a9d
Add emojis to documentation table of contents to make it easier to find particular how-to and reference guides at a glance.
2022-05-20 11:11:35 -07:00
Dan Helfman
fbd381fcc1
Clarify manual database extraction documentation.
2022-05-20 10:06:19 -07:00
Dan Helfman
cd88f9f2ea
Better explain where to find the dump file when doing a manual restore ( #510 ).
...
Reviewed-on: https://projects.torsion.org/borgmatic-collective/borgmatic/pulls/510
2022-05-20 16:33:21 +00:00
Dan Helfman
788281cfb9
When a configuration include is a relative path, load it from either the current working directory or from the directory containing the file doing the including ( #532 ).
2022-05-19 17:15:05 -07:00
Dan Helfman
cd234b689d
Link to additional borgmatic Docker image.
2022-05-12 12:00:12 -07:00
Dan Helfman
92354a77ee
Mention that database dumps consumed disk space prior to borgmatic 1.5.3.
2022-05-09 16:08:47 -07:00
Dan Helfman
48ff3e70d1
Clarify documentation about include merging mappings vs. values.
2022-05-08 14:48:42 -07:00
Dan Helfman
d58d450628
Remove stale borgmatic binary link.
2022-04-30 09:50:40 -07:00
Dan Helfman
dee9c6e293
Remove link to stale borgmatic Docker image.
2022-04-30 09:46:08 -07:00
Dan Helfman
897c4487de
Add mention in documentation about multiple backup scheduling needs ( #511 ).
2022-04-28 11:16:31 -07:00
Dan Helfman
13bae8c23b
Typo.
2022-04-26 10:12:02 -07:00
Dan Helfman
525266ede6
Deep merging when including common configuration ( #381 ).
2022-04-25 21:18:37 -07:00
Dan Helfman
d045eb55ac
Add mention of sudo's "secure_path" option in borgmatic installation documentation ( #513 ).
2022-04-23 14:29:55 -07:00
Dan Helfman
bdc26f2117
Add note about old, pre-1.6.0 hooks behavior.
2022-04-22 19:58:28 -07:00
Dan Helfman
ed7fe5c6d0
Instead of executing "before" command hooks before all borgmatic actions run (and "after" hooks after), execute these hooks right before/after the corresponding action ( #473 ).
2022-04-21 22:08:25 -07:00
Dan Helfman
413a079f51
Clarify Python version support.
2022-03-28 21:57:40 -07:00
gerdneuman
6f3accf691
Better explain where to find the dump file
...
I really had problem finding the dump file with the explanation as give before. I thought that the `~/.borgmatic/` would be my current user. So looked into `/home/gerd/.borgmatic` (wrong). Then I looked into `<EXTRACTED_DESTINATION_PATH/.borgmatic` (again wrong). Then finally (1h later and after having already prepared a bug ticketI figured out that the dump file is within `<EXTRACTED_DESTINATION_PATH/root/.borgmatic`. Hard to find because of course I d not only have `root` within `<EXTRACTED_DESTINATION_PATH/` but also all other backup'ed directories (including /etc/, /home/ on so on...)
2022-03-17 04:51:47 +00:00
Dan Helfman
c838c1d11b
Fix header placement in documentation guide.
2022-03-14 13:50:22 -07:00
Dan Helfman
db7499db82
Document "repositories" context to for "before_*" and "after_*" command action hooks ( #469 ).
2022-03-14 13:34:14 -07:00
Dan Helfman
95c518e59b
Documentation tip about dealing with hangs when database hook is enabled.
2022-03-12 13:17:32 -08:00
Dan Helfman
b525e70e1c
Run "compact" action by default when no actions are specified ( #394 ).
2022-02-09 14:33:12 -08:00
Dan Helfman
2ee75546f5
Add MongoDB database hook documentation.
2022-01-04 16:26:38 -08:00
Ian Kerins
3ec3d8d045
Remove references to Lima Labs
...
From their homepage:
> Lima Labs is shutting down our storage business. We will try to keep data available as long as possible. No promises but we are targeting 3/1/2022 to bring down Archive and Canada.
2022-01-03 02:29:38 -05:00