DO NOT REPLY [Bug 6995] New: Suggested new verbosity level

2009-12-16 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=6995 Summary: Suggested new verbosity level Product: rsync Version: 2.6.9 Platform: All OS/Version: Other Status: NEW Severity: minor Priority: P3 Component: core

Re: Option to create ancestors of destination, like "mkdir -p

2009-12-16 Thread Wayne Davison
On Wed, Dec 16, 2009 at 1:38 PM, Tony Abernethy wrote: > The existing default has saved my bacon several times. > Yeah. I don't think I'd ever change the default, though adding an option is possible. However, there are several ways to create paths remotely with rsync now. For example: mkdir -

Re: --timeout not honoured

2009-12-16 Thread Wayne Davison
On Tue, Dec 15, 2009 at 11:41 PM, Fabian Cenedese wrote: > I think I know now where my confusion comes from. The reported time is not > the actual time without action but the time since the start of the rsync > command. > It shouldn't be, since it is reporting the time elapsed since the last inp

RE: Option to create ancestors of destination, like "mkdir -p

2009-12-16 Thread Tony Abernethy
henri wrote: > >> > I agree with everyone else that it would be incredibly useful for > rsync to > >> > either adopt such behaviour by default (assuming always doing > 'mkdir -p' isn't > >> > harmful in any way), or have a tunable to enable it. > >> > >> I also agree the suggested behavior makes a

Re: Option to create ancestors of destination, like "mkdir -p

2009-12-16 Thread henri
>> > I agree with everyone else that it would be incredibly useful for rsync to >> > either adopt such behaviour by default (assuming always doing 'mkdir -p' >> > isn't >> > harmful in any way), or have a tunable to enable it. >> >> I also agree the suggested behavior makes a lot of sense and I t

Re: rsync exclude

2009-12-16 Thread Gary Montalbine
That worked. Thank you Tony. Gary Tony wrote: try: --exclude=.thumbnails/*** --exclude=tmp/*** On Dec 16, 2009, at 1:40 PM, Gary Montalbine wrote: Tony Abernethy wrote: Gary Montalbine wrote: I am trying to backup my /home directory. A friend helped me with this script: #!/bin/sh #backup

Re: rsync exclude

2009-12-16 Thread Tony
try: --exclude=.thumbnails/*** --exclude=tmp/*** On Dec 16, 2009, at 1:40 PM, Gary Montalbine wrote: > > > Tony Abernethy wrote: >> Gary Montalbine wrote: >>> I am trying to backup my /home directory. A friend helped me with this >>> script: >>> >>> #!/bin/sh >>> #backup friday >>> #"Spinning

Re: rsync exclude

2009-12-16 Thread Gary Montalbine
Tony Abernethy wrote: Gary Montalbine wrote: I am trying to backup my /home directory. A friend helped me with this script: #!/bin/sh #backup friday #"Spinning up backup drive and mounting it .." cd / mount /mnt/hd2 #"Starting backup procedures" rsync -avx --exclude="/home/gary/.thumbnails/"

RE: rsync exclude

2009-12-16 Thread Tony Abernethy
Gary Montalbine wrote: > I am trying to backup my /home directory. A friend helped me with this > script: > > #!/bin/sh > #backup friday > #"Spinning up backup drive and mounting it .." > cd / > mount /mnt/hd2 > #"Starting backup procedures" > rsync -avx --exclude="/home/gary/.thumbnails/" > --exc

rsync exclude

2009-12-16 Thread Gary Montalbine
I am trying to backup my /home directory. A friend helped me with this script: #!/bin/sh #backup friday #"Spinning up backup drive and mounting it .." cd / mount /mnt/hd2 #"Starting backup procedures" rsync -avx --exclude="/home/gary/.thumbnails/" --exclude="/home/gary/tmp/" --delete --ignore-e

rsync hang on large file in a set

2009-12-16 Thread Eliot Moss
This is to both the rsync and cygwin lists, and I regret that it is vaguer than I would like, but ... With cygwin 1.7 (latest beta) and the rsync released with it (3.0.6-1) I try to sync a couple of Gb of Thunderbird mail files. The flag settings were -avzuP plus a --chmod and some includes/exclu