Bug 137148 - Verify integrity after move/copy operation
Summary: Verify integrity after move/copy operation
Status: CONFIRMED
Alias: None
Product: frameworks-kio
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: KIO Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-10 12:32 UTC by Marcel Partap
Modified: 2025-03-24 22:57 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.