-
Notifications
You must be signed in to change notification settings - Fork 279
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
More efficient rsync parameters for Archive #110
Comments
We should definitely make archiving so it just calls out to a command
specified in the config, so people can use whatever commands and options
they want.
…On Mon, Apr 12, 2021, 21:31 Handri Kosada ***@***.***> wrote:
It seems this is way more efficient for Rsync large files parameters for
Archive
rsync --bwlimit=80000 -av --partial --inplace --append --progress
--remove-source-files /path/source/plots rsync://host:12000/sites/003/
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#110>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARPZIFRU72GN4RNABRZRCK3TIPCK7ANCNFSM422RNZAA>
.
|
If this ticket evolves to allowing the user to specify their archive settings, please make sure that the interface allows for requesting multiple archive events at the same time in parallel to different targets. (Should be similar to how dst scheduling works, but with multiple remote targets or multiple drives on a single remote target.) |
These settings work well for resyncing large files (such as VM images) but provide little/no benefit to our use case in terms of transfer speed over the current settings imo. |
Archiving has been significantly reworked and that has been merged to the |
It seems this is way more efficient for Rsync large files parameters for Archive
rsync --bwlimit=80000 -av --partial --inplace --append --progress --remove-source-files /path/source/plots rsync://host:12000/sites/003/
Tested in my local.
source : https://fedoramagazine.org/copying-large-files-with-rsync-and-some-misconceptions/
The text was updated successfully, but these errors were encountered: