Displaying 1 result from an estimated 1 matches for "iz7j".
Did you mean:
  dz7j
  
2007 Mar 12
2
%M resolve to IP (only)
Hi,
I would like to have [backup] service hosted on samba machine, resolving
each client to different directory (/srv/backup/prod001,
or /srv/bacjup/prod001.domain.com). Is this possible? By reading man to
smb.conf I see there is %M variable.
I have defined following service
## backup share
[backup]
   path = /srv/backups/machines/%M
   read only = No
   public = no
   writable = yes