Bug#890622: vbackup: mbr backup fails on block devices with / in path

2018-02-18 Thread Stefanos Harhalakis
Good point. Fixed. On Sun, Feb 18, 2018 at 12:16 PM, Dominik George wrote: > On Sun, Feb 18, 2018 at 12:03:09PM +, Stefanos Harhalakis wrote: > > Ended up with a slightly different approach that converts / to _. > > This should work: > >

Bug#890622: vbackup: mbr backup fails on block devices with / in path

2018-02-18 Thread Dominik George
On Sun, Feb 18, 2018 at 12:03:09PM +, Stefanos Harhalakis wrote: > Ended up with a slightly different approach that converts / to _. > This should work: > https://github.com/sharhalakis/vbackup/commit/52971d7b5e034f8bb939e2c1b23fbdc6c88b45d7 OK. I wanted to keep the patch as small as possible

Bug#890622: vbackup: mbr backup fails on block devices with / in path

2018-02-18 Thread Stefanos Harhalakis
Ended up with a slightly different approach that converts / to _. This should work: https://github.com/sharhalakis/vbackup/commit/52971d7b5e034f8bb939e2c1b23fbdc6c88b45d7 2018-02-16 20:56 GMT+00:00 Dominik George : > > Find attached a patch with a simple fix. > >

Bug#890622: vbackup: mbr backup fails on block devices with / in path

2018-02-16 Thread Dominik George
> Find attached a patch with a simple fix. Sorry, the patch was broken. Here's the correct one. -- Dominik George (1. Vorstandsvorsitzender, pädagogischer Leiter) Teckids e.V. - Erkunden, Entdecken, Erfinden. https://www.teckids.org/ --- mbr.orig 2018-02-16 21:47:46.415903625 +0100 +++ mbr

Bug#890622: vbackup: mbr backup fails on block devices with / in path

2018-02-16 Thread Dominik George
Package: vbackup Version: 1.0.1-1 Severity: important The mbr script misses on / characters in device paths (like, when the device is /dev/cciss/c0d0 in an HP array). It inserts the part after /dev/ verbatim into its temp filenames. A fix in the next stretch point release would be most welcome.