File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,7 @@ In Addition, there is an option to mount to a network drive and also have the da
9
9
copied to that network drive. This can be setup in the settings or you can pass a parameter to the script
10
10
to tell it to execute the net copy function.
11
11
12
- NOTE: There are some settings in the script that you will have to setup in the code, Please see the settings
13
- sections for more details
12
+ ** NOTE: There are some settings in the script that you will have to setup in the code, Please see the settings sections for more details**
14
13
15
14
## Switches
16
15
@@ -29,7 +28,7 @@ sections for more details
29
28
</tr >
30
29
</table >
31
30
32
- Settings
31
+ ## Settings
33
32
34
33
<table >
35
34
<tr >
@@ -72,6 +71,10 @@ Settings
72
71
<td >mapNet</td >
73
72
<td >You can use the switch to override this, but you can enable or disable the copy to network share as a default.</td >
74
73
</tr >
74
+ <tr >
75
+ <td >deleteAfterNetCopy</td >
76
+ <td >If enabled, then it will delete the local copy of the backup after it has been copied to the network drive.</td >
77
+ </tr >
75
78
</table >
76
79
77
80
You can’t perform that action at this time.
0 commit comments