Search found 4 matches

by dataspill
07 Jul 2013, 00:48
Forum: Help
Topic: Sync with vm that is off half of the time - what to do about 'folder not found' error?
Replies: 4
Views: 568

Re: Sync with vm that is off half of the time - what to do about 'folder not found' error?

OK, so I'm not very good at scripting but this worked for me.

if exist \\vbox-2010\cssdir goto direxists
goto nodir
:direxists
C:\Users\DS\Documents\freefilesync\css_SyncSettings.ffs_batch
:nodir
echo sync will not run this time

Just in case someone else needs a clue.
by dataspill
27 Jun 2013, 15:49
Forum: Help
Topic: Sync with vm that is off half of the time - what to do about 'folder not found' error?
Replies: 4
Views: 568

Re: Sync with vm that is off half of the time - what to do about 'folder not found' error?

I would just package this into a batch file and the first thing it does is check fir the existence of the other machine and then the existence of the destination directory. If the directory doesn't exist then bypass the sync.
It forgot to mention, though I thought it might be implied, that the ...
by dataspill
27 Jun 2013, 14:34
Forum: Help
Topic: Sync with vm that is off half of the time - what to do about 'folder not found' error?
Replies: 4
Views: 568

Sync with vm that is off half of the time - what to do about 'folder not found' error?

FreeFileSync has been a very nice find - thank you!

Question, in testing I have been sync'ing my main workstation and a vm that is off about half of the time. I run the sync via windows 7 task scheduler once an hour. When freefilesync makes it's hourly run and the vm is off, I get an error message ...