This module works like \fIcopy\fR, but in reverse. It is used for fetching files from remote machines and storing them locally in a file tree, organized by hostname.
."------OPTIONS
."
."
.SHOPTIONS
.IPdest
A directory to save the file into. For example, if the \fIdest\fR directory is \fC/backup\fR a src file named \fC/etc/profile\fR on host \fChost.example.com\fR, would be saved into \fC/backup/host.example.com/etc/profile\fR(required)
.IPsrc
The file on the remote system to fetch. This must be a file, not a directory. Recursive fetching may be supported in a later release.(required)."