New tutorial and script for rsync resources page

2010-03-27 Thread Wolfram Volpi
The rsync tutorial is for new rsync users. Three small backup examples thoroughly explain rsync --link-dest, --recursive, and --exlcude-from options.  http://sites.google.com/site/rsync2u/home/rsync-tutorial rsync2u is a job-driven script that uses rsync to backup files to a local USB device or

Re: [PATCH] Exceeding white spaces and a typo

2010-03-27 Thread Wayne Davison
Thanks -- I've fixed the whitespace and the spelling of "running". ..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-ques

Re: progress on screen with only stats in a log file

2010-03-27 Thread Wayne Davison
On Sat, Mar 27, 2010 at 8:29 AM, Andrei_r20 wrote: > Which combination of options/output redirection permits to display > the progress (--progress) at the standard output and ONLY (no file listing) > the stats (--stats) in a log file? If the stats are also displayed at > the standard output, it's

Re: Incremental recursion not working

2010-03-27 Thread Wayne Davison
On Sat, Mar 27, 2010 at 7:23 AM, Gerald Holl wrote: > that was the final hint! I specified e.iL in command="..." in > ssh/authorized_keys and now incremental recursion works! > Rsync depends on being able to communicate what is happening to the remote side via options. If something is mangling

Re: Specify Includes Only

2010-03-27 Thread Paul
On Tue, Mar 23, 2010 at 09:09:18PM -0400, Matt McCutchen wrote: There is a --files-from option precisely for that purpose! Try: rsync -r --include-from=filt.txt --prune-empty-dirs \ --files-from=dirs.txt . destdir (Note that you need a source argument relative to which the --files-from

progress on screen with only stats in a log file

2010-03-27 Thread Andrei_r20
Hello ladies & gentlemen, Which combination of options/output redirection permits to display the progress (--progress) at the standard output and ONLY (no file listing) the stats (--stats) in a log file? If the stats are also displayed at the standard output, it's ok Thank you. ps: rsync 3.0.2

Re: Incremental recursion not working

2010-03-27 Thread Gerald Holl
Wayne Davison wrote: > On Fri, Mar 26, 2010 at 12:33 AM, Gerald Holl > wrote: > > cmd[9]=-vvvLogtprze.iL > > > The presence of the 'i' in the -e.iL option that was sent means that the > client believes that incremental recurse is possible. The server side > mu

Seem to be no traffic

2010-03-27 Thread Johan
Hi, I do not get any traffic. Is there a problem Johan Sch -- 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