cjnaz / rclonesync-V2

A Bidirectional Cloud Sync Utility using rclone
MIT License
355 stars 39 forks source link

ERROR Failed access health test: #67

Closed AlexNakamuraDF closed 3 years ago

AlexNakamuraDF commented 3 years ago

Hello,

I can run a first sync with the switch --first-sync successfully but the second attempt without using --first-sync fails with the following error:

2020-11-10 21:24:11,227:    ERROR    Failed access health test:  <RCLONE_TEST> Path1 count 0, Path2 count 0 - 
2020-11-10 21:24:11,228:  ***** Critical Error Abort - Must run --first-sync to recover.  See README.md *****

Do you know what could be causing this? Did I do something wrong?

Thanks a lot!

cjnaz commented 3 years ago

Read up on --check-access

AlexNakamuraDF commented 3 years ago

Thanks a lot! It turns out I forgot to create the RCLONE_TEST files. I'm loving rclonesync! Sorry for the inconvenience.