89 lines
2.3 KiB
Plaintext
89 lines
2.3 KiB
Plaintext
|
|
Restore damaged or lost files with PAR 1.0 recovery files.
|
|
|
|
Parchive 1.0 client by Yutaka Sawada
|
|
|
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
|
|
[ Note ]
|
|
|
|
This client supports "Comments" on index file (*.PAR).
|
|
This supports Multi-Byte Character like Japanese.
|
|
This supports empty file (size = 0).
|
|
|
|
You may set many source files by file-list instead of command line.
|
|
Source files may locate different directory with Recovery files.
|
|
|
|
PAR 1.0 does not support sub-directry or folder.
|
|
You cannot specify Non-Recovery-Set files. (Empty files are set.)
|
|
Number of recovery files are limited to 99.
|
|
|
|
This requires a PC of Windows 7 or later (Windows 8, 10, 11).
|
|
This is developed with Visual Studio 2022 on Windows 10.
|
|
|
|
|
|
|
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
|
|
[ Thanks for help ]
|
|
|
|
par-specifications.pdf
|
|
Parity Volume Set specification 1.0 [2001-10-14]
|
|
|
|
by Stefan Wehlus - initial idea by Tobias Rieper,
|
|
further suggestions and format tweaking by Kilroy
|
|
Balore, Willem Monsuwe and Karl Vogel.
|
|
|
|
|
|
|
|
par-dos-v1.1.zip , README
|
|
Parity Archive - A way to restore missing files in a set.
|
|
|
|
Copyright (C) 2001 Willem Monsuwe (willem@stack.nl)
|
|
|
|
|
|
|
|
par-v1.1.tar.gz , rs.doc
|
|
Dummies guide to Reed-Solomon coding.
|
|
|
|
|
|
|
|
GFLIB - C Procedures for Galois Field Arithmetic and Reed-Solomon Coding
|
|
|
|
James S. Plank
|
|
Logistical Computing and Internetworking (LoCI) Laboratory
|
|
Department of Computer Science
|
|
University of Tennessee
|
|
|
|
June 4, 2003. $Revision: 1.2 $
|
|
|
|
|
|
|
|
Fast Galois Field Arithmetic Library in C/C++
|
|
James S. Plank
|
|
plank@cs.utk.edu
|
|
http://www.cs.utk.edu/~plank
|
|
Technical Report UT-CS-07-593
|
|
Department of Computer Science
|
|
University of Tennessee
|
|
|
|
|
|
|
|
MD5
|
|
; MD5 hash generator -- Paul Houle (paulhoule.com) 4/16/2010
|
|
;
|
|
; This code is in the public domain. Please attribute the author.
|
|
|
|
|
|
|
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
|
|
[ License ]
|
|
|
|
This PAR client is written by Yutaka Sawada.
|
|
License is under LGPL (GNU LESSER GENERAL PUBLIC LICENSE Version 2.1).
|
|
|
|
My name is Yutaka Sawada.
|
|
Mail address is "tenfon (at mark) outlook.jp".
|
|
The (at mark) is format to avoid junk mails, and replace it with "@".
|