You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Introduction

From software 2.44.0 you can automatic backup your Nx70 configuration to an SFTP server.


  • Automatic SFTP Back-up
  • Select day(s) per week
  • Define the back-up time
  • Back-up is done by the device having the Integrator role (INT / INT + DM / INT + DM + Base)


Auto-provisioning
ParameterDescription
AutomaticBackup.0.ServerURL

Server address where backup should be sent

example: "sftp://192.168.178.200/"

Please end URL with "/" else SFTP upload is not started

AutomaticBackup.0.ServerPortServer port (22)
AutomaticBackup.0.AuthUserNameAuthentication username
AutomaticBackup.0.AuthPasswordAuthentication password
AutomaticBackup.0.ScheduledDaysOfTheWeekDays of the week when automatic backup should be triggered (mon tue wed thu fri sat sun)
AutomaticBackup.0.UploadTimeDay time when backup will be executed (HH:MM)
AutomaticBackup.0.Immediately1 - if backup should be executed immediately, 0 - otherwise
AutomaticBackup.0.Enabled1 - if automatic backup is enabled, 0 - otherwise

Example:

<?xml version="1.0" encoding="UTF-8"?>
<provisioning version="1.1" productID="e2">

<nvm>
    <!-- server address where backup should be sent -->
    <param name="AutomaticBackup.0.ServerURL" value="sftp://192.168.178.200/" />

    <!-- server port -->
    <param name="AutomaticBackup.0.ServerPort" value="22" />

    <!-- authentication username -->
    <param name="AutomaticBackup.0.AuthUserName" value="sftpuser" />

    <!-- authentication password -->
    <param name="AutomaticBackup.0.AuthPassword" value="sftp_password" />

    <!-- days of the week when automatic backup should be triggered (mon tue wed thu fri sat sun) -->
    <param name="AutomaticBackup.0.ScheduledDaysOfTheWeek" value="mon,tue,wed,thu,fri" />

    <!-- day time when backup will be executed (HH:MM) -->
    <param name="AutomaticBackup.0.UploadTime" value="10:" />

    <!-- 1 - if backup should be executed immediately, 0 - otherwise -->
    <param name="AutomaticBackup.0.Immediately" value="1" />

    <!-- 1 - if automatic backup is enabled, 0 - otherwise -->
    <param name="AutomaticBackup.0.Enabled" value="1" />

</nvm>
</provisioning>

Web-interface

Configuration via web-interface is planned.

  • No labels