s the "official" way of asking for inclusion in the rsync
distribution? Reporting a bug via bugzilla?
Best regards
Franz
#ifdef HAVE_LINK
int do_link(const char *fname1, const char *fname2)
{
if (dry_run) return 0;
RETURN_ERROR_IF_RO_OR_LO;
...
I would like to rsync only dirs "xxx" and "yyy" from 3.4 and 4.0, for example:
/packages/centos/3.4/someone/xxx/ - yes
/packages/centos/3.4/someone/ - no
/packages/centos/4.0/someone/xxx/ - yes
/packages/centos/4.0/sometwo/yyy/ - yes
Is it possible?
Thank you,
fRANz
--
To u