On Thu, Jan 11, 2007 at 11:32:03AM -0700, Ken Dyke ([EMAIL PROTECTED]) wrote: > On Tue, Sep 19, 2006 at 11:12:35AM +0200, Paul Slootman ([EMAIL PROTECTED]) > wrote: > > Otherwise > > you probably need to connect as some other user and use sudo (without > > password) to run rsync; there was some discussion on this topic over on > > the rsync mailing list this month. > > Well, I was able to ignore this problem for 4 months. :-) > But now am up against a deadline to make it work. > > How do I get dirvish to invoke rsync with sudo?
I put the line: PATH=~/bin:$PATH in .bash_profile and then wrote a simple script called ~/bin/rsync that contains: #!/bin/bash sudo rsync $@ This did not work however... -- Chief Gadgeteer Elegant Innovations _______________________________________________ Dirvish mailing list [email protected] http://www.dirvish.org/mailman/listinfo/dirvish
