diff -Nur -x '*.orig' -x '*.rej' e-smith-backup-1.14.0/root/etc/e-smith/web/functions/backup mezzanine_patched_e-smith-backup-1.14.0/root/etc/e-smith/web/functions/backup --- e-smith-backup-1.14.0/root/etc/e-smith/web/functions/backup 2006-11-08 10:36:47.000000000 -0500 +++ mezzanine_patched_e-smith-backup-1.14.0/root/etc/e-smith/web/functions/backup 2006-11-08 10:32:40.000000000 -0500 @@ -155,7 +155,7 @@ # Hack to evaluate embedded vars print eval 'return "'.$fm->localise('BACKUP_DESC').'\n";'; - if ($dumpsize =~ /Tb/ or $dumpsize =~ /(\d+)Gb/ and $1 >= 2) + if ($tarsize =~ /Tb/ or $tarsize =~ /(\d+)Gb/ and $1 >= 2) { print $fm->localise("BACKUP_DESKTOP_TOO_BIG"), "\n"; }