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
Analogous to xferbycopying, it avoids transferring.
It will also avoid file copying, thus quickly propagates renaming of large files.
The proposed feature works behind the scene and does not introduce any extra complexity to end users.
The text was updated successfully, but these errors were encountered:
This is not easy to do. In fact, it is very difficult. Behind the scenes is really only possible for the simplest of the simple cases.
I propose a working solution in #576 which I think does what you are looking for. I will rebase that PR onto the latest version eventually but there are a few PRs in queue before that.
Analogous to
xferbycopying
, it avoids transferring.It will also avoid file copying, thus quickly propagates renaming of large files.
The proposed feature works behind the scene and does not introduce any extra complexity to end users.
The text was updated successfully, but these errors were encountered: