wenn dropbox (windoof) wieder nicht synced, notlösung für den Task Sheduler..





 dropbox kill&restart, dann scanned es alle Änderungen im Filesystem neu:
@echo off
setlocal

taskkill /F /T /IM Dropbox.exe >nul
timeout /T 10 >nul
set db_loc=C:\Users\xxx\AppData\Roaming\Dropbox\bin
start "" /D "%db_loc%" Dropbox.exe /home

als command script erstellen und einplanen (früh morgens und gegen 23:00 bei mir). Dann kommt es auch zu meinem Linux Desktop und am Handy (wo es irgendwie klaglos läuft)

Kommentare

Beliebte Posts aus diesem Blog

Debugging angular 4 Jasmin/Karma tests with Visual Studio Code

using the birt runtime with spring boot and gradle to generate PDF from a Report Design File