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 |
|
+} |