you've been already adviced about better approach to your problem, please re-read all the answers you got
what you're doing is wrong for 2 main reasons:
- you're creating a backup on the same hd used by the live system.. if that hd dies, you have no backup at all
- you're creating a backup into a path that is part of the backup path..
IOW, you're backuping the backup sets too.. and this will lead you into a loop, your disk will fill up very quickly
all home/e-smith dir is into the backup set, and the backup target you're using is a subdir of that path
IOW, again, you're doing it wrong
if you're still convinced to use your approach, create a dir under /opt, then share it with samba via a custom fragment (see for example
https://wiki.contribs.org/Opsi#Configure_samba_shares and adapt the fragment to your needs pointing to your /opt/subfolder path) and use it for your "backup"