wie kann ich eine backup.sql.gz auf dem Server entpacken via SSH ?
Ich erhalte immer folgende Fehlermeldung:
Was mache ich falsch ?!?!?!server:~ # tar xvzf /usr/local/apache/htdocs/backup/04_02_03.sql.gz -C /usr/local/apache/htdocs/backup
tar: This does not look like a tar archive
tar: Skipping to next header
tar: 25 garbage bytes ignored at end of archive
tar: Error exit delayed from previous errors
server:~ # tar xvzf /usr/local/apache/htdocs/backup/04_02_03.sql.gz /usr/local/apache/htdocs/backup
tar: This does not look like a tar archive
tar: Skipping to next header
tar: 25 garbage bytes ignored at end of archive
tar: /usr/local/apache/htdocs/backup: Not found in archive
tar: Error exit delayed from previous errors
server:~ #
Vielen Dank für eure Hilfe !!
