Fixup fromcvs/togit conversion
[pkgsrcv2.git] / security / mirrordir / DESCR
1 Mirrordir is a suite of functions in one package.  It contains the
2 following programs:
3
4 * pslogin:  A remote login utility and daemon that provides a secure
5 shell.  This can be considered as a GPL replacement to Ssh.
6
7 * copydir:  A cp equivalent which additionally copies to and from ftp
8 servers.  Use it to upload and download via ftp and via mirrordir's
9 secure daemon.  Use it as a rigorous cp to correctly reproduce
10 hardlinks, permissions and access times.
11
12 * mirrordir:  Mirrors filesystems over ftp or locally via a minimal
13 set of changes.  It is optimised for locally mirroring a device as
14 an alternative to RAID devices.  It duplicates file-systems in every
15 detail, even correctly recreating hardlinks, devices and access
16 times.  It works well mirroring ftp sites that don't support ls-lR
17 summaries.  Mirrordir can take a C script to customise the kind of
18 files to mirror based on their stat info, name, or other
19 information.
20
21 * recursdir:  Pass a C script to recursdir to recursively perform
22 operations on files.  This is a fast and overkill equivalent of find.