/[smeserver]/rpms/e-smith-backup/sme7/e-smith-backup-2.0.0-fix-exclude-regex.patch
ViewVC logotype

Annotation of /rpms/e-smith-backup/sme7/e-smith-backup-2.0.0-fix-exclude-regex.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Sat Apr 9 15:08:19 2011 UTC (13 years, 2 months ago) by snetram
Branch: MAIN
* Sat Apr 9 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-34.sme
- Fix regex to exclude only up directories and hidden folders [SME: 6512]

1 snetram 1.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     }

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed