-
Notifications
You must be signed in to change notification settings - Fork 427
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
drive push doesnt push certain file types twice #296
Comments
Hello again @DenomZero, thanks for reporting this issue. |
@DenomZero would it be possible to |
@DenomZero I can't reproduce your issue unfortunately. |
@DenomZero could you use $ drive push --ignore-checksum=false also please take a look at https://github.com/odeke-em/drive#note-checksum-verification That should sort out this problem. |
Awesome. That works. Thanks for the patience and sorry for a slow responce. |
In a follow up to issue #237 my MD5 checksum wasn't jiving because drive push isnt pushing certain file types a 2nd time.
I use CherryTree in linux (peppermint) to make notes so it's modified regularly.
To recreate the issue with cherry tree first create a new doc and put some test data into it. Save it as sqlite unprotected file, push it, great. I leave cherry tree open this whole time. Modify the document with more test data example Tree->Insert todays node and then more test data, then save. Push the data. Looks good, because it says it worked. Check the md5 checksum with "drive md5sum | md5sum -c" and there is a conflict. Close cherry tree and force pull the data. Open your test document and the modifications are gone, therefore its not getting pushed correctly. Im sure this is why the md5 checksum wasn't jiving but I am unable to get the push to work on this file a 2nd time, I always just assumed it was just working.
Im sure I could trash the files through drive and then re-push although I havent tried it. Even a push -force doesn't work in this case -- the same md5 checksum. Normal push, -ignore-conflict, -force all react the same way.
I apologize in advance for a delay in response as I don't have the most free time.
The text was updated successfully, but these errors were encountered: