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>
Type | FTP/SFTP |
Up_Server | NAS IP Address |
Up_User | NAS Username |
Up_Pass | NAS Password |
Up_URL | NAS Directory |
Up_Info | True/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.