admin <[email protected]> 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