Commit Graph

23 Commits

Author SHA1 Message Date
Jérôme Charaoui
183b8c3091
Releasing backupninja 1.2.2 2023-02-12 14:57:25 -05:00
Jérôme Charaoui
f41ff295cc
borg: don't hardcode ssh port default (DEBBUG-993951)
Adding the port parameter to the borg handler with a default value of 22
is causing issues for users who had been using the standard ssh config
file to set the remote port, since the -p cli argument overrides the
configuration. This removes the default port number and only uses it in
the connection string if defined.
2023-02-12 00:33:57 -05:00
Jérôme Charaoui
6c90a54609
Update changelog 2023-02-12 00:33:43 -05:00
Jerome Charaoui
103082eaad Releasing backupninja 1.2.1 2021-01-25 10:50:45 -05:00
Jerome Charaoui
5daea40686 sys: improve device/partition discovery 2021-01-25 08:52:47 -05:00
Jerome Charaoui
aa2a83c53f add missing parameters to backupninja.conf manpage 2021-01-24 14:43:46 -05:00
Jerome Charaoui
6461645745 add missing backticks in latest changelog entries 2021-01-24 14:25:39 -05:00
Jerome Charaoui
61d53834fa unset BACKUPNINJA_DEBUG before exit 2021-01-24 14:24:22 -05:00
Jerome Charaoui
25c3a9f421 improve error handling around reporthost feature 2021-01-24 14:24:19 -05:00
Jerome Charaoui
ede337dbcd add reportwrap config parameter
set to wrap at 1000 columns by default to avoid MTA rejection allowed by
SMTP RFC2821
2021-01-23 22:50:15 -05:00
Jerome Charaoui
76b457cc4d raise error if mail isn't found in $PATH and reportemail = yes 2021-01-23 22:00:42 -05:00
Jerome Charaoui
6937842e68 backup halt should trigger email report if enabled 2021-01-23 18:21:40 -05:00
Jerome Charaoui
93cd5a3142 assume clean build environment, see DEBBUG-915222
This is part of a fix for reproducible builds where usrmerge may or may
not be in effect on the build system. We need to be able to pass the
BASH envvar to autotools so its able to correctly determine the correct
path for bash. The lines removed here were added to fix DEBBUG-346303
but should not be required on a clean build environment, where BASH
remains unset unless the current shell is actually BASH, and when it is,
should return the correct path to the bash executable and not /bin/sh.
2021-01-23 12:25:07 -05:00
Jerome Charaoui
1cdf2abc19 silence exit code message unless --debug is used 2021-01-23 12:06:48 -05:00
Jerome Charaoui
bbf488879a Releasing backupninja 1.2.0 2021-01-22 10:17:01 -05:00
Jerome Charaoui
370fa88efa add missing debian bug identifiers in changelog 2021-01-21 17:24:07 -05:00
Jerome Charaoui
d20fa446bf update changelog 2021-01-14 20:16:43 -05:00
Jerome Charaoui
bee7161584 Releasing backupninja 1.2.0-rc1 2021-01-14 10:49:43 -05:00
Jerome Charaoui
967959c1b3 fix typo in changelog 2021-01-13 18:33:47 -05:00
Jerome Charaoui
8b8c7eb75e update changelog 2021-01-13 15:43:27 -05:00
Jerome Charaoui
30b10d8ee1 add missing issue references to previous release 2021-01-13 14:51:12 -05:00
Jerome Charaoui
65f81f66ea reformat bug identifiers in changelog
That way GitLab is able to convert both internal bug ids and Debian bug
tracker numbers to hyperlinks in the rendered version.
2021-01-13 14:32:52 -05:00
Jerome Charaoui
4cf853aea0 convert changelog format to Keep a Changelog 2021-01-13 12:26:48 -05:00