Re: How to hide the file name listings, but still see the stats?

2006-02-07 Thread John Van Essen
On Tue, 7 Feb 2006, Wayne Davison <[EMAIL PROTECTED]> wrote: > On Tue, Feb 07, 2006 at 02:32:22PM -0500, Daniel Rawson wrote: >> I am indeed using --dry-run (well, -n, but ...). That must be it! > > I'm changing this for 2.6.7, as I want the output of -n to be closer > to what rsync would output

DO NOT REPLY [Bug 3491] New: throttle disk IO during filelist/directory parsing

2006-02-07 Thread bugzilla-daemon
https://bugzilla.samba.org/show_bug.cgi?id=3491 Summary: throttle disk IO during filelist/directory parsing Product: rsync Version: 2.6.4 Platform: All URL: http://vilius.multiply.com/video/item/10 OS/Version: Linux Stat

Re: How to hide the file name listings, but still see the stats?

2006-02-07 Thread Wayne Davison
On Tue, Feb 07, 2006 at 02:32:22PM -0500, Daniel Rawson wrote: > I am indeed using --dry-run (well, -n, but ...). That must be it! I'm changing this for 2.6.7, as I want the output of -n to be closer to what rsync would output when -n is removed. ..wayne.. -- To unsubscribe or change options: h

Re: high cpu usage of rsync process - sometimes (extremely wired)

2006-02-07 Thread John Van Essen
On Tue, 7 Feb 2006, Sebastian Schwerdhoefer <[EMAIL PROTECTED]> wrote: > Hello, > > i have two clients (c1 and c2) with 100% same hard- and software and > also two servers (s1 and s2) with 100% same hard- and software. The > servers run "rsync --daemon", the clients start rsync periodically to > s

Re: How to hide the file name listings, but still see the stats?

2006-02-07 Thread Daniel Rawson
Wayne Davison wrote: On Tue, Feb 07, 2006 at 08:32:15AM -0500, Daniel Rawson wrote: However, the files (and the deleted files) appear no matter what. Did you specify --dry-run, --progress, --log-format, or -i? Those options can also turn on either verbosity (the first 2) or just the display

Re: How to hide the file name listings, but still see the stats?

2006-02-07 Thread Wayne Davison
On Tue, Feb 07, 2006 at 08:32:15AM -0500, Daniel Rawson wrote: > However, the files (and the deleted files) appear no matter what. Did you specify --dry-run, --progress, --log-format, or -i? Those options can also turn on either verbosity (the first 2) or just the displaying of the names that are

DO NOT REPLY [Bug 2294] Detect renamed files and handle by renaming instead of delete/re-send

2006-02-07 Thread bugzilla-daemon
https://bugzilla.samba.org/show_bug.cgi?id=2294 --- Comment #4 from [EMAIL PROTECTED] 2006-02-07 07:25 MST --- There is now a patch named detect_renamed.diff in the patches dir that implements the basics of finding renamed files. This will probably go onto the trunk for the release a

DO NOT REPLY [Bug 3299] rsync: now replaces non-ASCII character with numerical values

2006-02-07 Thread bugzilla-daemon
https://bugzilla.samba.org/show_bug.cgi?id=3299 --- Comment #3 from [EMAIL PROTECTED] 2006-02-07 05:33 MST --- I should also mention that there is now an option that tells rsync that you want it to pass through all high-bit characers unescaped (instead of trying to escape only the inv

high cpu usage of rsync process - sometimes (extremely wired)

2006-02-07 Thread Sebastian Schwerdhoefer
Hello, i have two clients (c1 and c2) with 100% same hard- and software and also two servers (s1 and s2) with 100% same hard- and software. The servers run "rsync --daemon", the clients start rsync periodically to syncronize a directory with them, where c1 syncs with s1 and c2 with s2. The directo

How to hide the file name listings, but still see the stats?

2006-02-07 Thread Daniel Rawson
I'm using rsync 2.6.6 to transfer some directories with the following invocation rsync -az --delete --ignore-errors --stats -e rsh I would expect to get ONLY the --stats output from this invocation. If I add one or more -v flags, I would expect to see the files listed. However, the files (and