Skip to content

Commit fa9ef87

Browse files
authored
Add detail on *.result file
1 parent 5d9bc96 commit fa9ef87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-netapp-files/azacsnap-troubleshoot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.service: azure-netapp-files
1212
ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.topic: troubleshooting
15-
ms.date: 08/05/2022
15+
ms.date: 01/16/2023
1616
ms.author: phjensen
1717
ms.custom: kr2b-contr-experiment
1818
---
@@ -37,7 +37,7 @@ This naming convention allows for multiple configuration files, one per database
3737

3838
### Result files and syslog
3939

40-
For the `-c backup` command, AzAcSnap writes to a *\*.result* file and to the system log, `/var/log/messages`, by using the `logger` command. The *\*.result* filename has the same base name as the log file, and goes into the same location. The *\*.result* file is a simple one line output file, such as the following example:
40+
For the `-c backup` command, AzAcSnap writes to a *\*.result* file. The purpose of the *\*.result* file is to provide high-level confirmation of success/failure. If the *\*.result* file is empty, then assume failure. Any output written to the *\*.result* file is also output to the system log (for example, `/var/log/messages`) by using the `logger` command. The *\*.result* filename has the same base name as the log file to allow for matching the result file with the configuration file and the backup log file. The *\*.result* file goes into the same location as the other log files and is a simple one line output file, such as the following example:
4141

4242
```output
4343
Database # 1 (PR1) : completed ok

0 commit comments

Comments
 (0)