Dropbox sync issue

a.rivera

Cadet
Joined
Sep 25, 2019
Messages
7
I went through the steps setting up Dropbox creating an app and have also successfully pushed and pulled data from the server to Dropbox. But every time that I allow the sync to run it ends with a FAILED:RCLONE FAILED and then this causes the sync to be an hour-long with nothing downloading, deleting or uploading
1578018786938.png

With in the log file it appears to have issues with *.lrdata files which are an Adobe Photoshop Lightroom preview file. I have also created a new token with full access to the app tools on dropbox. I have also gone into the SMB setting to enable aio_fork to see if that fixes the issue. Should I be worried about the issues or ignore it not sure what is going on.
 

Attachments

  • log file for dropbox sync.txt
    1.1 MB · Views: 230

a.rivera

Cadet
Joined
Sep 25, 2019
Messages
7
Where would I add this script
rclone -v --exclude "/.sync/**" sync Dropbox:Folder/ ~/www/Folder/
rclone -v --exclude "/.Irdata/**" sync Dropbox:Folder/ ~/www/Folder/
--ignore-errors
 
Top