1 |
slords |
1.1 |
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 |
2 |
|
|
--- e-smith-backup-1.14.0/root/etc/e-smith/web/functions/backup 2006-03-15 11:05:30.124381659 +1100 |
3 |
|
|
+++ mezzanine_patched_e-smith-backup-1.14.0/root/etc/e-smith/web/functions/backup 2006-03-15 11:05:18.742369945 +1100 |
4 |
|
|
@@ -157,7 +157,7 @@ |
5 |
|
|
|
6 |
|
|
if ($dumpsize =~ /Tb/ or $dumpsize =~ /(\d+)Gb/ and $1 >= 2) |
7 |
|
|
{ |
8 |
|
|
- print $fm->localise("BACKUP_DESKTOP_TOO_BIG"), "\n" |
9 |
|
|
+ print $fm->localise("BACKUP_DESKTOP_TOO_BIG"), "\n"; |
10 |
|
|
} |
11 |
|
|
|
12 |
|
|
print $q->h2($fm->localise("BACKUP_CONFIG_STATUS")),"\n"; |