Re: Rsync 3.0.7pre1 released

2009-12-23 Thread Max Arnold
On Mon, Dec 21, 2009 at 07:10:48PM -0800, Wayne Davison wrote: > Rsync version 3.0.7pre1 is now available for release testing. This is > a bug-fix release. > > Please test this new release and send email to the rsync mailing list > with any questions, comments, or bug reports. --timeout seems to

Re: preventing multiple rsync processes backing up same file with cron backup

2009-12-23 Thread Max Arnold
On Tue, Dec 22, 2009 at 10:56:21PM -0800, snowc wrote: > > If I have an rsync cron job that runs say every 15 minutes, what happens if > there is a file that process 1 has started to copy across, but hasn't > finished before the next process starts? > > Does rsync ignore this partially copied fil

Re: rsync speed on slow wireless links

2009-12-23 Thread Max Arnold
On Mon, Dec 21, 2009 at 10:04:20AM -0800, Wayne Davison wrote: > On Wed, Dec 9, 2009 at 10:08 PM, Max Arnold wrote: > > in my tests rsync often stalls > > for 3-5 minutes, while wget stalls only for several seconds and then > > continues download. Installed rsync-3.1dev snapshot from 20091222 on

Re: preventing multiple rsync processes backing up same file with cron backup

2009-12-23 Thread Max Arnold
On Wed, Dec 23, 2009 at 09:54:05AM +, chris snow wrote: > Say I want to backup a directory every 15 minutes from cron. I wrap cron in > a script that does locking to ensure only one instance of the script runs at > any one time. > > At some stage during the day, I have a file that is 1Gb that

encrypted destination

2009-12-23 Thread Michael
Hello I am looking for a method/feature to rsync my files and store them encrypted. While searching for a solution I found some postings about --source-filter and --dest-filter options but these seem to to be implemented. Of cause I could encrypt and them rsync but this costs double of space and a

strange error code with 3.1

2009-12-23 Thread Carlos Carvalho
Got this with rsync --list-only --files-from=list directory dummy > output 2> errors to get a local file list: ... rsync: link_stat "file-name" failed: No such file or directory (2) rsync: link_stat "file-name" failed: No such file or directory (2) rsync error: some files/attrs were not transferre

possible incompatibility in 3.1 with 3.0.6

2009-12-23 Thread Carlos Carvalho
Got this strange error: receiving incremental file list rsync: opendir "/.~tmp~" (in ) failed: Permission denied (13) IO error encountered -- skipping file deletion rsync: opendir "/path/.~tmp~" (in ) failed: Permission denied (13) invalid multi-message 22:4 [sender/inc] *

rsync stuck in infinite loop? (was How do I make rsync ignore unreadable files (damaged sectors)?)

2009-12-23 Thread Carlos Carvalho
Wayne Davison (way...@samba.org) wrote on 22 December 2009 08:02: >On Tue, Dec 22, 2009 at 4:18 AM, Tomas Gustavsson wrote: >> Still, I do think that rsync should give up after a long time, but it >> doesn't. > >Yeah, if it gets a read error for a part of a file, it substitutes >zeros for t

Re: Rsync 3.0.7pre1 released

2009-12-23 Thread Wayne Davison
On Wed, Dec 23, 2009 at 12:19 AM, Max Arnold wrote: > if overall transfer time is greater than --timeout parameter, rsync exits. > Thanks for pointing that out. I have checked in a change into the b3.0.x branch that should fix this up. ..wayne.. -- Please use reply-all for most replies to avo

Re: rsync speed on slow wireless links

2009-12-23 Thread Wayne Davison
On Wed, Dec 23, 2009 at 1:04 AM, Max Arnold wrote: > Is it worth to try development version in production or it is better to > wait for stabilization? > I'm using the version from Dec 16th in one production setting that is easy to monitor for problems, and it has been doing very well. I'm going

Re: preventing multiple rsync processes backing up same file with cron backup

2009-12-23 Thread Wayne Davison
On Tue, Dec 22, 2009 at 10:56 PM, snowc wrote: > Does rsync ignore this partially copied file, or does it try to copy it > across again in the second cron job? > If the one job catches up with the other, they will both copy the same file, each to its own temp file. If you have delete processing

Re: possible incompatibility in 3.1 with 3.0.6

2009-12-23 Thread Wayne Davison
On Wed, Dec 23, 2009 at 7:35 AM, Carlos Carvalho wrote: > invalid multi-message 22:4 [sender/inc] > Interesting. 3.0.6 sent MSG_IO_ERROR from the generator to the sender, which I had setup 3.1.0 to complain about (since that message is intended to inform the receiving side of an IO error on the

Re: strange error code with 3.1

2009-12-23 Thread Wayne Davison
On Wed, Dec 23, 2009 at 7:25 AM, Carlos Carvalho wrote: > Everything is normal except the last line. I don't understand the code > 32 return value, I think it should be 23. > If you upgrade to a newer 3.1.0 you should find that bug was fixed a little bit ago. ..wayne.. -- Please use reply-all f

rsync most recently modified/created files first?

2009-12-23 Thread snowc
Is it possible for rsync to order the files it sends by create/modify time so that it sends the more recent files first? Many thanks in advance, Chris -- View this message in context: http://old.nabble.com/rsync-most-recently-modified-created-files-first--tp26911069p26911069.html Sent from the