Skip to content

Commit 06d7679

Browse files
Freshness - Use pre-post script
1 parent 0e945f2 commit 06d7679

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

articles/backup/pre-backup-post-backup-scripts.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: Using Pre-Backup and Post-Backup Scripts
33
description: This article contains the procedure to specify pre-backup and post-backup scripts. Azure Backup Server (MABS).
44
ms.topic: how-to
5-
ms.date: 07/30/2024
5+
ms.date: 07/16/2025
66
author: jyothisuri
77
ms.author: jsuri
88
# Customer intent: As a system administrator, I want to configure pre-backup and post-backup scripts in the backup environment, so that I can automate data preparation and post-processing tasks for better backup efficiency and data management.
99
---
1010

11-
# Using pre-backup and post-backup scripts
11+
# Use pre-backup and post-backup scripts
1212

1313
Applies to: Microsoft Azure Backup Server (MABS)
1414

@@ -43,7 +43,9 @@ xmlns="http://schemas.microsoft.com/2003/dls/ScriptingConfig.xsd">
4343
</ScriptConfiguration>
4444
```
4545

46-
To specify pre-backup and post-backup scripts
46+
## Specify pre-backup and post-backup scripts
47+
48+
To specify pre-backup and post-backup scripts, follow these steps:
4749

4850
1. On the protected computer, open the ScriptingConfig.xml file with an XML or text editor.
4951

@@ -58,9 +60,15 @@ To specify pre-backup and post-backup scripts
5860
1. In the _PreBackupCommandLine_ tag, enter command-line parameters to be passed to the scripts, separated by spaces.
5961
1. In the _PostBackupScript_ tag, enter the path and script name.
6062
1. In the _PostBackupCommandLine_ tag, enter command-line parameters to be passed to the scripts, separated by spaces.
61-
1. In the _TimeOut_ tag, enter the amount of time in minutes that MABS should wait after invoking a script before timing out and marking the script as failed.
63+
1. In the `TimeOut` tag, enter the amount of time in minutes that MABS should wait after invoking a script before timing out and marking the script as failed.
6264

6365
1. Save the ScriptingConfig.xml file.
6466

6567
>[!Note]
6668
>MABS will suffix an additional Boolean (true/false) parameter to the post-backup script command, indicating the status of the MABS backup job.
69+
70+
71+
## Related content
72+
73+
- [About Azure Backup Server (MABS)](mabs-overview.md).
74+
- [Back up file data with MABS](back-up-file-data.md).

0 commit comments

Comments
 (0)