I had the same problem with gtkrsync in Hardy Heron since enabling hardy-backports (which includes the new rsync version 3.0.4).
And here's the reason for this: since version 3.0, rsync uses incremental file lists by default (see http://www.mail- archive.com/[email protected]/msg17767.html). Therefore, rsync's output starts with "sending incremental file list" instead of "xxx files to consider", so gtkrsync has no idea how many files will be considered. The option --delete-after diables incremental file list, i.e. you can use gtkrsync like this to get it working again: gtkrsync --delete-after --progress ... -- gtkrsync shows no progress bars https://bugs.launchpad.net/bugs/297183 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
