sort files before compressing

Was just looking for quick and easy way to sort the files, which should be compressed/archived using tar and bzip/gz/xz etc. As another guy already figured out before I did, it's rather important in which order the files are stored in an archive. I don't ...

more ...

Useful code-snippets in datarecovery

Since I've had quite a bunch of failing harddrives recently in for recovery, I've created some scripts which help me doing that.

So there's one script that simply parses a logfile from DDrescue and shows you the amount of data already recovered, and the amount that's ...

more ...