> 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 $*

I have a similar one called backuppc-tar-restore with -x in place of -c.

I'm somewhat confused because I've since reinstalled the package, reconfigured 
it, and everything seems to work just fine.  Before I didn't have the 
backuppc-tar-restore file (and configured to be used), so perhaps that was 
the problem.

Thanks for your help.
-- 
Chris Horn
703.413.1100 x5193


-------------------------------------------------------
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/

Reply via email to