cjnaz / rclonesync-V2

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

successive rclonesync with google drive are reporting "need to run with --first-sync ... read README.MD" #69

Closed lbiaggi closed 3 years ago

lbiaggi commented 3 years ago

Hi Chris, rclonesync is amazing, it’s saving my life,

I set up a crontab as you suggested and noticed that without --first-sync, successive runs were failing. Taking a look, I found that if I remove the --check-access security check, it works as expected. My crontab job is defined as * / 5 * * * * rclonesync ~ / googledrive drive: --filters-file blacklist.conf --rclone-args --drive-skip-gdocs >> ~ / .log / rclonesync / lbiaggi / runlog 2> & 1 and now everything works as expected.

I'm not sure if it's an issue or a related issue about how rclone handles gdrive.

BTW, Great JOB!

cjnaz commented 3 years ago

Have you placed RCLONE_TEST files? Run with -v. What's the error message?

On Thu, Nov 19, 2020, 6:38 AM lbiaggi notifications@github.com wrote:

Hi Chris, rclonesync is amazing, it’s saving my life,

I set up a crontab as you suggested and noticed that without --first-sync, successive runs were failing. Taking a look, I found that if I remove the --check-access security check, it works as expected. My crontab job is defined as

  • / 5 rclonesync ~ / googledrive drive: --filters-file blacklist.conf --rclone-args --drive-skip-gdocs >> ~ / .log / rclonesync / lbiaggi / runlog 2> & 1 and now everything works as expected.

I'm not sure if it's an issue or a related issue about how rclone handles gdrive.

BTW, Great JOB!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cjnaz/rclonesync-V2/issues/69, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADRKVYL5636KVGO4U3FNQFDSQUUWDANCNFSM4T3POZKA .

cjnaz commented 3 years ago

Read up on --check-access

cjnaz commented 3 years ago

Can we close this issue?

lbiaggi commented 3 years ago

yup