-
Notifications
You must be signed in to change notification settings - Fork 76
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
Wishes for 2022 #896
Comments
Hello, Yes I am a bit stalled at the moment, due to lack of time, and I am the only developer. Thank you for the suggestions. Some ideas for two of the speed issues above, if you are not doing these already: If you have lots of small files to back up, you might want to turn off librsync (set librsync=0). For faster restores, you might want to try using hardlinked_archive=1. |
Thanks for the reply and suggestions!
Yes, where file transfer occurs. |
Do you see the 100% cpu on the client, or server, or both? |
I think if this is Windows clients, it can face Windows Task Scheduler reduced priority issue. Please look at https://aavtech.site/2018/01/windows-task-scheduler-changing-task-priority/ |
One more thing @vt-alt, while using rsync library for large files, low CPU and network usage can be seen on both client and server, while it is in progress of finding differences, especially for large files. So if there is already duplicate data, it is not sent, as well it is not processed. In some cases it is faster to set rsync library file size cut off in config file. |
Not to blame, but list of weakness of burp we sometimes getting. (Btw it seems development is stalled?)
Recently I wanted to restore package database for several days like this:
It's ~400M, but one restore taking about a hour. Plus, when I wanted to relaunch command with
time
I cannot re-run restore quickly, because of repository lock and I should still wait a hour when server process finishes. Inability to parallel restore is bad.The text was updated successfully, but these errors were encountered: