Page 1 of 1

Copy/Move Queue by Drive Pair

Posted: 2023-09-30, 22:10 UTC
by zorg
How complicated would it be to have have multiple copy/move queues?

The use-case I'm thinking about is when you have two independent drive pairs that you want to have copy operations on.

For example,
C = Internal SSD
D = Internal HDD
M = External SSD
N = Network HDD

If you have two sets of copies going simultaneously, from C->M and C->N, then there is no advantage (I believe) to having both copy operations going simultaneously - you are limited by the read-speed of drive C.

However, if your operations are going from C->M and D->N, then, I believe, you would get better throughput by running both operations simultaneously.

There are other considerations - shared busses comes to mind - but in principle there are situations where simultaneous copy is better.

You can effect this, currently, by having two instances of TC running at the same time. Would it be straightforward - or, is there already a plugin - to do this in a single instance of TC?

Note that I realize you could run an arbitrary number of instances using the simple copy dialog; I'm interested in using the copy queue.

Re: Copy/Move Queue by Drive Pair

Posted: 2023-10-01, 01:07 UTC
by Dalai
You can open as many background transfer manager (BTM) windows as you like via the Commands menu. Then select the files you want to transfer and add them via the BTM's plus button.

Regards
Dalai

Re: Copy/Move Queue by Drive Pair

Posted: 2023-10-01, 01:10 UTC
by zorg
Dalai - Thank you very much! I did not know that feature existed.