For disk space on NAS send mail to : pawel.bednarek@unifr.ch

50GB is free of charge (each additional 1 GB is 0.3CHF per year)

NAS - sr-srx-300 (alias nas01.unifr.ch space.unifr.ch) (backup server sr-srx-301).


To add new user:

wbinfo -i bednarek Windows username

wbinfo -u |grep username If username is not knows

mkdir /home/Bednarek (home name taken from wbinfo -i)

(check if /home/Bednarek has 700 atributes on directory)

chown -R bednarek.unixusers /home/Bednarek


To add group:

wbinfo -i bednarek

mkdir /home/newshare

chmod -R 770 mkdir /home/newshare

chown -R bednarek.unixusers /home/Bednarek

Add other users to /etc/samba/smb.conf in separate share:

  [new share]
  comment = new share 
  path = /home/newshare
  public = no
  browseable = yes
  writable = yes
  valid users =  UNIFR\Bednarek, UNIFR\user, @UNIFR\xxx_group

Backup NAS - sr-srx-301

Backup main script is in /opt/rubi/bin/rubi and backup software in /opt/rubi

sr-srx-300 is mounted under /sr-srx-300 and whole /home of NAS is there