cryptic output with itemized option

2009-04-02 Thread Jignesh Shah
Hi,

Could any one please tell me if there is any way to remove 11 letters long
cryptic output from -ii option.

I am using rsync 3.0.5

rsync -av -stats -ii --log-file-format='CONTENTS: %i %f %l %o %b'
--log-file='/tmp/rsync-test' Mydocs/ Mydocs1/

The output of this command:

2009/03/31 15:15:17 [4537] building file list
2009/03/31 15:15:29 [4537] created directory Mydocs1
2009/03/31 15:15:29 [4537] CONTENTS: cd+ Mydocs/. 4096 send 0
2009/03/31 15:15:29 [4537] CONTENTS: f+ Mydocs/1.pl 394 send 437
2009/03/31 15:15:29 [4537] CONTENTS: f+ Mydocs/CHANGELOG.txt 2588

I want to remove cd+, f+ etc from whole output to make
it compatible with rsync V2.6.7. Is it possible?

Thanks,
Jignesh
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: cryptic output with itemized option

2009-04-02 Thread Paul Slootman
On Thu 02 Apr 2009, Jignesh Shah wrote:

 Could any one please tell me if there is any way to remove 11 letters long
 cryptic output from -ii option.

That cryptic output is the main point of --itemize-changes...
And note that -ii is dedundant, -i is enough.

I suspect you want to use --out-format=... instead of --itemize-changes.


Paul
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: itemized option (-ii) with --log-file and --log-file format

2009-04-02 Thread Wayne Davison
On Wed, Apr 01, 2009 at 10:50:13AM +0530, Jignesh Shah wrote:
 I noticed that the output format for this command is different from rsync
 V2.6.* . Is there any way I can make this output similar to rsync V2.6.*?

What difference are you referring to?  The use of send instead of recv
for a local transfer?  That is a more accurate representation of what
rsync is doing, but you can change it by forcing rsync to pull files
from localhost.  See the support/lsh script for a way to pull from
localhost w/o using a remote shell.  If that's not the issue, please
elaborate.

..wayne..
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


RE: What could this be? Transfer error code 16

2009-04-02 Thread Boniforti Flavio

 This looks like an application is running where the backup is 
 to be made. The application opens and locks the files 
 with an exclusive lock and the rsync program must then wait 
 until it is freed by the application or times out.
 
 This is a typical problem under Windows. Can you ask the user 
 to close the application?

In fact, that was the issue it seems. Thanks.

Flavio.
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


DO NOT REPLY [Bug 6240] rsync 3.0.x -x/--one-file-system regression?

2009-04-02 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=6240





--- Comment #5 from m...@lbl.gov  2009-04-02 19:32 CST ---
Is this something that could be added to the test suite?  I notice that this
behavior has come up and been fixed before, albeit with a different cause and
solution.  But since regression on the -x behavior can very easily result in
data loss (as seen here), it might be useful to check for that.


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug, or are watching the QA contact.
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html