cross-device copying / USB improvements
    benny 
    listen at marcrenearns.de
       
    Sat Jul 26 03:41:17 PDT 2008
    
    
  
benny wrote:
> -> cp resumes. i.e. starts copying the same things again, this time
>    behaving like rsync (I guess rsync solves incomplete transfers by
>    some kind of checksum / hashing)
perhaps this one is not so far away :)
lets say the fs on both devices is hammer, then a cp could be thought of as
a simple mirroring (syncing) (and a mv as a cp with deletion on the
source). the only thing needed would be to be able to "mirror" a single
file and to "detach" the mirrored file / directory somehow from the master.
I don't know if it is possible to extend hammer that way though.
For other filesystems an rsync something would still be needed, but this
could be a start.
Regards,
Benny
    
    
More information about the Bugs
mailing list