On Fri, Feb 16, 2007 at 01:42:47PM +0000, Dave Markham wrote:
> Is this correct? What i want is for rsync to create this :-
>
> ${remote_get_localdir}/etc/inet/hosts
> ${remote_get_localdir}/export/home/users/hosts
See the --relative option and the --files-from=FILE option (which
implies --relative).
..wayne..