#121686 - 19/10/200214:49Re: Rsync and mp3tofid Guide Please!!!
[Re: MP3944]
mtempsch pooh-bah
Registered: 02/06/2000
Posts: 1996
Loc: Gothenburg, Sweden
Calling rsync as just "rsync" in the script requires that the directory it's in is in the $PATH. Current directory, ie ".", isn't by default in $PATH. You probably want to edit it to say ./rsync (or /actual/full/path/to/rsync )
Also, make sure that the \ characters are the very last character on the lines where they are, as they're ment to "escape" the following line break...