@@ -92,11 +92,12 @@ azacsnap -c backup --volume data --prefix hana_TEST --retention 9 --trim
92
92
The command does not output to the console, but does write to a log file, a result file,
93
93
and ` /var/log/messages` .
94
94
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))
97
96
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:
100
101
101
102
` ` ` bash
102
103
cat logs/azacsnap-backup-azacsnap.result
@@ -135,8 +136,7 @@ azacsnap -c backup --volume other --prefix logs_TEST --retention 9
135
136
The command does not output to the console, but does write to a log file only. It does _not_ write
136
137
to a result file or ` /var/log/messages` .
137
138
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)).
140
140
141
141
# # Example with `other` parameter (to backup host OS)
142
142
@@ -155,7 +155,7 @@ azacsnap -c backup --volume other --prefix boot_TEST --retention 9 --configfile
155
155
The command does not output to the console, but does write to a log file only. It does _not_ write
156
156
to a result file or ` /var/log/messages` .
157
157
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)) .
159
159
160
160
# # Log files
161
161
0 commit comments