From 14946047400f1e1166d579ae57d6e985d11fce6f Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Mon, 3 Oct 2022 14:35:04 +0200 Subject: [PATCH 1/2] :memo: Backup : move info from wiki to distrib file --- datamodels/2.x/itop-backup/backup.params.distrib | 1 + 1 file changed, 1 insertion(+) diff --git a/datamodels/2.x/itop-backup/backup.params.distrib b/datamodels/2.x/itop-backup/backup.params.distrib index a43969e12..4bfffb832 100644 --- a/datamodels/2.x/itop-backup/backup.params.distrib +++ b/datamodels/2.x/itop-backup/backup.params.distrib @@ -20,6 +20,7 @@ auth_user = admin auth_pwd = admin # Target file - path and filename (optional) +# Full path or relative to current directory # # Formatting rules: # %Y-%m-%d => 2011-01-25... see PHP documentation of strftime() From 1e1f1f78bfa7caf866fb597460f9fa027ce72659 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Mon, 3 Oct 2022 14:41:44 +0200 Subject: [PATCH 2/2] :memo: Backup : more details on check-backup parameters --- datamodels/2.x/itop-backup/backup.params.distrib | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/datamodels/2.x/itop-backup/backup.params.distrib b/datamodels/2.x/itop-backup/backup.params.distrib index 4bfffb832..8c9bfd304 100644 --- a/datamodels/2.x/itop-backup/backup.params.distrib +++ b/datamodels/2.x/itop-backup/backup.params.distrib @@ -41,8 +41,7 @@ check_size_reduction_max = 10 # percentage # If the backup has failed, a ticket will be created # This process relies on the SOAP service "CreateIncident" # -# Root URL of an instance of iTop, into which the ticket will be created : config file param 'itop_backup_incident' -# Any of the above paramaters are mandatory +itop_backup_incident = http://destination-itop.demo.com # Root URL of an instance of iTop into which the ticket will be created check_ticket_login = admin # must have the right to create an Incident Ticket check_ticket_pwd = admin check_ticket_title = Backup check failed @@ -50,4 +49,4 @@ check_ticket_customer = Demo check_ticket_service = Computers and peripherals check_ticket_service_subcategory = Repair check_ticket_workgroup = Hardware support -check_ticket_impacted_server = dbserver1.demo.com +check_ticket_impacted_server = source-itop.demo.com # identifier for the iTop instance we tried to backup