You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split out of #7959 since the original one was mentioning two separate issues
Describe the bug
[When running nix-copy], the progress status does not show the size of file that has been uploaded, users would be confused when uploading a large store path, thinking that there is no progress at all (but it is actually uploading).
`nix copy` operations did not show progress. This is quite confusing.
Add a `progressSink` which displays the progress during `copyPaths`,
pretty much copied from `copyStorePath`.
FixesNixOS#8000
Split out of #7959 since the original one was mentioning two separate issues
Describe the bug
[When running
nix-copy
], the progress status does not show the size of file that has been uploaded, users would be confused when uploading a large store path, thinking that there is no progress at all (but it is actually uploading).Steps To Reproduce
Expected behavior
The progress-bar should cleanly upgrade as data is transferred to the destination store
Priorities
Add 👍 to issues you find important.
/cc @balsoft @Ninlives
The text was updated successfully, but these errors were encountered: