https://bugs.kde.org/show_bug.cgi?id=495320
--- Comment #2 from Simon Persson <simon.pers...@mykolab.com> --- I don't have much time to look at it, but there is this code that is supposed to handle the situation, in planexecutor.cpp: void PlanExecutor::startBackup() { QFileInfo lInfo(mDestinationPath); if (!lInfo.isWritable()) { KNotification::event(KNotification::Error, xi18nc("@title:window", "Problem"), xi18nc("notification", "You don't have write permission to backup destination.")); exitBackupRunningState(false); return; } Somebody would need to look into why that test does not detect the situation. -- You are receiving this mail because: You are watching all bug changes.