Report this

What is the reason for this report?

compression with tar

Posted on February 20, 2018

when i try to compress a file directly into my spaces, i have the error message below:

gzip: stdout: No space left on device gzip: write error: Operation not permitted /bin/tar: /backup/backup.tar.gz: Wrote only 2048 of 10240 bytes /bin/tar: Child returned status 1 /bin/tar: Error is not recoverable: exiting now

Why ?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hello @ddefosse

Looks like you destination location does not have enough space for the tar operation to run.

Make sure you have enough diskspace

df -h

Regards

Simon - SnapShooter

df -h

Filesystem Size Used Avail Use% Mounted on s3fs 256T 0 256T 0% /opt/spaces

my digitalocean space is empty

i add this line in my /etc/fstab

s3fs#sla /opt/spaces fuse allow_other,_netdev,nosuid,nodev,url=https://ams3.digitaloceanspaces.com 0 0

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.