daily pastebin goal
26%
SHARE
TWEET

Untitled

cribbageSTARSHIP Apr 23rd, 2015 218 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [global]
  2.     workgroup = WORKGROUP
  3.     server string = Family_Storage
  4.     netbios name = SERVER
  5.     name resolve order = bcast host
  6.     dns proxy = no
  7.     security = user
  8.     log file = /home/backup/%m.log
  9.     create mask = 0664
  10.     directory mask = 0775
  11.     force create mode = 0664
  12.     force directory mode = 0775
  13.  
  14. [Will's Share]
  15.     path = /
  16.     read only = no
  17.     writeable = yes
  18.     browseable = yes
  19.     create mask = 0644
  20.     directory mask = 0755
  21.     force user = will
  22.  
  23. [Amy's Share]
  24.     path = /media/storage
  25.     read only = no
  26.     writeable = yes
  27.     browseable = yes
  28.     create mask = 0644
  29.     directory mask = 0755
  30.     force user = amy
  31.  
  32. [Guest Share]
  33.     path = /media/storage
  34.     available = yes
  35.     browsable = yes
  36.     public = yes
  37.     writable = no
RAW Paste Data
Top