Package: backup2l Version: 1.5-3 Severity: normal backup2l -x's option allows to generate check scripts for each generated media disk. The script "check_these_files.sh" does not work out of the box however:
$ sh check_these_files.sh This script has been auto-generated by backup2l v1.5. Verifying file(s) using md5sum(1)... md5sum: invalid option -- 'v' Try `md5sum --help' for more information. $ cat check_these_files.sh #!/bin/sh echo "This script has been auto-generated by backup2l v1.5." echo "Verifying file(s) using md5sum(1)..." md5sum -v -c << EOF ... EOF There's no "-v" flag in current coreutils's md5sum. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

