--- rpms/e-smith-backup/sme8/e-smith-backup-2.2.0-localize-backup-share-target-vfst.patch 2011/03/20 10:46:35 1.1 +++ rpms/e-smith-backup/sme8/e-smith-backup-2.2.0-localize-backup-share-target-vfst.patch 2011/03/21 18:06:54 1.2 @@ -6,15 +6,15 @@ diff -up e-smith-backup-2.2.0/root/etc/e Warning : For large backups, checking integrity may be a long task and should be made with daily workstation backup disabled. + -+ VFS_CIFS ++ cifs + cifs + + -+ VFS_NFS ++ nfs + nfs + + -+ VFS_USB ++ local removable disk + local removable disk + @@ -27,7 +27,7 @@ diff -up e-smith-backup-2.2.0/root/etc/e my @dlabels = split(' ', $fm->localise('DOW')); my @VFST = ('cifs', 'nfs', 'usb'); - my %VFST = ('cifs', 'cifs', 'nfs', 'nfs', 'usb', 'local usb disk'); -+ my %VFST = ('cifs', $fm->localise('VFS_CIFS'), 'nfs', $fm->localise('VFS_NFS'), 'usb', $fm->localise('VFS_USB')); ++ my %VFST = ('cifs', $fm->localise('cifs'), 'nfs', $fm->localise('nfs'), 'usb', $fm->localise('local removable disk')); # Obtain backup informations from configuration my $rec = $conf->get('backupwk');