mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 18:48:05 -04:00
6 lines
307 B
Plaintext
6 lines
307 B
Plaintext
File::DirSync will make two directories exactly the same. The goal is
|
|
to perform this synchronization process as quickly as possible with as
|
|
few stats and reads and writes as possible. It usually can perform the
|
|
synchronization process within a few milliseconds - even for gigabytes
|
|
or more of information.
|