Re: What is it doing?

2014-01-14 Thread Christian Huldt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The answer to the original question What is it doing? is usually best answered by rsync it self with -vvv Perry Smith skrev 2014-01-14 00:19: Yea. Shouldn't be hard to split up. The hard part is some type of dependable rotation. You mention

rsync output and log FORMAT escapes

2014-01-14 Thread Florian Feldhaus
Hi, I’m currently evaluating the new possibilities of rsync 3.1.0 with regards to customizing the output / log format. Unfortunately I couldn’t find a complete list of FORMAT escapes. Could someone point me to it? More specific, I would like to include the statistics of the --stats parameter

Re: What is it doing?

2014-01-14 Thread Perry Smith
Thank you to all for helping. Just to explain and justify myself: the reason I thought rsync might help is tar is too simple. If I can't even get all of the stat calls in a day, then I won't be able to get all of the files transferred in a day either. I thought rsync would help by picking up

[Bug 10379] New: rsync metadata files

2014-01-14 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=10379 Summary: rsync metadata files Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: core

Re: rsync output and log FORMAT escapes

2014-01-14 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The info is under log format in man rsyncd.conf On 01/14/2014 10:00 AM, Florian Feldhaus wrote: Hi, I’m currently evaluating the new possibilities of rsync 3.1.0 with regards to customizing the output / log format. Unfortunately I couldn’t find

[Bug 10380] New: Non-Nested Folder Optimisation

2014-01-14 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=10380 Summary: Non-Nested Folder Optimisation Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5

[Bug 5124] Parallelize the rsync run using multiple threads and/or connections

2014-01-14 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5124 --- Comment #4 from Haravikk m...@haravikk.com 2014-01-14 17:40:22 UTC --- I see this is quite old, and to be honest I'm not completely familiar with rsync's implementation, but more rsync performance is of benefit to everyone so I thought I'd chip

Re: [Bug 10380] New: Non-Nested Folder Optimisation

2014-01-14 Thread Perry Smith
I may be missing the point but the contents of a file within a directory can change without affecting the directory. ls -ld . dog drwxrwxrwt 24 rootwheel 816 Jan 14 11:39 . -rw-rw-r-- 1 pedzan wheel0 Jan 14 11:41 dog echo more dog ls -ld . dog drwxrwxrwt 24 rootwheel

Re: [Bug 10380] New: Non-Nested Folder Optimisation

2014-01-14 Thread Perry Smith
I may be missing the point but the contents of a file within a directory can change without affecting the directory. ls -ld . dog drwxrwxrwt 24 rootwheel 816 Jan 14 11:39 . -rw-rw-r-- 1 pedzan wheel0 Jan 14 11:41 dog echo more dog ls -ld . dog drwxrwxrwt 24 rootwheel

Re: rsync output and log FORMAT escapes

2014-01-14 Thread Florian Feldhaus
Hi, thanks for the information. I would have expected it in the rsync manpage (that’s what I searched). Regarding my second question, is there a way to only output the rsync summary to the log file and not to stdout? When I use --stats, the summary is written into the log file and on screen.

Re: rsync output and log FORMAT escapes

2014-01-14 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It is in the man page for rsyncd.conf (I think) because it is really intended to control the logging of an rsyncd service. When you run rsync on the command line you can always just |tee or to log the output to a file. On 01/14/2014 03:51 PM,