https://bugs.kde.org/show_bug.cgi?id=479206
rtb2000 <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from rtb2000 <[email protected]> --- I have exactly the same problem when compression is enabled. In this case, kbackup compresses the files to /tmp, and /tmp doesn't have enough space on my system for the large files. Archiver::compressFile then aborts because filter.write returns 0 as soon as /tmp is full. In my case, the output also looks as if archiving the file was successful, but the "Warnings" section shows the "Could not write to temporary file" message generated in method compressFile. I would find it helpful to be able to optionally configure an alternative path for temporary files instead of /tmp (QTemporaryFile seems to offer the option to specify an arbitrary path). Thanks, rtb2000 -- You are receiving this mail because: You are watching all bug changes.
