/[smeserver]/rpms/e-smith-backup/sme7/e-smith-backup-2.0.0-smbfs.patch
ViewVC logotype

Diff of /rpms/e-smith-backup/sme7/e-smith-backup-2.0.0-smbfs.patch

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

Revision 1.1 by slords, Mon Oct 20 16:03:58 2008 UTC Revision 1.2 by slords, Tue Oct 28 23:03:58 2008 UTC
# Line 169  Line 169 
169        how many rotating sets of backup are kept on the backup share, and also make each        how many rotating sets of backup are kept on the backup share, and also make each
170        set doing incremental backup upon several days. The backup is performed        set doing incremental backup upon several days. The backup is performed
171        automatically at the selected time every night. Currently        automatically at the selected time every night. Currently
172    --- e-smith-backup-2.0.0/root/etc/e-smith/db/configuration/migrate/30vfstype.migrate    2008-10-28 16:59:19.000000000 -0600
173    +++ e-smith-backup-2.0.0/root/etc/e-smith/db/configuration/migrate/30vfstype    2008-10-28 17:00:33.000000000 -0600
174    @@ -0,0 +1,8 @@
175    +{
176    +    my $vfs = $DB->get_prop('backupwk', 'VFSType');
177    +    return unless defined $vfs;
178    +    if ($vfs eq 'smbfs')
179    +    {
180    +      $DB->set_prop('backupwk', 'VFSType', 'cifs')
181    +    }
182    +}


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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