Solved problem with hard links and schg flag under FreeBSD

2012-05-07 Thread Franz Schwartau
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; if (link(fname1, fname2) == 0

Include and Exclude

2005-06-16 Thread fRANz
, 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 unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before