jimp
11-18-2005, 07:58 PM
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=DOMAIN --file-path=PATH --email=EMAIL
*snip*
Creating SiteWorx data archive
Archiving databases
Archiving databases complete
gzip: stdout: Disk quota exceeded
/bin/tar: FILE_NAME: 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 'EMAIL'
Backup File: PATH/FILE
script endI 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:
Command:
# /home/interworx/bin/backup.pex --domains=DOMAIN --file-path=PATH --email=EMAIL
*snip*
Creating SiteWorx data archive
Archiving databases
Archiving databases complete
gzip: stdout: Disk quota exceeded
/bin/tar: FILE_NAME: 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 'EMAIL'
Backup File: PATH/FILE
script endI 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: