[SAMBA] exclude file/directory from shared folder
// i have shared a directory and in this directory is one
// which i dont want to share! how can i exclude this?
// where /var/test/private can be a file or directory.
// which i dont want to share! how can i exclude this?
[myshare] path = /var/test veto files = /var/test/private
// where /var/test/private can be a file or directory.