DCLog Express support media upload to NAS (Network Attached Storage) via FTP or SFTP.


Pre-requiresite

  • Ensure NAS has been setup correctly
  • Make sure FTP/SFTP has been enabled in NAS
  • Ensure DCLog Express server able to ping to NAS


Steps


  • Open dclog.xml (/u01/app/dcloge)
  • Look for the section <!--uploadconnection-->, and remove the '!--' & '--' to enable the backup storage.
  • Under connection name,  remote the '!--' & '--' under the type "ftp".
  • Under Upload Connection section, make sure update the parameters based on the provided NAS credentials
<uploadconnection>
<connection name="104" type="ftp" up_server="192.168.2.200" up_user="telesupply" up_pass="Tsbadmin01" up_url="/" up_info="false"/> 
</uploadconnection> 


TypeFTP/SFTP
Up_ServerNAS IP Address
Up_UserNAS Username
Up_PassNAS Password
Up_URLNAS Directory
Up_InfoTrue/False (True if backup to multiple NAS)


  • Save dclog.xml. Restart dclogcorej.service.
  • To verify, navigate to /var/dcloge/media/infostore/dst/upl.
  • Under upl folder, there will be new folder with name '0'. New call xml file will be copied to folder '0', and xml file will be deleted once backup to NAS.
  • Recording media will be uploaded to NAS once the recording is completed.