Last active
August 7, 2016 20:51
-
-
Save renaudll/c85a1ca54ff9dbb57865 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [global] | |
| netbios name = nas | |
| security = user | |
| encrypt passwords = yes | |
| map to guest = bad user | |
| unix password sync = yes | |
| [media] | |
| comment = Music/Videos/etc | |
| path = /mnt/nas | |
| writeable = yes | |
| browseable = yes | |
| guest ok = yes | |
| vfs object = recycle | |
| recycle:repository = .recycle | |
| recycle:keeptree = yes | |
| recycle:exclude = *.tmp, *~, *.bak |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment