Dan Helfman
7076a7ff86
Add link to Hetzner storage offering from the documentation ( #390 ).
2021-04-18 18:03:43 -07:00
Dan Helfman
d6e376d32d
Fix end-to-end test broken by change in source directory examples.
2021-04-18 17:54:54 -07:00
Dan Helfman
9016f4be43
Clarify that spaces in path names should not be backslashed in path names ( #406 ).
2021-04-18 17:28:11 -07:00
Jeffery To
d1c403999f
Reduce console output in sample crontab/systemd service files.
...
As borgmatic will log to syslog in the sample crontab/systemd service
files, this makes console output redundant. (cron will mail any console
output to the root user; systemd will log any console output to syslog.)
This adds --verbosity -1 to both files to reduce console output to the
minimum.
2021-04-13 01:40:57 +08:00
Dan Helfman
d543109ef4
"Fix" build failure with Alpine Edge by switching from Edge to Alpine 3.13.
2021-04-09 15:58:23 -07:00
Dan Helfman
7085a45649
Fix build so as not to attempt to build and push documentation for a non-master branch.
2021-04-09 15:04:09 -07:00
Dan Helfman
cf4c603f1d
Clarify canonical home of borgmatic in documentation ( #398 ).
2021-04-09 14:54:21 -07:00
Victor Bouvier-Deleau
d2533313bc
Fix syslog logging on FreeBSD
...
The UNIX domain socket to use on FreeBSD is /var/run/log.
See syslogd FreeBSD man page: https://www.freebsd.org/cgi/man.cgi?query=syslogd&sektion=8
2021-04-02 14:11:50 +02:00
Dan Helfman
c43b50b6e6
Upgrade PyYAML.
2021-03-30 22:29:20 -07:00
Dan Helfman
c072678936
Add support for ruamel.yaml 0.17.x YAML parsing library ( #404 ).
2021-03-30 15:53:19 -07:00
Dan Helfman
631da1465e
Add support for Python 3.9.
2021-03-30 15:36:26 -07:00
Dan Helfman
f29519a5cd
Merge pull request #38 from lukehsiao/patch-1
...
Fix link to issue tracker in documentation
2021-03-20 15:45:15 -07:00
Luke Hsiao
5d82b42ab8
Fix link to issue tracker in documentation
...
Fixes: a1d986d952
2021-03-18 17:26:37 -07:00
Dan Helfman
4897a78fd3
Fix database tests broken by PostgreSQL upgrade in Alpine Edge.
2020-12-24 22:23:09 -08:00
Dan Helfman
a1d986d952
Replace "improve this documentation" form with link to support and ticket tracker.
2020-12-24 14:57:51 -08:00
Dan Helfman
717c90a7d0
Clarify in systemd service file comment that security settings are optional.
2020-12-09 10:08:07 -08:00
Dan Helfman
8fde19a7dc
Update systemd service example to return a permission error when a system call isn't permitted.
2020-11-30 22:14:28 -08:00
Dan Helfman
ad7198ba66
Tweak to test failing on some machines.
2020-11-26 16:22:42 -08:00
Dan Helfman
eb4b4cc92b
Fix line length in schema.
2020-11-25 19:21:06 -08:00
Dan Helfman
41bf520585
Document that passphrase is used for Borg keyfile encryption, not just repokey encryption ( #373 ).
2020-11-25 18:36:23 -08:00
Dan Helfman
c0ae01f5d5
Code formatting.
2020-11-25 17:46:57 -08:00
Dan Helfman
8b8f92d717
Prevent newer (borgmatic-unsupported) version of Black code formatter installing in Alpine Edge.
2020-11-25 17:42:04 -08:00
Dan Helfman
ccd1627175
Fix timing-related test error in Alpine Edge.
2020-11-25 15:48:33 -08:00
Dan Helfman
b8a7e23f46
Add missing pip to test script.
2020-11-22 17:42:58 -08:00
Dan Helfman
1f4f28b4dc
Drop support for Python 3.5. Only support black code formatter on Python 3.8+.
2020-11-22 17:27:21 -08:00
Dan Helfman
ea6cd53067
Update versions of test dependencies (test_requirements.txt and test containers).
2020-11-22 14:48:07 -08:00
Dan Helfman
267138776d
Add protection for accidentally releasing a dev version.
2020-11-21 14:03:39 -08:00
Dan Helfman
604b3d5e17
Bump version.
2020-11-21 13:56:19 -08:00
Dan Helfman
667e1e5b15
Update document about new --override behavior ( #361 ).
2020-11-19 11:01:53 -08:00
Dan Helfman
9b819f32f8
Fix traceback when upgrading old INI-style configuration with upgrade-borgmatic-config ( #367 ).
2020-11-18 15:01:10 -08:00
Dan Helfman
b619bde037
Fix broken end-to-end test.
2020-11-18 14:20:07 -08:00
Dan Helfman
97af16bd86
Add Lima-Labs to examples.
2020-11-18 12:05:38 -08:00
Dan Helfman
fa75f89acc
Merge ssh://projects.torsion.org:3022/witten/borgmatic
2020-11-18 11:54:44 -08:00
Dan Helfman
222b61b577
Update changelog with note about #369 .
2020-11-18 11:26:20 -08:00
Dan Helfman
e77757f0fd
Mention placeholders for repositories in documentation; fix #369
...
Reviewed-on: https://projects.torsion.org/witten/borgmatic/pulls/371
2020-11-18 19:24:59 +00:00
François Poulain
ebac02f118
Mention placeholders for repositories in documentation; fix #369
2020-11-18 20:22:41 +01:00
Dan Helfman
1c9ae81987
Fix signal forwarding from borgmatic to Borg resulting in recursion traceback ( #368 ).
2020-11-18 10:29:03 -08:00
Dan Helfman
7b1fb68c18
Add referral link to Lima-Labs.
2020-11-17 14:04:24 -08:00
Dan Helfman
8aa7830f0d
Fix broken "--override" action in Python 3.7 and below.
2020-11-15 13:39:15 -08:00
Dan Helfman
79bee755ee
Merge pull request #37 from ThorpeJosh/patch-1
...
Fix typo in large backup docs.
2020-11-03 22:22:12 -08:00
Josh Thorpe
cde0ee96ff
Fix typo in large backup docs
2020-11-04 17:20:32 +11:00
Dan Helfman
1ea04aedf0
Merge override values when specifying the "--override" flag multiple times ( #361 ).
2020-10-23 16:06:00 -07:00
Dan Helfman
446a2bc15a
Fixed minor typo in help for "info" command.
2020-10-11 15:08:43 -07:00
Diego Blanco
2d10e758e0
Fixed minor typo in help for "info" command
2020-10-12 00:04:15 +02:00
Dan Helfman
0e978299cf
Fix traceback when a database hook value is null in a configuration file ( #355 ).
2020-10-07 15:41:45 -07:00
Dan Helfman
d06c1f2943
Minor edit.
2020-09-21 10:00:38 -07:00
Dan Helfman
d768b50b97
Add note about empty source_directories.
...
Reviewed-on: https://projects.torsion.org/witten/borgmatic/pulls/358
2020-09-21 16:59:18 +00:00
Luke Murphy
034ade48f2
Add note about empty source_directories
2020-09-21 17:35:26 +02:00
Dan Helfman
d1e9f74087
Restore referal link.
2020-08-27 15:21:53 -07:00
Dan Helfman
f262f77dbd
Add temporary_directory option to changelog.
2020-08-26 09:51:55 -07:00