https://bugs.kde.org/show_bug.cgi?id=400628
--- Comment #17 from Ralf Habacker <ralf.habac...@freenet.de> --- (In reply to Thomas Baumgart from comment #7) > The current KMyMoney code simply executes > > mount <<path-provided-in-dialog-as-mountpoint>> > > when the check mark is checked. That will certainly not help on Windows. > > Performing the backup is done using the 'cp' (unix) and 'copy' (windows) > command line utilities. I wonder if it might be more intelligent to rename > the current mount-point into destination folder and use some kio slave magic > to do the copy job. This code comes a long way from KDE3 (or even KDE2). > Using the KDE tools we will be able to even store the file in a cloud (like > nextcloud). yes, this was fixed with bug 384139. The related commit is https://cgit.kde.org/kmymoney.git/commit/?id=9771cfa20fbf2d6bd2e63fea0aefc410d720b870 or look at the related source location at https://cgit.kde.org/kmymoney.git/tree/kmymoney/kmymoney.cpp?h=4.8#n2690 -- You are receiving this mail because: You are the assignee for the bug.