Displaying 1 result from an estimated 1 matches for "arelay".
Did you mean:
  relay
  
2005 Mar 08
1
relay + fallback
Is there a way to have a fallback for a relayed mountpoint ?
Something like this ?
<relay>
         <server>192.128.0.2</server>
         <port>8000</port>
         <mount>/arelayer</mount>
         <local-mount>/arvorig</local-mount>
         <fallback-mount>/secours</fallback-mount>
         <fallback-override>1</fallback-override>
  </relay>
<mount>
         <mount-name>/secours</mount-name>
</mount>...