From b208bd04dda310dbeccac7db358ebb7605d01969 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 25 Oct 2005 19:00:59 +0000 Subject: [PATCH] Question #10 is now about ignoring exit-code 24 instead of compiling on HP (which is not a frequently-asked question these days). --- faqbody.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/faqbody.html b/faqbody.html index d4aeda4..06c130e 100644 --- a/faqbody.html +++ b/faqbody.html @@ -315,7 +315,8 @@ are interpreted by the remote shell then it all works fine.

Some folks would like to ignore the "vanished files" warning, which manifests as an exit-code 24. The easiest way to do this is to create -a shell script wrapper. For instance, name this something like "rsync2": +a shell script wrapper. For instance, name this something like +"rsync-no24":

#!/bin/sh
 rsync "$@"
-- 
2.34.1