Hello,
This is my first post to the list.
Is it possible to specify the --link-dest option server-side in the
rsyncd.conf file? What I'd like to do is implement incremental snapshot
backups without having to change the clients which all just do regular
dumps to the rsync server. I'd like
the rsync code currently does things like:
#ifdef HAVE_UTIMES
#elif defined HAVE_UTIME
#else
fail!
#endif
the problem here is when rsync detects the utimes function. the older utime
code is ifdef-ed away so it isnt available at runtime. that means rsync will
only be r