On Wed, Apr 26, 2006 at 03:22:49PM +0200, Alexander Grahn wrote: > rsync --port=54321 -a -v --link-dest=../yesterday mydir alpha::backup/today
If you don't have "use chroot = yes" in your daemon config, rsync can get overzealous in its sanitizing of the options and eliminate the ../ from your --link-dest option. I'd suggest using "/yesterday" instead, since that will anchor at the root of the module in any modern rsync. ..wayne.. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html