Using Google Drive

I’m new to Duplicati (looking for backup solution post-crashplan). I want to use Google Drive, but don’t want to see the folder in my Google Drive folder. In Arq Backup there was an option to use the appdata area of Google Drive. I’d like to do the same, but am not sure how. There is a thread that talks about it here, but I can’t find anything new:

Any help?

Did you check out this Topic yet? I’m not sure if it fits your desire to hide the folder, but it’s worth a look just in case…

You get this if you use the “Google Drive” button here:
https://duplicati-oauth-handler.appspot.com

The “Google Docs” button gives access to the entire drive.

There is a little text on the page that describes it:

If you have previously used the Google Docs backend for Duplicati, and want to continue the backup, you must use this option. Using the Google Docs button will grant access to all files in your Google Drive, where the Google Drive button will only grant access to the files created by Duplicati itself.

20220207
google drive. Very often such warnings go. What is it and how to fix?

Meaning you backup again, and all is OK? Have you looked (e.g. in the Search box) to see if file is there?
The file delete is retried 5 times by default. In the example below, a retry delete finally got rid of the old file.

You would need to set up logs to be sure, but the one here had a series of upload failures, each of which leaves things in an unknown state. An upload retry is done under a new name, and old potential messes resulting from failed upload get cleaned up at the end. You can see some confusion where Google won’t delete the file because it thinks it’s not there, but then a file list by Duplicati sees it, and warns you of that.

Retry of delete then failed because Google said file wasn’t there, but files list this time saw it was gone.
In the example below, everything ended well (it appears), but you can see if your file was actually deleted.
Generally it would be, as I think retries persist up to the configured limit. Failure is an error, not a warning.

Duplicati can’t control Google, but if this gets too noisy I suppose Warning could be turned to Information, which won’t do any popups but could be gotten if someone really needed the detail to look into a problem.

Warning at end of job after Upload Retry turned down the noise level a bit. Maybe it needs to lower more?

Excerpt:

2020-05-13 19:00:55 +01 - [Retry-Duplicati.Library.Main.Operation.Backup.BackendUploader-RetryPut]: Operation Put with file duplicati-20200513T180000Z.dlist.zip.aes attempt 1 of 5 failed with message: The remote server returned an error: (403) Forbidden.
2020-05-13 19:01:05 +01 - [Information-Duplicati.Library.Main.Operation.Backup.BackendUploader-RenameRemoteTargetFile]: Renaming "duplicati-20200513T180000Z.dlist.zip.aes" to "duplicati-20200513T180001Z.dlist.zip.aes"
2020-05-13 19:01:07 +01 - [Retry-Duplicati.Library.Main.Operation.Backup.BackendUploader-RetryPut]: Operation Put with file duplicati-20200513T180001Z.dlist.zip.aes attempt 2 of 5 failed with message: The remote server returned an error: (403) Forbidden.
2020-05-13 19:01:34 +01 - [Information-Duplicati.Library.Main.BasicResults-BackendEvent]: Backend event: Delete - Started: duplicati-20200513T180001Z.dlist.zip.aes ()
2020-05-13 19:01:34 +01 - [Information-Duplicati.Library.Main.BackendManager-DeleteRemoteFileFailed]: Delete operation failed for duplicati-20200513T180001Z.dlist.zip.aes with FileNotFound, listing contents
2020-05-13 19:01:36 +01 - [Warning-Duplicati.Library.Main.BackendManager-DeleteRemoteFileFailed]: Listing confirms file duplicati-20200513T180001Z.dlist.zip.aes was not deleted
2020-05-13 19:01:36 +01 - [Information-Duplicati.Library.Main.BasicResults-BackendEvent]: Backend event: Delete - Retrying: duplicati-20200513T180001Z.dlist.zip.aes ()
2020-05-13 19:01:46 +01 - [Information-Duplicati.Library.Main.BasicResults-BackendEvent]: Backend event: Delete - Started: duplicati-20200513T180001Z.dlist.zip.aes ()
2020-05-13 19:01:47 +01 - [Information-Duplicati.Library.Main.BackendManager-DeleteRemoteFileFailed]: Delete operation failed for duplicati-20200513T180001Z.dlist.zip.aes with FileNotFound, listing contents
2020-05-13 19:01:49 +01 - [Information-Duplicati.Library.Main.BackendManager-DeleteRemoteFileSuccess]: Listing indicates file duplicati-20200513T180001Z.dlist.zip.aes was deleted correctly