Page 1 of 1

Google Drive backup testing is very slow.

Posted: Thu Aug 04, 2022 5:45 pm
by Dmaner
Testing each file takes 4-5 sec. This is especially noticeable in photographs.
Testing the entire backup takes a week.
(backup size: 1.7 GB, internet speed: 200Mb/s)
Is there any way I can speed up the process?

Re: Google Drive backup testing is very slow.

Posted: Fri Aug 05, 2022 9:14 am
by Adrian (Softland)
Hi,

There is a communication (request - response) with the Google Drive service for each file. Sometimes the response from Google Drive can be delayed or if you have many files, the server could respond slower after a while.
A solution is to use the Full backup type which puts all files in a zip archive and less requests will be made.

Re: Google Drive backup testing is very slow.

Posted: Fri Aug 05, 2022 2:20 pm
by Dmaner
Maybe run testing in multiple threads? So that each thread processes its own queue of files. Or send each next file in the queue for testing to a free stream.

Another interesting point. Slowdown only in photographs. Other files of the same size are tested at an average of 3 files per second.

Re: Google Drive backup testing is very slow.

Posted: Wed Aug 17, 2022 1:05 pm
by Adrian (Softland)
Hi,

In version 9.8 of FBackup there is multithreading implemented.
All file types are processed the same way for FBackup.
Please make sure the antivirus is not scanning those image files on accessing.

Re: Google Drive backup testing is very slow.

Posted: Wed Aug 17, 2022 5:57 pm
by Dmaner
Adrian (Softland) wrote:
Wed Aug 17, 2022 1:05 pm
Hi,

In version 9.8 of FBackup there is multithreading implemented.
Hi,
I have seen this feature. But I don't see any difference if it's enabled or disabled.
I set 8 threads, but the progress is visually the same.

Re: Google Drive backup testing is very slow.

Posted: Fri Aug 19, 2022 8:53 am
by Adrian (Softland)
Hi,

The difference is visible for larger files (>100 MB).
Multithreading is used to process large files in multiple threads, not for processing a bunch of files in each thread.