File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ static void RunProgram()
7777 jobOptions . Add ( "CleanJob" , cleanJob ) ;
7878
7979 var syncFromEdgeToLocal = FileSyncJobOptionsBuilder . CreateBuilder ( )
80- . WithSourcePath ( "\\ \\ 192.168.214.240 \\ share\\ hri \\ production" )
80+ . WithSourcePath ( "\\ \\ edgeip \\ share\\ service \\ production" )
8181 . WithDestinationPath ( "temp" )
8282 . WithFileSyncProvider ( SyncProvider . SMBLib )
8383 . WithSubfolder ( "left" )
@@ -92,7 +92,7 @@ static void RunProgram()
9292
9393 var syncFromLocalToRemote = FileSyncJobOptionsBuilder . CreateBuilder ( )
9494 . WithSourcePath ( "temp" )
95- . WithDestinationPath ( "\\ \\ sbr-verzsrvdmz \\ Schwingungsueberwachung$ \\ Serienspektren_Import \\ " + hostname )
95+ . WithDestinationPath ( "\\ \\ SERVER \\ Share \\ Subfolder \\ " + hostname )
9696 . WithFileSyncProvider ( SyncProvider . FileIO )
9797 . WithInterval ( TimeSpan . FromMinutes ( 15 ) )
9898 . DeleteAfterBackup ( false ) //sonst werden die Daten wieder neu von der Edge geholt
You can’t perform that action at this time.
0 commit comments