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
https://bugzilla.samba.org/show_bug.cgi?id=6240
m...@lbl.gov changed:
What|Removed |Added
Status|RESOLVED|VERIFIED
--- Comment #4 from m...@lbl
https://bugzilla.samba.org/show_bug.cgi?id=6183
--- Comment #3 from anorho...@gmail.com 2009-04-01 12:32 CST ---
I am on AIX 6.1 TL02. Been using older version and encountered the file too
large error (27) so I downloaded and tried 3.0.5 but encountered the same error
but ~10GB has b
https://bugzilla.samba.org/show_bug.cgi?id=5615
--- Comment #7 from per_angst...@autark.se 2009-04-01 11:29 CST ---
Thanks for the work-around. Hoping a fixed version is available soon.
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
--- You are receivi
> All right, so it's a timeout. That means either the rsync
> protocol deadlocked (which would constitute a bug) or the
> network lost data. To determine which, please run all three
I'm coming back to this issue, which I did not have time to go on
further...
One of the DSL lines has been ug
On 29/03/09 17:15, Morgan Read wrote:
> Hello Folks
>
...
On 30/03/09 04:45, Kyle Lanclos wrote:
> I suggest putting your 'ssh -i /some/key/here' into a small shell script,
> so that you do:
>
> rsync -e rsync_ssh
>
> ...and rsync_ssh looks like:
>
> #! /bin/sh
>
> exec ssh -i /home/key/here "$@"
Finally, I succeeded; with a --exclude-from= pointing to a file containing:
+ /tmp
+ /tmp/*.conf
- *
Lessons:
- when U want only a few files, first include these files, then exclude
everything else
- include directories too.
- run the command without exclude-from, to spot where root is locate
Indeed, removing -v and adding --out-format does it.
Thank you.
See the --out-format (aka --log-format in older rsync versions) and the -i
(--itemize-changes) options (since -i is an easy way to set --log-format
and get extra information on what is changing).
--
Please use reply-all for mo
Maybe I am tired. I have been reading man page, and these messages, and
the website, I just dont understand how include/exclude works.
Is there a decent tutorial on the subject, I missed, for some reason?
all I want is to take /var/tmp/*.conf files. I dont want to recurse down
thru directories