Is your feature request related to a problem? Please describe.
The loop handling the archivation and upload process can be easily made to run in parallel, increasing the speed considerably if many folders are to be backed up.
Describe the solution you'd like
Implement multiple threads running the main process loop.
Is your feature request related to a problem? Please describe.
The loop handling the archivation and upload process can be easily made to run in parallel, increasing the speed considerably if many folders are to be backed up.
Describe the solution you'd like
Implement multiple threads running the main process loop.