Gerard Samuel <[EMAIL PROTECTED]> writes:

> Im trying to create a tar ball by running ->
> tar -c -N 'Jun 1 2004' -f ../dev.tar *
> 
> I keep getting this error ->
> tar: More than one threshold date
> 
> Can anyone see what Im doing wrong?
> Im running FreeBSD 5.2.1-RELEASE-p6

Works for me (-STABLE).
My best guess would be that the '*' is matching a filename that
confuses tar (maybe something beginning with a dash?).
Try using '.' instead.
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to