https://bugs.kde.org/show_bug.cgi?id=445391
--- Comment #8 from Jacek Rzęsista <ja...@jcentrum.net> --- (In reply to Simon Persson from comment #7) > (In reply to Jacek Rzęsista from comment #6) > > (In reply to Chris Rizzitello from comment #2) > > > This is not a "bug" > > > The end user must mount a SMB share to use as an rsync target. > > > Rsync is known to not work well over the smb protocol > > > > > > The Issue at hand is that we need to communicate this to the user. If they > > > select a location to store the backup that is a remote share it must be of > > > sftp(ssh) or rsync type. If the user has selected a path mounted via kio > > > like a temp smb path (i.e smb://server/share) in dolphin we need to warn > > > that the path is temporary mount point. > > > > I have a question about sftp(ssh) type :) What kind of path do I have to set > > in kup to get it work ? When I try path like this: > > sftp://user@destination_ip/path_to_folder/on_destination > > I still got tooltip in systray with info about that backup's destination is > > unreacheable. > What you can do is to install sshfs, mount the remote folder to some local > folder, configure kup to save to some path under that local folder. Kup will > monitor the local folder for mount and unmount events. So just make sure to > always mount that server to the same local path. OK, thanks for the info, you inspired me to this: https://forum.kde.org/viewtopic.php?f=225&t=173986&p=452664#p452664 I think it is good and working solution to get kup working over ssh :-) -- You are receiving this mail because: You are watching all bug changes.