Hello Sumner,
Thanks for your post. How we are downloading the backup files (Secure Backup files) in secure way. FTP protocol is blocked in most of the organizations.
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"> <env:Body>
<dp:request xmlns:dp="http://www.datapower.com/schemas/management" domain="default">
<dp:do-action> <SecureBackup> <cert>MyCert</cert>
<destination>ftp://ftpuser:passw0rd@ipaddress:port/BackupDir</destination>
<include-iscsi>on</include-iscsi>
<include-raid>on</include-raid>
</SecureBackup>
</dp:do-action>
</dp:request> </env:Body>
</env:Envelope>
Thanks,
------------------------------
Dharmendra Himanshu
Chicago IL
8728257912
------------------------------
Original Message:
Sent: Thu June 15, 2023 08:21 AM
From: Charlie Sumner
Subject: Backup Automation
I would not use scheduled processing rules to schedule a backup.
Use some external scheduler such as cron on Linux or Task Scheduler on Windows. Use the XMI Management Interface to send a SOMA command to execute the secure backup.
Two other things to keep in mind when using secure backup/restore. Make sure you keep a copy of your key/cert pair off-box and make sure others know where this is in case you are not available to perform the restore. Also, when you perform a secure restore, the admin id is reset to the default password. All other credentials are not changed.
------------------------------
Charlie Sumner
Original Message:
Sent: Thu June 15, 2023 05:09 AM
From: Sunil Chaurasia
Subject: Backup Automation
Hi Team,
How can we automate the process of taking automatic secure backup of an appliance on alternate days or so.
Do we have to use scheduled processing rules or do you suggest other better options.
------------------------------
Thanks
------------------------------