Integrations
Find solutions to issues with third-party integrations from the Dropbox Community. Share advice and help members with their integration questions.
I have a basic file server that uses Goodsync to backup from one disk to another, then Dropbox to sync to the cloud. Unfortunately the two pieces of software don't play ball (something about file locks I think) so I have a process in Task Scheduler to stop Dropbox at 23:59, then the Goodsync scheduler runs at 1AM, and another Task Scheduler to re-start Dropbox at 07:00. But the Stop Dropbox doesn't work
taskkill /F /T /IM "Dropbox*" || taskkill /F /T /IM "DbxSvc.exe" gives "Access is denied"
I am logged in as Administrator and the Task is run with highest privileges.
I've tried using
WMIC process where name='Dropbox.exe' delete
but that doesn't work either.
Does anyone know the full lists of parent and child processes for Dropbox (inc DropboxUpdates), and the order in which they need to be killed?
Thanks
Walter
Community Moderator @ Dropbox
dropbox.com/support
Did this post help you? If so, give it a Like below to let us know.
Need help with something else? Ask me a question!
Find Tips & Tricks Discover more ways to use Dropbox here!
Hi Walter, I wrote my own backup/sync solution, but thanks for replying. Marcus
Walter
Community Moderator @ Dropbox
dropbox.com/support
Did this post help you? If so, give it a Like below to let us know.
Need help with something else? Ask me a question!
Find Tips & Tricks Discover more ways to use Dropbox here!
The way we work is changing. Share and discover new ways to work smarter with Dropbox in our community.
Sound good? Let's get started.Hi there!
If you need more help you can view your support options (expected response time for a ticket is 24 hours), or contact us on Twitter or Facebook.
For more info on available support options, see this article.
If you found the answer to your question, please 'like' the post to say thanks to the user!