Bug 137148

Summary: Verify integrity after move/copy operation
Product: [Frameworks and Libraries] frameworks-kio Reporter: Marcel Partap <mpartap>
Component: generalAssignee: KIO Bugs <kio-bugs-null>
Status: CONFIRMED ---    
Severity: wishlist CC: a.samirh78, bugseforuns, ivo, kdelibs-bugs-null, nate
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Marcel Partap 2006-11-10 12:32:37 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

I often copy huge amounts of files I don't want to loose and always copy them and then compare source and copy with kdiff3 /Beyond Compare (Win32 Shareware, runs on wine)
If the kio system would have an additional option to safely copy/move files which performs a CRC check on the written data I would save a lot of time and work, and always could be sure my files reached the other disk intact... whoever reads this first: give it a tought. Should be a simple one.
Comment 1 Ivo Anjo 2007-12-26 20:24:58 UTC
I would recomend using md5sum (or some other *sum) instead of a diff'ing app, but I agree that it would be a nice feature to have, although I suppose this could only work on some backends.
Comment 2 Ahmad Samir 2020-03-28 15:37:20 UTC
For such cases, i.e. making backups, rsync or some other dedicated GUI tools are a better option, IMHO.