On Thu, 2005-08-11 at 10:57, Chris Horn wrote: > > Perhaps the issue is with /usr/local/bin/backuppc-tar. Is this a > > perl or shell script, or just a renamed gnu tar binary? > > > > If it a shell script then it is probably re-breaking args at > > whitespace. If so, you need $incrDate+ instead of $incrDate. > > Ah, this is/was probably it (although I remember the + not working...). > > The file consists solely of the following: > #!/bin/sh -f > exec /bin/tar -c $*
You probably want "$@" there instead of $* to keep the arguments the same as passed to the script. -- Les Mikesell [EMAIL PROTECTED] ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/backuppc-users http://backuppc.sourceforge.net/