--verify fails on multiple full backups
Brought to you by:
gundolfk
--verify succeeds only on the most recent version of the full backup. 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 ./ except for the last file. The sed command that updates the file names in th .check file fails to update the last file name. MOdified the code that creates the .check file to prepend the last filename with ./
patch to fix "--verify fails on multiple full backups"