HOWTO Mounting cifs folders
From Bicom Systems Wiki
In order to automatically mount cifs folder for backup on your PBXware, you have to edit /etc/fstab.
nano /etc/fstab
and add line:
//REMOTE-SERVER/SHARED-FOLDER /mnt/DESTINATION-PATH/ cifs username=USERNAME,password=PASSWORD,noserverino 0 0
to the bottom of the fstab file and make sure that noserverino: option is present.
Replace values with your username, password and appropriate paths to folders on remote system, as well as your desired mounting location on PBXware.