Search found 7 matches

by deus
11 May 2018, 08:38
Forum: Help
Topic: Schedule auto sync on windows (BAT script)
Replies: 1
Views: 7942

Re: Schedule auto sync on windows (BAT script)

Simple multi-pc, no-break script with hourly planning. Set your values of PC_NAME_X, HOUR_X, JOB_PATH_X_X. @ECHO off SETLOCAL enableextensions enabledelayedexpansion :LOOP ( CLS SET currentDate=%DATE:~6,4%%DATE:~3,2%%DATE:~0,2% SET currentTime=%TIME:~0,2%%TIME:~3,2%%TIME:~6,2% SET currentHour=%TIME ...
by deus
07 May 2018, 07:54
Forum: Help
Topic: Schedule auto sync on windows (BAT script)
Replies: 1
Views: 7942

Schedule auto sync on windows (BAT script)

I'm not use a windows scheduler for some reasons. BAT script is ease way for me. And I decided to share this solution with you. Features: * small memory used, because running just only one cmd process in idle * no need RTS, just only FFS * save your hdd, don't fuck it every xxx seconds, how in RTS ...
by deus
25 Apr 2018, 18:00
Forum: Help
Topic: RealtimeSync not work
Replies: 5
Views: 1606

Re: RealtimeSync not work

Max idle = 300 seconds, at which synchronization begins.
Summary: idle time [2;300], at which synchronization begins.
by deus
25 Apr 2018, 12:14
Forum: Help
Topic: RealtimeSync not work
Replies: 5
Views: 1606

Re: RealtimeSync not work

Minimal idle = 2 seconds, at which synchronization begins. Every 2 seconds fuck the disks is not an option. I deselected the checkbox auto-close from results-window and now close window with different periodicity manually, thereby allowing run the next iteration. But this is all no auto ...
by deus
25 Apr 2018, 04:24
Forum: Help
Topic: RealTimeSync not syncing
Replies: 2
Views: 480

Re: RealTimeSync not syncing

Solution: if auto sync not run - reduce idle setting until sync work
read viewtopic.php?t=5153
by deus
25 Apr 2018, 04:24
Forum: Help
Topic: RealtimeSync not work
Replies: 5
Views: 1606

Re: RealtimeSync not work

Oh my god, for system disk C idle setting for 10+ sec too much, need reduce to 1+ sec, otherwise auto sync not run))) very nice ...
Solution: if auto sync not run - reduce idle setting until sync work
by deus
24 Apr 2018, 09:37
Forum: Help
Topic: RealtimeSync not work
Replies: 5
Views: 1606

Re: RealtimeSync not work

Win 7 x64, RealtimeSync 9.9 not work too but partially. On system disk C not work, on other disks work. Timeout=10, file system for disks - NTFS. Executed under user and administrator, but no results. What's problem? How RealtimeSync handling received event from OS about changes on disk? And what is ...