bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-tar] I can not create an archive of a specific file name


From: Sergey Poznyakoff
Subject: Re: [Bug-tar] I can not create an archive of a specific file name
Date: Wed, 10 Mar 2010 08:44:31 +0200

admin <address@hidden> ha escrit:

> # tar -czpf ~/backups/web/domain.tar.tgz *
> tar: unrecognized option `--str-2-1.png'

Add double dash to stop option interpretation at the right point:

tar -czpf ~/backups/web/domain.tar.tgz -- *

Regards,
Sergey




reply via email to

[Prev in Thread] Current Thread [Next in Thread]