Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about FDT #67

Open
av930 opened this issue Jun 10, 2022 · 1 comment
Open

Question about FDT #67

av930 opened this issue Jun 10, 2022 · 1 comment

Comments

@av930
Copy link

av930 commented Jun 10, 2022

Thanks for this amazing tool, FDT.
I wonder some points.

  1. When I transfer a huge file (over 1T). In this case, Still FDT use a multi-thread? in my case, I cannot get any speed-up.
  2. When re-transmit it, It is super-faster than rsync. even if I deleted legacy file that already transferred. Is it cached? or How is it possible?
@fixy
Copy link
Contributor

fixy commented Jun 15, 2022

Hello,

For question 1, it transfers all files by byte range so it does not matter what file size is (almost), you could try to increase threads count by setting parameter -P 20 (to have 20 threads)
For question 2, we do not cache data but could you describe more your scenario? If file is already present it could be jus skipped if meta data is same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants