5 ms·
I came across rclone at work because "Copy or move data to Azure Storage by using AzCopy v10" is a lie, it literally can't `move` files, only `copy` them. I ca
by jiggawatts 19d ago
I came across rclone at work because "Copy or move data to Azure Storage by using AzCopy v10" is a lie, it literally can't `move` files, only `copy` them.
I can't express in polite words how pathetic it is to see the only official blob storage bulk transfer CLI tool from a multi-trillion-dollar company fail to do the simplest, most essential functionality after ten major revisions.
Meanwhile, rclone Just Works(tm).
Thank you from me too!
- stavros 19d agoDo not try and move the files; that's impossible. Instead, only try to realize the truth... Delete them after you copy.
- rq1 19d agoBend the spoon* * for people who don’t know the ref
- dingdongditchme 19d agoThe star only confuses me more...?
- zdragnar 18d agoIt's a pointer to a reference you don't have. Also, a line from a scene in the Matrix.
- deleted 18d ago[deleted]
- TomatoCo 19d agoRight? If you move between file system or device I would expect "move" to be impossible. At best you could copy a logical block and then delete a logical block. If you share a filesystem then perhaps a logical block is a few hundred kilobytes. If you don't then I'd expect the smallest logical block to be the file itself.
- inigyou 19d agoMoving on the same filesystem moves the pointer to the file.
- TomatoCo 17d agoRight! When I wrote that I made a mistake and thought that there were filesystems that used multiple drives but still had the meaningful distinction of "what drive is that file on?" Like, yeah, RAID, several drives, one filesystem, right? Except no, because it's just one virtual device.
- deleted 19d ago[deleted]
- jiggawatts 18d ago> Delete them after you copy. Why is the word “you” in there, as-if that is inherently manual labour for me to carry out? I know! Move is two operations under the hood. Rclone automates this trivial two step action. Azcopy does not.