blob: 7392d28afd7ac50bfbcd479c5be7259c2d212fd8 (
plain) (
blame)
1
2
3
4
5
|
Mirror is a package written in Perl that uses the ftp protocol to
duplicate a directory hierarchy between the machine it is run on and a
remote host. It avoids copying files unnecessarily by comparing the
file timestamps and sizes before transfering. Amongst other things
can optionally compress, gzip, and split files.
|