-
Notifications
You must be signed in to change notification settings - Fork 140
Random file deletion #131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
What happens to me is that some files are deleted one day, and the next day they are retrieved again. |
If grive has a debug mode, it needs to be activated now. |
I'm having this same problem- grive reports that files have been deleted from Google Drive that are in fact present on Google Drive. It then deletes the local copy (actually moving it to trash.) One quick fix is to copy the files back from .trash into their directories. I've also discovered that if I remove .grive_state before syncing, then this no longer happens. However, with this step of deleting .grive_state before each sync, I find that grive has now started uploading duplicate copies of files and directories to Google Drive. |
There is |
I did the following.
Grive produced 128K lines of output, nearly all of which confirmed that various files were already sync'd. It listed 7 files to upload:
Each of these files was already present in Google Drive with identical contents. The grive version is:
I expect that if I ran grive without the --dry-run, it would upload these 7 files, creating duplicate copies in Google Drive. That's the behavior that I've been seeing. |
I ran grive again with --verbose and --dry-run, and this time the list of files to be uploaded was:
This list is not the same as the previous time. Again it appears that all of these files are already present in Google Drive. |
I'm seeing similar behaviour. I sync my photos from my server to Drive every hour (checking that only one sync is running at a time). My photos are organised into one folder per year. Almost every day, with no pattern that I can see, one of the folders is deleted (normally a folder, but sometimes some files) and I see messages like:
Followed an hour later by
I'm pretty sure nothing is accessing these files in between. |
Hi,
Almost every day, files are deleted (moved to . trash) with the sentence "deleted in remote. deleting local", but nothing was deleted on the Google Drive server.
It seems to be very random and all my directories are affected. Once in a while I just have to copy the trash folder over my google drive folder in order to get my files back.
Thanks.
The text was updated successfully, but these errors were encountered: