| Summary: | Integrate rsync in file manager | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Erik Parmann <eparmann> |
| Component: | general | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | wishlist | CC: | finex |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Erik Parmann
2004-04-05 21:04:42 UTC
It also sounds like bugs 3477 and 42219. I'd also love to have a feature for synchronizing directories in Konqueror. It should be bi-directional though. I guess that eliminates rsync in favour of unison? Well, whatever :) would be a great enhancement if rsync or unsion could be integrated in sftp/fish. I second this wish. I actually thought about an implementation ("fast copy") but I found out that I'm not fluent enough in C++ to do it. :-(
Actually, maybe using and extending KFS (KDE File Sync) for this purpose is also an idea.
Jens
Rsync-for-quanta still sounds like something really useful, and also still sounds like a dupe of 20752! I use a simple filesystem-based blog called Blosxom, and it is very sensitive to timestamps, because it orders postings in date-last-modified. Quanta is moderately good at syncing content (admittedly only by keeping track of uploads rather than actually checking the content, but at least it mostly works). However it's regrettably useless at syncing filesystem timestamps, AFAICS it doesn't even try to do so (by default I use the fish ioslave for uploads). If I could configure quanta to use "rsync -a" I'd have a really quick way round this problem with no other development needed - at present if I absent- mindedly do a quick upload from Quanta or otherwise tell it to update the entries, I have to login to the web server and "touch" each file with a suitable date in the past. Please can we have an rsync upload profile, if possible as a patch for 3.5.x too ? Actually I should clarify that I was speaking of Quanta, and I see this is more a kio/kfm issue. Sorry for the noise, I'll look more closely and raise the details elsewhere. I would vote for a kio rsync slave as useful in many applications, though ! |