|
|
@ -41,7 +41,7 @@ proc rsyncThread(list: RoutineListState) {.thread.} = |
|
|
|
routineRuncount += 1 |
|
|
|
routineRuncount += 1 |
|
|
|
for source in routine.sources: |
|
|
|
for source in routine.sources: |
|
|
|
for destination in routine.destinations: |
|
|
|
for destination in routine.destinations: |
|
|
|
#per source/dest compbo msgs still don't seem to be working right. |
|
|
|
#per source/dest combo msgs still don't seem to be working right. |
|
|
|
#maybe it requires a separate thread per combo? deprioritized. |
|
|
|
#maybe it requires a separate thread per combo? deprioritized. |
|
|
|
#list.runStatus = "<span color=\"#FFE97B\" size=\"large\">Bkup " & source & " to " & destination & "...</span>" |
|
|
|
#list.runStatus = "<span color=\"#FFE97B\" size=\"large\">Bkup " & source & " to " & destination & "...</span>" |
|
|
|
#try without requiring superuser privs by default. |
|
|
|
#try without requiring superuser privs by default. |
|
|
|