문제

I'm trying to install dropbox on my dedicated server in order to backup the database but when I run tar -tzf dropbox.tar.gz I keep getting this error and haven't been able to find a solution.

Error:

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error exit delayed from previous errors

cmd runned:

wget -O dropbox.tar.gz "http://www.dropbox.com/download/?plat=lnx.x86"
tar -tzf dropbox.tar.gz     
도움이 되었습니까?

해결책

You don't have a tarball. Verify that the file downloaded properly.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top