1 |
diff -up e-smith-backup-2.0.0/root/etc/e-smith/web/functions/backup.fix-exclude-regex e-smith-backup-2.0.0/root/etc/e-smith/web/functions/backup |
2 |
--- e-smith-backup-2.0.0/root/etc/e-smith/web/functions/backup.fix-exclude-regex 2011-04-09 14:09:33.000000000 +0200 |
3 |
+++ e-smith-backup-2.0.0/root/etc/e-smith/web/functions/backup 2011-04-09 17:06:18.000000000 +0200 |
4 |
@@ -1230,7 +1230,7 @@ sub WorkstnBackupConfig1 |
5 |
$d = new DirHandle "/media/"; |
6 |
if (defined $d) { |
7 |
while (defined($_ = $d->read)) { |
8 |
- unless ($_ =~ m/(floppy|cdrom|\.\.|\.)/i) { |
9 |
+ unless ($_ =~ m/(floppy|cdrom|^\.)/i) { |
10 |
push @usbdisks, $_ unless ($_ ); |
11 |
} |
12 |
} |