Local Backup Configuration
Local ASN.1 Backup Configuration Properties describes the properties available for configuring local backup of ASN.1 files.
Property | Description |
---|---|
sftp.internal.backup.enabled | When set to true , the ASN.1 sFTP Sink application
keeps copies of ASN.1 records sent to the sFTP. The default value is
false . |
sftp.internal.backup.path | The internal path where ASN.1 files are copied. The default value is
/opt/mtx/backup. Note: This must not be the same path used for exporting records, as
specified with
sftp.internal.uploader.path . |
The following is an example of local backup configuration:
# Configuration for the ASN.1 sFTP Sink
asn1-sftp-sink:
# Enabled
enabled: true
# The logging level that the ASN.1 sFTP Sink should use (debug, error, warn, info, off)
logging:
level: debug
backup:
enabled: true
path: /opt/mtx/backup