Closed apalazzi closed 3 years ago
Ok, after stepping through the program with a debugger I've found that if you specify the data file on the command line (e.g. Full-0005) it looks for Full-0005.par or .par2 to determine the format (par1 or par2) but not for Full-0005.vol000+001.par2; so if the file Full-0005.par2 doesn't exist it exit. You have to specify an existing .par2 file with the .volXXX+YYY.par2 extension.
The data for recovery should be part of every par2 file. I can agree that the command-line options to par2cmdline are not very good and I hope we can improve them in a later version.
In my case yes it's totally possible - you may copy and rename one of the volume file back to .par2 and it will just work as long as you have enough blocks.
I'm doing some experiments to recover my files (see #156 ) and I can't find a way to start the process without the "main" .par2 file, which in my case woulb be the Full-0005.par2 file:
Is there a way to start the recovery process without this file? Or is that file absolutely necessary for the recovery process and recovery cannot be done without it? If it's the latter I think it should be clearly stated somewhere in the documentation, since it means that if this single file is corrupted then the whole redundant data is useless and recovery is impossible.