I’ve been on a journey to try and sync my google photos and google docs to backblaze. I’ve overcome the hurdle of duplicate file names. However, one issue that I couldn’t sort out was that when copying google docs to backblaze, for whatever reason it saw the file sizes as different so would always recopy it.
I saw a solution online that involved doing a sync and ignoring the google docs, then syncing the google docs but ignoring the file size.
Now what do I need to do to get my google docs synced to backblaze, without it kicking up a fuss that the file size on the destination is different to the source, even though they are the same files?
Hi NCW. Thank you for the reply. Is there a way to apply this only to google drive files? Something like --google_format flag, so it applys to only google sheet, google doc etc
That is the problem is that you can't download the google native docs, you can only export them. So rclone will always export the docs with one of the extensions listed in
--drive-formats string Comma separated list of preferred formats for downloading Google docs. (default "docx,xlsx,pptx,svg")
I'm sorry to bring this up. But how do I only backup google documents.
With this new command to ignore the size, would I just have to run that over all files again, in which case it would skip them because they exist, or can I do something along these lines in sudo code:
if document=googledoc,
then rclone sync XYZ --ignore-size