Skip to content

Commit 7af4afa

Browse files
authored
Merge pull request #164537 from Phil-Jensen/patch-3
Clarify how log file names are generated
2 parents 8e35a87 + 5a35b6c commit 7af4afa

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/azure-netapp-files/azacsnap-cmd-ref-backup.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,12 @@ azacsnap -c backup --volume data --prefix hana_TEST --retention 9 --trim
9292
The command does not output to the console, but does write to a log file, a result file,
9393
and `/var/log/messages`.
9494

95-
The *log file* is made up of the command name + the -c option + the config filename. By default
96-
a log filename for a `-c backup` run with a default config filename `azacsnap-backup-azacsnap.log`.
95+
In this example the *log file* name is `azacsnap-backup-azacsnap.log` (see [Log files](#log-files))
9796

98-
The *result* file has the same base name as the log file, with `.result` as its suffix, for
99-
example `azacsnap-backup-azacsnap.result` that contains the following output:
97+
When running the `-c backup` with the `--volume data` option a result file is also generated as a file to allow
98+
for quickly checking the result of a backup. The *result* file has the same base name as the log file, with `.result` as its suffix.
99+
100+
In this example the *result file* name is `azacsnap-backup-azacsnap.result` and contains the following output:
100101

101102
```bash
102103
cat logs/azacsnap-backup-azacsnap.result
@@ -135,8 +136,7 @@ azacsnap -c backup --volume other --prefix logs_TEST --retention 9
135136
The command does not output to the console, but does write to a log file only. It does _not_ write
136137
to a result file or `/var/log/messages`.
137138

138-
The *log file* is made up of the command name + the -c option + the config filename. By default
139-
a log filename for a `-c backup` run with a default config filename `azacsnap-backup-azacsnap.log`.
139+
In this example the *log file* name is `azacsnap-backup-azacsnap.log` (see [Log files](#log-files)).
140140

141141
## Example with `other` parameter (to backup host OS)
142142

@@ -155,7 +155,7 @@ azacsnap -c backup --volume other --prefix boot_TEST --retention 9 --configfile
155155
The command does not output to the console, but does write to a log file only. It does _not_ write
156156
to a result file or `/var/log/messages`.
157157

158-
The *log file* name in this example is `azacsnap-backup-bootVol.log`.
158+
In this example the *log file* name is `azacsnap-backup-bootVol.log` (see [Log files](#log-files)).
159159

160160
## Log files
161161

0 commit comments

Comments
 (0)