1 |
wellsi |
1.1 |
diff -ruN e-smith-backup-2.4.0.old/root/etc/e-smith/web/functions/backup e-smith-backup-2.4.0/root/etc/e-smith/web/functions/backup |
2 |
|
|
--- e-smith-backup-2.4.0.old/root/etc/e-smith/web/functions/backup 2013-02-13 07:21:38.000000000 -0800 |
3 |
|
|
+++ e-smith-backup-2.4.0/root/etc/e-smith/web/functions/backup 2013-02-28 22:07:04.000000000 -0800 |
4 |
|
|
@@ -3082,7 +3082,7 @@ |
5 |
|
|
my $dumpsize = 0; |
6 |
|
|
|
7 |
|
|
open(DF, "-|") |
8 |
|
|
- or exec '/bin/df', '-P', '-t', 'ext3'; |
9 |
|
|
+ or exec '/bin/df', '-P', '-t', 'ext3', '-t', 'ext4'; |
10 |
|
|
|
11 |
|
|
while (<DF>) |
12 |
|
|
{ |
13 |
|
|
@@ -3109,7 +3109,7 @@ |
14 |
|
|
my $halffree = 0; |
15 |
|
|
|
16 |
|
|
open(DF, "-|") |
17 |
|
|
- or exec '/bin/df', '-P', '-t', 'ext3', '/tmp'; |
18 |
|
|
+ or exec '/bin/df', '-P', '-t', 'ext3', '-t', 'ext4', '/tmp'; |
19 |
|
|
|
20 |
|
|
while (<DF>) |
21 |
|
|
{ |