Backup fails, but reports success.

I was just making a few backups via the command line, and I noticed backup.pex will report a successful backup, even though the script output shows it clearly failed. (I removed the filenames and email address.)
Command:

# /home/interworx/bin/backup.pex --domains=[I]DOMAIN[/I] --file-path=[I]PATH[/I] --email=[I]EMAIL[/I]

*snip*

Creating SiteWorx data archive
  Archiving databases
  Archiving databases complete

gzip: stdout: Disk quota exceeded
/bin/tar: [I]FILE_NAME[/I]: Wrote only 4096 of 10240 bytes
/bin/tar: Error is not recoverable: exiting now
SiteWorx data archive created

Creating SiteWorx main archive
SiteWorx main archive created

Sending email to '[I]EMAIL[/I]'

Backup File: [I]PATH/FILE[/I]

script end

I received an email claiming the backup completed successfully. I am sure at least one backup running via cron has failed. That would be the worst case scenerio if I ever need the backup… :eek:

Thanks Jimp, I’ll make a note of this in our bug system, and have it addressed in a future release.

Socheat