On Wed, 2008-03-19 at 16:37 +0000, Stuart Halliday wrote:
> Probably easier to just do:
> 
> net use Z: \\sharename\ 
> 
> Run rsync script (with a path of /cygdrive/z/)
> 
> net use z: /DELETE 
> 
> Certainly quicker... ;-)

The problem is that Stefan is operating a daemon with too many shares
for them all to have drive letters all the time.  It might be possible
to map and unmap network drives dynamically using "pre-xfer exec" and
"post-xfer exec", but it would take a lot of care to make that work
correctly with multiple concurrent connections.

Matt

-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to