fixed a display problem in logfile
This commit is contained in:
parent
15a4c8a8e1
commit
942c0e6a92
@ -7,7 +7,7 @@
|
||||
; LICENSE : MIT License
|
||||
; AUTHOR : Michael H.G. Schmidt
|
||||
; EMAIL : michael@schmidt2.de
|
||||
; DATE : 20211003
|
||||
; DATE : 20211021
|
||||
; ------------------------------------------------------------
|
||||
;
|
||||
; This tool creates an image backups of windows machines,
|
||||
@ -29,7 +29,7 @@ EnableGraphicalConsole(0)
|
||||
|
||||
Dim filelist$(0)
|
||||
|
||||
Global VERSION$="V1.07"
|
||||
Global VERSION$="V1.07b"
|
||||
Global installme = 0
|
||||
Global updatesched = 0
|
||||
Global dryrun = 0
|
||||
@ -531,9 +531,9 @@ Else
|
||||
Next i
|
||||
|
||||
; generate filenames for backup ...
|
||||
DumpFile$ = TargetPath$ + "\" + hostname$ + "_snapshot_" + month$ + "_$type_$disk.sna"
|
||||
DumpFile$ = TargetPath$ + "\" + hostname$ + "_snapshot_" + month$ + "_$type_$disk.sna"
|
||||
HashFile$ = "-h" + TargetPath$ + "\" + hostname$ + "_snapshot_" + month$ + "_$type_$disk.hsh"
|
||||
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
@ -553,7 +553,7 @@ If ( ExcludeList$ <> "" )
|
||||
LogMe(" ExcludeList: [ " + ExcludeList$ + " ]")
|
||||
EndIf
|
||||
|
||||
LogMe(" HashFile: [ " + HashFile$ + " ]")
|
||||
LogMe(" HashFile: [ " + Mid(HashFile$,3) + " ]")
|
||||
LogMe(" LogFile: [ " + LogFile$ + " ]")
|
||||
|
||||
If ( dryrun = 0 )
|
||||
@ -572,8 +572,8 @@ EndProg(e)
|
||||
|
||||
; IDE Options = PureBasic 5.73 LTS (Windows - x64)
|
||||
; ExecutableFormat = Console
|
||||
; CursorPosition = 153
|
||||
; FirstLine = 141
|
||||
; CursorPosition = 555
|
||||
; FirstLine = 519
|
||||
; Folding = --
|
||||
; EnableXP
|
||||
; Executable = snapcontrol.exe
|
||||
|
Loading…
Reference in New Issue
Block a user