Debian Patches
Status for backup2l/1.7-1
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 and inside git repository. |
Joachim Wiedorn <joodebian at joonet.de> | no | 2025-04-25 | ||
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 | 2025-04-25 | ||
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 | ||
16_rearrange-tar-no-recursion.patch | Rearrange tar no-recursion option Rearrange no-recursion option of tar. |
Joachim Wiedorn <joodebian at joonet.de> | no | debian | 2018-06-06 | |
21_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 | ||
22_fix-misleading-warning.patch | fix misleading warning (issue #24) The fix (and proper solution) is to let the tool stop with an error in this case. Leaving 'backup -s' running without a successful lock can result in other faulty behavior. |
Gundolf Kiefer <gkiefer@users.noreply.github.com> | not-needed | upstream, https://github.com/gkiefer/backup2l/commit/bca4d8c3f2c617e03a415abbed7d3319bccc1845 | 2023-06-07 | |
23_add-remove-old-in-remote.patch | add --remove-old in remote Add '--remove-old' operation to remove old backups in remote locations. |
Gundolf Kiefer <gkiefer@users.noreply.github.com> | not-needed | upstream, https://github.com/gkiefer/backup2l/commit/496f0124ac201a2f43040368de8b4cbf8074addb | 2024-02-20 |