Why the gui sometimes doesn't allow creating only 1 recovery file ? #64
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Does the single recovery file have enough blocks to recover the missing / damaged file? |
Beta Was this translation helpful? Give feedback.
-
Yes, the recovery file size is limited by default on MultiPar GUI. The default limit size is size of the maximum source file. It's same as "/lr" option at command-line. For example, if you put 10 jpeg files of each 100 KB size, recovery files will be smaller than around 100 KB. To limit size of recovery file size, number of recovery files become multiple. This isn't a problem, because most users set small redundancy. You saw this strange as you set 100% redundancy. You may set the limit size manually by specifying split size. When you check "Split Files" on MultiPar GUI, you can edit value of "Limit Size to". While the limit size is enabled, the size becomes the limit size of recovery files, too. Even after you uncheck "Split Files" and limit size is disabled, it won't re-calculate recovery file size again. So, you can set fewer recovery files by checking "Split Files" and uncheck later.
You can see how many packets in each recovery file. For example, there are below lines on par2j's output; The first Index File contains 26 packets (25 critical packets and 1 creator packet). The second Recovery File contains 190 packets (150 critical packets and 1 creator packet and 39 recovery slice packets). So, I see 6 times of critical packets. Because 2 power 6 = 64, 39 blocks give 6 times. By reading output, you see how many repetition. If there is a failure, please report the creating time options and resulting output. By the way, you may change "Packet repetition" on MultiPar Option -> "Client behavior" tab -> "Par2 options" section. The default setting is "No restriction" (power of 2). If you happens to set "Not used", MultiPar doesn't repeat packets. Normally the default setting is good. This is about "/lp" option at command-line. |
Beta Was this translation helpful? Give feedback.
Yes, the recovery file size is limited by default on MultiPar GUI. The default limit size is size of the maximum source file. It's same as "/lr" option at command-line.
For example, if you put 10 jpeg files of each 100 KB size, recovery files will be smaller than around 100 KB. To limit size of recovery file size, number of recovery files become multiple. This isn't a problem, because most users set small redundancy. You saw this strange as you set 100% redundancy.
You may set the limit size manually by specifying split size. When you check "Split Files" on MultiPar GUI, you can edit value of "Limit Size to". While the limit size is enabled, the size b…