[Dirvish] ERROR: no images for branch default found / file vanished on sender

Per Marker Mortensen per at markermortensen.dk
Fri Sep 1 09:56:23 UTC 2006


At Fri, 01 Sep 2006 16:48:46 +0200,
Bernhard Reinhardt wrote:

Hi

> What does this mean (Is this the Problem)? The Backup took about 20h and 
> the source-files are heavily used so certainly files have been deleted. 
> Please don't tell me dirvish can't handle this.

You can modify dirvish to handle the rsync error - file vanish - as if
the rsync was sucessfull.

champignac:~# diff -u /usr/sbin/dirvish /usr/local/sbin/dirvish
--- /usr/sbin/dirvish   2004-02-25 09:56:29.000000000 +0100
+++ /usr/local/sbin/dirvish     2006-08-29 18:33:57.000000000 +0200
@@ -76,7 +76,7 @@
         21 => [ 'error',       "some error returned by waitpid()" ],
         22 => [ 'error',       "error allocating core memory buffers" ],
         23 => [ 'error',       "partial transfer" ],
-        24 => [ 'error',       "file vanished on sender" ],
+        24 => [ 'success',     "file vanished on sender" ],
 
         30 => [ 'error',       "timeout in data send/receive" ],

---
Yours

Per Marker Mortensen <per at markermortensen.dk>



More information about the Dirvish mailing list