If you want to quickly make a symlink with the same directory name as the target, do something like this one command….
ln -s /media/sda/rsync-dir
then you will get this…
lrwxrwxrwx 1 erick erick 20 Aug 28 14:14 rsync-dir -> /media/sda/rsync-dir
…real easy!