Debian Patches
Status for backup2l/1.6-6
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
01_show-builtin-driver.patch | list builtin driver in config; move to example DRIVER_TAR_BZ2 List all existing built-in driver in config file. Move to 'DRIVER_TAR_BZ2' as example driver, because afio is not available for Debian anymore. |
Joachim Wiedorn <joodebian at joonet.de> | not-needed | 2011-05-06 | ||
02_show-custom-driver.patch | show custom driver in config Give a better example for USER_DRIVER_LIST. |
Joachim Wiedorn <joodebian at joonet.de> | not-needed | 2019-11-09 | ||
04_no-verbose-for-md5sum.patch | no verbose available for newer md5sum The verbose mode (-v) is no more available for md5sum, which is part of coreutils. |
Joachim Wiedorn <joodebian at joonet.de> | invalid | 2011-05-06 | ||
05_add-upstream-changelog.patch | add upstream changelog Add original changelog file founded in the upstream Debian directory. |
Joachim Wiedorn <joodebian at joonet.de> | no | 2016-05-24 | ||
06_fix-in-renamed-backups.patch | fix verify failure in renamed backups The md5sum check fails because the filenames in the older .check files are not updated properly when the full backup versions are renamed. The filenames in the .check file are prepended by ./ while the sed command in backup2l looks for a leading space. |
Joachim Wiedorn <joodebian at joonet.de> | no | 2012-04-27 | ||
07_fix-driver-tar-gpg.patch | fix parameter in DRIVER_TAR_GPG Restore with DRIVER_TAR_GPG gives some troubles: * a full restore (backup2l -r) creates all files as empty directories inside the restore directory * trying to restore files with a search pattern (backup2l -r <pattern> ) tells the user, the files cannot be found in any archive. I could identify the parameter "-f $3" in the tar command to be causing the problem. Removing it fixes the problem. |
Holger Segnitz <holger@segnitz.net> | no | debian | 2016-05-24 | |
08_fix-typos-in-manpage.patch | fix typos in manpage | Joachim Wiedorn <joodebian at joonet.de> | no | 2016-05-28 | ||
09_display-help-again.patch | display help again Help check comes to late. Now the first check looks for help command. |
Joachim Wiedorn <joodebian at joonet.de> | no | 2017-07-28 | ||
10_enable-use-of-questionmark.patch | enable use of questionmark Really the glob(7) characters are difficult to manage, but within archives sometimes files have question marks in the file names as normal character. While creating curlist an added backslash would destroy the file name and the file wouldn't never be saved. |
Joachim Wiedorn <joodebian at joonet.de> | no | debian | 2017-07-28 | |
11_version-and-variables.patch | version and variables Update version number (no more pre2) and use variables. |
Joachim Wiedorn <joodebian at joonet.de> | no | 2017-07-28 | ||
12_enable-use-of-square-brackets.patch | enable use of square brackets The problem exists already for a long time. I think it is worth to fix this small problem now. |
Joachim Wiedorn <joodebian at joonet.de> | yes | debian | upstream, https://github.com/gkiefer/backup2l/issues/4 | 2018-06-05 |
13_upstream-avoid-breakage.patch | upstream: avoid breakage Avoid breakage with files containing < or > |
Hector Martin <marcan at marcan.st> | no | upstream, https://github.com/gkiefer/backup2l/commit/071ce97847fe1c0fd267097968bb903153187a56 | 2018-06-05 | |
14_upstream-update-pigz-driver.patch | upstream: upddate pigz driver Improve DRIVER_TAR_PIGZ: preserve atimes, remove useless-use-of-cat by using -I pigz |
Sven Hartge <sven@svenhartge.de> | no | upstream, https://github.com/gkiefer/backup2l/commit/e80be8a88c7954cba9b985a976b9520f34cd428b | 2018-06-05 | |
15_upstream-tarxz-driver.patch | upstream: add tarxz driver Add driver DRIVER_TAR_XZ |
Sven Hartge <sven@svenhartge.de> | no | upstream, https://github.com/gkiefer/backup2l/commit/e80be8a88c7954cba9b985a976b9520f34cd428b | 2018-06-05 | |
16_rearrange-tar-no-recusion-option.patch | Rearrange tar no-recusion option Rearrange no-recursion option of tar. |
Joachim Wiedorn <joodebian at joonet.de> | no | debian | 2018-06-06 | |
21_fixing-tar-command-order.patch | fixing tar command order Rearrange no-recursion option of tar fixing error: create or update mode. These options are positional and affect only arguments that follow them. Please, rearrange them properly. |
Henning Bopp <henning.bopp@gmail.com> | not-needed | debian | upstream, https://github.com/gkiefer/backup2l/commit/cb66502c2ccef9087009960245f48056e34b722f | 2018-11-25 |
22_allow-filenames-with-special-char.patch | allow filenames with special char Allow handling of weird file names containing special characters. |
Henning Bopp <henning.bopp@gmail.com> | not-needed | upstream, https://github.com/gkiefer/backup2l/commit/eb951cac73b1e68c4904178cdec74f08c979a215 | 2018-11-25 | |
23_update-readme-md-file.patch | update readme md file Update README.md file. |
Gundolf Kiefer <gkiefer@users.noreply.github.com> | not-needed | upstream, https://github.com/gkiefer/backup2l/commit/7b8fd052638628c1f701cdad0bc163f9fca1287f | 2018-12-03 | |
24_set-yekyll-theme.patch | set yekyll theme Set theme jekyll-theme-minimal. |
Gundolf Kiefer <gkiefer@users.noreply.github.com> | not-needed | upstream, https://github.com/gkiefer/backup2l/commit/428138c73dc223662930c0ef1dc2073bd27cca9e | 2018-12-03 | |
25_fix-failure-detect-running-instance.patch | fix failure detect running instance Fix occasional failure to detect a running instance (see Debian bug #924595, patch provided by <wayne@virtusmart.com>). |
Gundolf Kiefer <gkiefer@users.noreply.github.com> | invalid | debian | upstream, https://github.com/gkiefer/backup2l/commit/3941b1a50aa184a4e42fcf80345b248472404108 | 2019-03-15 |
26_remove-numeric-owner.patch | remove numeric owner DRIVER_TAR: Remove '--numeric-owner' to be consistent with other drivers. |
Gundolf Kiefer <gkiefer@users.noreply.github.com> | not-needed | upstream, https://github.com/gkiefer/backup2l/commit/ca1210ba0dbb2a5693c095c9a274816310e26785 | 2019-09-19 | |
27_update-readme-md-file.patch | update readme md file | Joachim Wiedorn <joodebian at joonet.de> | no | 2019-11-09 | ||
28_info-not-follow-symbolic-links.patch | info: not follow symbolic links Document that symbolic links are not followed by default. |
Joachim Wiedorn <joodebian at joonet.de> | not-needed | upstream, https://github.com/gkiefer/backup2l/commit/d74f8c56e0197eb19be44d7f5aa0eca86b8496e4 | 2021-11-13 | |
29_more-obvious-restore-info.patch | more obvious restore info Make it more obvious a restore occurs in current working directory. |
Gundolf Kiefer <gkiefer@users.noreply.github.com> | not-needed | upstream, https://github.com/gkiefer/backup2l/commit/df2b0c74979edd6593e66b9b70f0c8cbef4c0d3e | 2022-01-20 | |
30_update-readme-md-file.patch | update readme md file | Joachim Wiedorn <joodebian at joonet.de> | no | 2022-01-20 | ||
31_switch-which-to-command.patch | switch which to command Program 'which' is deprecated. Please use instead 'command -v' which is a builtin function of the shell (dash, bash). |
Joachim Wiedorn <joodebian at joonet.de> | not-needed | 2022-01-20 |
Showing 1 to 26 of 26 entries