sh: -c: line 0: `(cd /home/vm-temp/92121_81_backup.cgi && (/bin/tar cf - virtualmin_* | gzip -c ) 2>&1 >/home/backups/Wed Mar 23 00:07:14 2011-/virtualmin.tar.gz) 2>&1’
Error: BIND is not running
Failed to initialize SSL connection
Failed to initialize SSL connection
Error: Missing or invalid mail username prefix
Error: Missing or invalid mail username prefix
Error: Missing or invalid mail username prefix
Error: Domain 130147464328948 is not valid!
Error: Missing or invalid mail username prefix
Error: You have selected parallel bzip2 compression, but this requires pbzip2 version 1.0.4 or later, and your system has version 1.0.2
Well, I think the key is the error listed at the end there:
Error: You have selected parallel bzip2 compression, but this requires pbzip2 version 1.0.4 or later, and your system has version 1.0.2
That is, your backups are configured to use parallel bzip2 (pbzip2) for compression… but in order for that to work, you need a newer pbzip2 version than what’s installed on your server.
The simplest way to fix that would just be to switch that to standard bzip2 rather than pbzip2… but alternatively, you could custom build a newer pbzip2 version for your server.
You can tweak that setting in System Settings -> Virtualmin Config -> Backup and Restore. In there is an option for changing “Bzip2 compression command”.
Hmm, that’s odd. I’m not sure why you’d get an error about pbzip2 if that isn’t what you’re using.
You could always try changing the Backup Compression Format to be Gzip, and see if that helps. It’s possible a setting somehow managed to get in there incorrectly, and changing that to Gzip may fix it right up.