Switch -RR[N] - add data recovery record


This switch is used when creating or modifying an archive, to add a data recovery record, containing <n> (n=1… 524288) recovery sectors, to the archive. You may also append <n> with the percent character or 'p' to specify the recovery record size in percent to the archive size.

Shell mode equivalent of this switch is the "Put recovery record"option in the Archive name and parameters dialog.

Examples

  1. add all *.dbf files from the current folder to the archive WeeklyBackup and add 8 sectors of data recovery record

WinRAR a -rr8 WeeklyBackup *.dbf

  1. add all *.txt files from the current folder to the archive Books and set the recovery record size to 3% of the total archive size

WinRAR a -rr3p Books *.txt

See also the rr[N] command description and recovery record topic.