/[smeserver]/rpms/e-smith-backup/sme8/e-smith-backup.spec
ViewVC logotype

Contents of /rpms/e-smith-backup/sme8/e-smith-backup.spec

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


Revision 1.32 - (show annotations) (download)
Tue Oct 21 09:43:25 2008 UTC (15 years, 7 months ago) by dungog
Branch: MAIN
CVS Tags: e-smith-backup-2_2_0-8_el5_sme
Changes since 1.31: +6 -3 lines
* Tue Oct 21 2008 Stephen Noble <support@dungog.net> 2.2.0-8.sme
- replace defined list of directories to backup [SME: 4676]

1 # $Id: e-smith-backup.spec,v 1.31 2008/10/20 16:03:58 slords Exp $
2
3 Summary: e-smith module to provide the backup panel
4 %define name e-smith-backup
5 Name: %{name}
6 %define version 2.2.0
7 %define release 8
8 Version: %{version}
9 Release: %{release}%{?dist}
10 License: Artistic
11 Group: Networking/Daemons
12 Source: %{name}-%{version}.tar.gz
13 Patch1: e-smith-backup-2.2.0-localise_fix.patch
14 Patch2: e-smith-backup-2.2.0-fixPleaseConfigure.patch
15 Patch3: e-smith-backup-2.2.0-restore_list.patch2
16 Patch4: e-smith-backup-2.2.0-timeout.patch
17 Patch5: e-smith-backup-2.2.0-smbfs.patch
18 Patch6: e-smith-backup-2.2.0-mount_verify.patch
19 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
20 BuildRequires: e-smith-devtools >= 1.11.0-03
21 BuildRequires: gettext
22 BuildArchitectures: noarch
23 Requires: e-smith-base
24 Requires: e-smith-lib >= 1.15.1-19
25 Requires: perl(Quota)
26 Requires: perl(Unix::PasswdFile)
27 Requires: perl(Unix::GroupFile)
28 Requires: perl(POSIX)
29 Requires: perl(Locale::gettext)
30 Requires: perl(Digest::MD5)
31 Requires: perl(File::Copy)
32 Requires: perl(esmith::I18N)
33 Requires: dar
34 Requires: e-smith-formmagick >= 1.4.0-12
35
36 %changelog
37 * Tue Oct 21 2008 Stephen Noble <support@dungog.net> 2.2.0-8.sme
38 - replace defined list of directories to backup [SME: 4676]
39
40 * Mon Oct 20 2008 Shad L. Lords <slords@mail.com> 2.2.0-7.sme
41 - Fix already mounted check [SME: 4688]
42
43 * Mon Oct 20 2008 Shad L. Lords <slords@mail.com> 2.2.0-6.sme
44 - Remove obsolete smbfs backup method [SME: 4678]
45
46 * Mon Oct 20 2008 Shad L. Lords <slords@mail.com> 2.2.0-5.sme
47 - Use perl routines for timeout checking [SME: 4660]
48
49 * Thu Oct 16 2008 Shad L. Lords <slords@mail.com> 2.2.0-4.sme
50 - Make dar use defined list of directories to backup [SME: 4676]
51
52 * Thu Oct 16 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-3.sme
53 - Correct translation of CONFIGURATION_TO_BE_DONE to be proper English [SME: 4669]
54
55 * Thu Oct 9 2008 Shad L. Lords <slords@mail.com> 2.2.0-2.sme
56 - Fix localization strings in backup panel [SME: 4650]
57
58 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
59 - Roll new stream to separate sme7/sme8 trees [SME: 4633]
60
61 * Thu Aug 7 2008 Shad L. Lords <slords@mail.com> 1.15.0-22
62 - Localise status of workstation backup [SME: 4481]
63
64 * Fri Aug 1 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.15.0-21
65 - Fix too greedy removel of locale key CONFIGURE_TAPE_BACKUP [SME: 4469]
66
67 * Sat Jul 26 2008 Shad L. Lords <slords@mail.com> 1.15.0-20
68 - Make full backups have priority over incremental [SME: 4395]
69
70 * Sat Jul 26 2008 Shad L. Lords <slords@mail.com> 1.15.0-19
71 - Fix redirect to stderr on check tape cronjob [SME: 4458]
72
73 * Sun Jul 7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.15.0-18
74 - Add common <base> tags to e-smith-formmagick's general [SME: 4286]
75
76 * Sat May 31 2008 Gavin Weight <gweight@gmail.com> 1.15.0-17
77 - Fix Dar manager to redirect correctly in system call. [SME: 4304]
78
79 * Mon May 26 2008 Gavin Weight <gweight@gmail.com> 1.15.0-16
80 - Fix Dar to expand correctly. [SME: 4304]
81
82 * Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.15.0-15
83 - Add common <base> tags to e-smith-formmagick's general [SME: 4286]
84
85 * Wed Apr 09 2008 Stephen Noble <support@dungog.net> 1.15.0-14
86 - Minor fix in translation of hours [SME: 4179]
87
88 * Tue Mar 25 2008 Shad L. Lords <slords@mail.com> 1.15.0-13
89 - Fix localization in restore routine [SME: 3989]
90
91 * Sat Mar 07 2008 Stephen Noble <support@dungog.net> 1.15.0-12
92 - Remove <br> tag from error msg [SME: 3989]
93
94 * Sat Mar 07 2008 Stephen Noble <support@dungog.net> 1.15.0-11
95 - Move/copy Backup_Desc to Backup_Desc_Dar for 1.15 rel [SME: 4024]
96
97 * Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.15.0-10
98 - Remove <base> tags now in general [SME: 3912]
99
100 * Sun Feb 10 2008 Stephen Noble <support@dungog.net> 1.15.0-9
101 - Remove duplicate <base> entries [SME: 3887]
102
103 * Thu Nov 29 2007 Gavin Weight <gweight@gmail.com> 1.15.0-8
104 - Fix restore files location path. [SME: 3593]
105
106 * Mon Nov 19 2007 Gavin Weight <gweight@gmail.com> 1.15.0-7
107 - Fix compression setting range (Thanks JPL) . [SME: 3560]
108
109 * Fri Nov 09 2007 Gavin Weight <gweight@gmail.com> 1.15.0-06
110 - Enhancement to DAR code (Thanks JPL) . [SME: 3538]
111
112 * Fri Oct 26 2007 Gavin Weight <gweight@gmail.com> 1.15.0-05
113 - Fix up DAR code to enable backup to complete. [SME: 3373]
114
115 * Tue Sep 11 2007 Charlie Brady <charlie_brady@mitel.com> 1.15.0-04
116 - Remove desktop verify and desktop restore features. Note that
117 lexicon entries have not been removed. [SME: 3372]
118
119 * Fri Sep 07 2007 Charlie Brady <charlie_brady@mitel.com> 1.15.0-03
120 - Reformat new DAR code to match existing coding style.
121
122 * Wed Sep 05 2007 Jean-Paul Leclere <jean-paul@leclere.org> 1.15.0-02
123 - Dar workstation backup patch
124
125 * Wed Sep 05 2007 Charlie Brady <charlie_brady@mitel.com> 1.15.0-01
126 - Roll new development version.
127
128 * Sun Jul 01 2007 Shad L. Lords <slords@mail.com> 1.14.0-16
129 - Remove files/dirs that don't exist from the backup list [SME: 3115]
130
131 * Sat Jun 30 2007 Shad L. Lords <slords@mail.com> 1.14.0-15
132 - force proxy request to 1.0 to improve backup2desktop speed [SME: 178]
133
134 * Sun Jun 03 2007 Gavin Weight <gweight@gmail.com> 1.14.0-14
135 - Backup to desktop changes BackupType fix. [SME 3026]
136
137 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
138 - Clean up spec so package can be built by koji/plague
139
140 * Wed Mar 07 2007 Shad L. Lords <slords@mail.com> 1.14.0-13
141 - Add db entry to override who gets backup reminder email [SME: 23]
142
143 * Fri Jan 26 2007 Gordon Rowell <gordonr@gormand.com.au> 1.14.0-12
144 - Restore group entry for machine accounts and update tests [SME: 1792]
145
146 * Sat Jan 06 2007 Shad L. Lords <slords@mail.com> 1.14.0-11
147 - Change restore-from-disk to chroot tar from cpio [SME: 2318]
148
149 * Sat Jan 06 2007 Shad L. Lords <slords@mail.com> 1.14.0-10
150 - Link in eject action. [SME: 795]
151 - Fix do_backup to actually pass backup type. [SME: 1055]
152
153 * Fri Jan 05 2007 Shad L. Lords <slords@mail.com> 1.14.0-9
154 - Make tape actions depend on tape backup. [SME: 1055]
155 - Make backup type configurable via db. [SME: 1055]
156
157 * Wed Jan 03 2007 Shad L. Lords <slords@mail.com> 1.14.0-8
158 - Add eject action and default to no. [SME: 795]
159
160 * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
161 - Update to new release naming. No functional changes.
162 - Make Packager generic
163
164 * Wed Nov 08 2006 Charlie Brady <charlie_brady@mitel.com> 1.14.0-06
165 - Use tarsize not dumpsize to determine when backup is too large.
166 [SME: 2041]
167
168 * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 1.14.0-05
169 - Fix typo in crontab template for 'disabled' case [SME: 1092]
170
171 * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 1.14.0-04
172 - Move /etc/cron.d/backup into /etc/crontab fragment [SME: 1172]
173 - Expand /etc/crontab in conf-backup. e-smith-base already does
174 it for us in bootstrap-console-save [SME: 1172]
175 - Remove /etc/cron.d/backup in post [SME: 1172]
176
177 * Wed Mar 15 2006 Gordon Rowell <gordonr@gormand.com.au> 1.14.0-03
178 - Add semi-colon to last code change. Saves head-scratching if
179 someone removes the braces at some later stage. [SME: 1045]
180
181 * Wed Mar 15 2006 Gordon Rowell <gordonr@gormand.com.au> 1.14.0-02
182 - Add warning about desktop backup if the server has more than
183 2GB of data. [SME: 1045]
184
185 * Tue Mar 14 2006 Charlie Brady <charlie_brady@mitel.com> 1.14.0-01
186 - Roll stable stream version. [SME: 1016]
187
188 * Sun Mar 12 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.4-10
189 - Another fix to restore-from-disk script. [SME: 821]
190
191 * Thu Feb 16 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.4-09
192 - Fix restore-from-disk script. [SME: 821]
193
194 * Mon Feb 6 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.4-08
195 - Fix 24->12 hour time display problem (courtesy of Federico Simoncelli).
196 [SME: 667]
197
198 * Wed Feb 01 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.4-07
199 - Add restore-from-disk script. [SME: 615]
200
201 * Sat Dec 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.13.4-06
202 - Don't delete config dbs in pre-restore [SME: 229]
203
204 * Tue Dec 06 2005 Filippo Carletti <carletti@mobilia.it> 1.13.4-05
205 - Tape reminder uses mt status to check if tape loaded [SME: 251]
206
207 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.13.4-04
208 - Bump release number only
209
210 * Tue Nov 1 2005 Charlie Brady <charlieb@e-smith.com>
211 - [1.13.4-03]
212 - Improve user feedback if pre-backup or pre-restore events fail. [SF: 1334923]
213
214 * Mon Oct 24 2005 Charlie Brady <charlieb@e-smith.com>
215 - [1.13.4-02]
216 - Create empty /etc/e-smith/db/backups directory to trigger migration
217 to new location. [SF: 1335862]
218
219 * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
220 - [1.13.4-01]
221 - Remove L10Ns from base packages [SF: 1309520]
222
223 * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
224 - [1.13.3-01]
225 - New dev stream before relocating L10Ns
226
227 * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
228 - [1.13.2-17]
229 - Added Italian L10N - Thanks Filippo Carletti [SF: 1309266]
230
231 * Sun Sep 25 2005 Gordon Rowell <gordonr@e-smith.com>
232 - [1.13.2-16]
233 - Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
234
235 * Sun Sep 18 2005 Charlie Brady <charlieb@e-smith.com>
236 - [1.13.2-15]
237 - Remove explict use of CGI (which caused double construction of
238 the CGI object, and loss of uploaded data file). [SF: 1264699]
239
240 * Fri Sep 16 2005 Charlie Brady <charlieb@e-smith.com>
241 - [1.13.2-14]
242 - Don't delete configuration dbs in pre-restore event until
243 we have finished using them. [SF: 1292448]
244
245 * Tue Aug 30 2005 Charlie Brady <charlieb@e-smith.com>
246 - [1.13.2-13]
247 - Really add delete-configuration-dbs action. [SF: 1246347,1275962]
248
249 * Fri Aug 19 2005 Gordon Rowell <gordonr@gormand.com.au>
250 - [1.13.2-12]
251 - Delete configuration dbs from /home/e-smith/db/ prior to
252 a restore to ensure that the ones coming from tape are the
253 only ones on the system after the restore [SF: 1246347]
254
255 * Tue Aug 9 2005 Charlie Brady <charlieb@e-smith.com>
256 - [1.13.2-11]
257 - Restore passwd file entries for machine accounts. [SF: 1254663]
258
259 * Fri Jul 22 2005 Charlie Brady <charlieb@e-smith.com>
260 - [1.13.2-10]
261 - Enforce Posix behaviour of df command, in restore functions of panel.
262 [SF: 1242986]
263
264 * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
265 - [1.13.2-09]
266 - Remove last deprecated esmith::config API calls. [SF: 1216546]
267
268 * Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com>
269 - [1.13.2-08]
270 - Remove explicit paths to db files. [SF: 1216546]
271
272 * Fri Apr 29 2005 Charlie Brady <charlieb@e-smith.com>
273 - [1.13.2-07]
274 - Remove another anacronistic version requires in perl library.
275 Grrrr!!! [charlieb MN00050370]
276
277 * Tue Mar 8 2005 Charlie Brady <charlieb@e-smith.com>
278 - [1.13.2-06]
279 - Use generic_template_expand action in place of conf-backup.
280 Update e-smith-lib dependency. [MN00064130]
281
282 * Tue Mar 8 2005 Charlie Brady <charlieb@e-smith.com>
283 - [1.13.2-05]
284 - Ensure that smbpasswd file appears last in list during restore/verification.
285 [MN00073362]
286 - Fix merging of samba files. [MN00073365]
287
288 * Mon Nov 8 2004 Charlie Brady <charlieb@e-smith.com>
289 - [1.13.2-04]
290 - Explicitly list required perl modules - RPM didn't work it out correctly.
291 [charlieb MN00050751]
292
293 * Tue Sep 28 2004 Charlie Brady <charlieb@e-smith.com>
294 - [1.13.2-03]
295 - Remove deprecated "require v5.6.0". [charlieb MN00050370]
296 - Allow RPM to work out what the perl Requires headers should be.
297 [charlieb MN00050751]
298
299 * Thu Sep 16 2004 Michael Soulier <msoulier@e-smith.com>
300 - [1.13.2-02]
301 - Fixed Content-disposition header. [msoulier MN00049326]
302
303 * Sat Jun 19 2004 Michael Soulier <msoulier@e-smith.com>
304 - [1.13.2-01]
305 - skipping mps branch start - 1.13.2
306
307 * Fri May 21 2004 Michael Soulier <msoulier@e-smith.com>
308 - [1.13.0-06]
309 - Added /etc/samba/secrets.tdb to the restore list. [msoulier MN00020969]
310
311 * Mon Mar 1 2004 Michael Soulier <msoulier@e-smith.com>
312 - [1.13.0-05]
313 - Updated do_backup to pass a "tape" argument when using signal-event
314 and rewind-tape to exit if a second argument is not given.
315 [msoulier dpar-22041]
316
317 * Wed Jan 14 2004 Michael Soulier <msoulier@e-smith.com>
318 - [1.13.0-04]
319 - Added /etc/sudoers to backup list for desktop backup. [msoulier 4954]
320
321 * Fri Nov 28 2003 Michael Soulier <msoulier@e-smith.com>
322 - [1.13.0-03]
323 - Display big-red reboot warning like other panels. Wow, it's hard to miss
324 now. [msoulier 10240]
325
326 * Fri Nov 28 2003 Mark Knox <markk@e-smith.com>
327 - [1.13.0-02]
328 - Display reboot warning and button after successful desktop restore [markk
329 1312]
330
331 * Thu Nov 6 2003 Michael Soulier <msoulier@e-smith.com>
332 - [1.13.0-01]
333 - rolling to dev stream - 1.13.0
334
335 * Thu Sep 11 2003 Gordon Rowell <gordonr@e-smith.com>
336 - [1.12.1-02]
337 - Relocate /etc/secrets.tdb to /etc/samba [gordonr 9759]
338
339 * Wed Sep 3 2003 Gordon Rowell <gordonr@e-smith.com>
340 - [1.12.1-01]
341 - Rebuild [gordonr 1305]
342
343 * Wed Sep 3 2003 Gordon Rowell <gordonr@e-smith.com>
344 - [1.12.0-09]
345 - Adjusted Copyright [gordonr 1305]
346
347 * Mon Jul 14 2003 Gordon Rowell <gordonr@e-smith.com>
348 - [1.12.0-08]
349 - Whitespace fix in Backup.pm [gordonr 9428]
350
351 * Mon Jul 14 2003 Charlie Brady <charlieb@e-smith.com>
352 - [1.12.0-07]
353 - Remove /etc/samba/smbpasswd symlink if we find it, before doing
354 the move/symlink shuffle with smbpasswd files. This prevents us
355 "preserving" old symlinks. [charlieb 9416]
356
357 * Mon Jul 14 2003 Gordon Rowell <gordonr@e-smith.com>
358 - [1.12.0-06]
359 - Rename the pre-restore cache files in $file.time(). This preserves
360 them in case we want to wander back through them after an
361 upgrade, and ensures that they won't be around to confuse another
362 post-upgrade [gordonr 9428]
363
364 * Wed Jul 9 2003 Gordon Rowell <gordonr@e-smith.com>
365 - [1.12.0-05]
366 - Handle the "everything o.k. with relocation" case [gordonr 9333]
367
368 * Wed Jul 9 2003 Gordon Rowell <gordonr@e-smith.com>
369 - [1.12.0-04]
370 - Further safeguards for the /etc/smbpasswd -> /etc/samba/smbpasswd
371 relocation [gordonr 9333]
372
373 * Fri Jun 27 2003 Charlie Brady <charlieb@e-smith.com>
374 - [1.12.0-03]
375 - Fix backup panel text change. Made text non-specific about the location of
376 the smbpasswd file. [charlieb 9220]
377
378 * Fri Jun 27 2003 Charlie Brady <charlieb@e-smith.com>
379 - [1.12.0-02]
380 - Account for the path change of smbpasswd file in desktop restore/verify.
381 [charlieb 9220]
382
383 * Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com>
384 - [1.12.0-01]
385 - Changing version to stable stream number - 1.12.0
386
387 * Tue Jun 24 2003 Gordon Rowell <gordonr@e-smith.com>
388 - [1.11.1-04]
389 - Spanish nav bar [gordonr 9153]
390
391 * Fri Jun 13 2003 Gordon Rowell <gordonr@e-smith.com>
392 - [1.11.1-03]
393 - Corrected logic for switching /etc{/samba,}/smbpasswd [gordonr 8747]
394
395 * Thu Jun 12 2003 Charlie Brady <charlieb@e-smith.com>
396 - [1.11.1-02]
397 - Remove some remnants of templated /sbin/e-smith/backup.
398 - Use Backup program parameter in /sbin/e-smith/do_backup.
399 [charlieb 7853]
400
401 * Thu Jun 12 2003 Charlie Brady <charlieb@e-smith.com>
402 - [1.11.1-01]
403 - Roll new development stream to 1.11.1
404
405 * Wed May 28 2003 Gordon Rowell <gordonr@e-smith.com>
406 - [1.11.0-56]
407 - And symlink /etc/smbpasswd to avoid confusion [gordonr 8809]
408 - Move guard so we skip if /etc/smbpasswd is not a file [gordonr 8809]
409
410 * Wed May 28 2003 Gordon Rowell <gordonr@e-smith.com>
411 - [1.11.0-55]
412 - Migrate /etc/smbpasswd to /etc/samba/smbpasswd after restore [gordonr 8809]
413
414 * Wed May 21 2003 Gordon Rowell <gordonr@e-smith.com>
415 - [1.11.0-54]
416 - Fix return check for ->group and ->passwd [gordonr 8766]
417 - Fix tests for BackupHistoryDB.pm [gordonr 5908, in passing]
418
419 * Tue May 20 2003 Gordon Rowell <gordonr@e-smith.com>
420 - [1.11.0-53]
421 - Extract the tests at build time [gordonr 8766]
422
423 * Tue May 20 2003 Gordon Rowell <gordonr@e-smith.com>
424 - [1.11.0-52]
425 - Completed merge_group and tests, including admin, www, shared [gordonr 8766]
426
427 * Fri May 16 2003 Gordon Rowell <gordonr@e-smith.com>
428 - [1.11.0-51]
429 - Added test files and skeleton for merge_group [gordonr 8766]
430 - TODO: Complete merge_group and tests [gordonr 8766]
431 - TODO: Handle admin, www, shared groups [gordonr 8766]
432
433 * Fri May 16 2003 Gordon Rowell <gordonr@e-smith.com>
434 - [1.11.0-50]
435 - Further work, and tests, for merge_passwd [gordonr 8766]
436
437 * Fri May 16 2003 Gordon Rowell <gordonr@e-smith.com>
438 - [1.11.0-49]
439 - Code cleanups [gordonr 8766]
440
441 * Fri May 16 2003 Gordon Rowell <gordonr@e-smith.com>
442 - [1.11.0-48]
443 - Constructors are nice to have in objects :-( [gordonr 8766]
444 - Link merge-system-files into post-upgrade [gordonr 8766]
445
446 * Fri May 16 2003 Gordon Rowell <gordonr@e-smith.com>
447 - [1.11.0-47]
448 - Added esmith::Backup::{save,merge}_system_files [gordonr 8766]
449
450 * Fri May 16 2003 Gordon Rowell <gordonr@e-smith.com>
451 - [1.11.0-46]
452 - Modified backup panel to use esmith::Backup library [gordonr 8766]
453
454 * Fri May 16 2003 Gordon Rowell <gordonr@e-smith.com>
455 - [1.11.0-45]
456 - Added esmith::Backup library to centralise list of files/directories to
457 restore [gordonr 8766]
458 - Save away important system files in pre-restore [gordonr 8766]
459
460 * Tue May 6 2003 Mark Knox <markk@e-smith.com>
461 - [1.11.0-44]
462 - Pass the right type of object to genResult [markk 8498]
463
464 * Tue May 6 2003 Lijie Deng <lijied@e-smith.com>
465 - [1.11.0-43]
466 - Add Spanish translation for backup [lijied 3793]
467
468 * Tue Apr 29 2003 Trevor Poole <trevorp@e-smith.com>
469 - [1.11.0-42]
470 - add the BackupType to the record for the desktop case. [trevor 5908]
471
472 * Mon Apr 28 2003 Charlie Brady <charlieb@e-smith.com>
473 - [1.11.0-41]
474 - Fix calls to create new backup records. [charlieb 5908]
475
476 * Mon Apr 28 2003 Charlie Brady <charlieb@e-smith.com>
477 - [1.11.0-40]
478 - Record each backup attempt separately in a backup history db. [charlieb 5908]
479
480 * Wed Apr 23 2003 Charlie Brady <charlieb@e-smith.com>
481 - [1.11.0-39]
482 - Record success or otherwise of backup to desktop attempts in config db.
483 [charlieb 5908]
484 - Gracefully handle SIGPIPE in backup to desktop. [charlieb 8490]
485
486 * Wed Apr 23 2003 Charlie Brady <charlieb@e-smith.com>
487 - [1.11.0-38]
488 - Fix typo in rewind-tape fix. [charlieb 8475]
489
490 * Wed Apr 23 2003 Charlie Brady <charlieb@e-smith.com>
491 - [1.11.0-37]
492 - Call signal-event {pre,post}-backup with extra "desktop" parameter
493 from desktop backup code, and use that parameter to skip tape rewinding.
494 [charlieb 7853]
495 - Fix device lookup code in rewind-tape action. [charlieb 8475]
496
497 * Wed Apr 23 2003 Charlie Brady <charlieb@e-smith.com>
498 - [1.11.0-36]
499 - Fix a few semantic problems with reset--restore-idle-flag script.
500 [charlieb 8466]
501
502 * Wed Apr 16 2003 Michael Soulier <msoulier@e-smith.com>
503 - [1.11.0-35]
504 - Replaced bad call to processTemplate. [msoulier 7600]
505
506 * Wed Apr 9 2003 Charlie Brady <charlieb@e-smith.com>
507 - [1.11.0-34]
508 - Remove deprecated /sbin/e-smith/backup in %post script.
509 [charlieb 7853]
510
511 * Tue Apr 8 2003 Charlie Brady <charlieb@e-smith.com>
512 - [1.11.0-33]
513 - Fix typo in rewind-tape action. [charlieb 5908]
514 - Change Copyright => License in header.
515
516 * Fri Apr 4 2003 Mark Knox <markk@e-smith.com>
517 - [1.11.0-32]
518 - Removed redundant refs to bootstrap-console from panel [markk 6164]
519
520 * Thu Apr 3 2003 Tony Clayton <apc@e-smith.com>
521 - [1.11.0-31]
522 - Change table to start_table where applicable [tonyc 8034]
523
524 * Thu Apr 3 2003 Tony Clayton <apc@e-smith.com>
525 - [1.11.0-30]
526 - Removed "Mitel Network SME server' branding [lijied 8016]
527 - Fix layout/css in backup panel [tonyc 7950]
528
529 * Mon Mar 31 2003 Charlie Brady <charlieb@e-smith.com>
530 - [1.11.0-29]
531 - Re-write do_backup in perl. [charlieb 5908]
532
533 * Fri Mar 28 2003 Lijie Deng <lijied@e-smith.com>
534 - [1.11.0-28]
535 - Modified directory po/fr_CA to fr [lijied 6787]
536
537 * Thu Mar 27 2003 Gordon Rowell <gordonr@e-smith.com>
538 - [1.11.0-27]
539 - Modified gettext() extraction based on changes in 1.11.0-25 [gordonr 5908]
540
541 * Thu Mar 27 2003 Gordon Rowell <gordonr@e-smith.com>
542 - [1.11.0-26]
543 - Call genFooter/genResult with an FM object (subclass of CGI) so
544 footers get localised [gordonr 3553]
545
546 * Thu Mar 27 2003 Charlie Brady <charlieb@e-smith.com>
547 - [1.11.0-25]
548 - Remove templated /sbin/e-smith/backup and add non-templated
549 do_backup script. Alter cron template to suit. Move tape
550 rewind into pre-backup and post-backup actions. Log
551 start, finish and result properties from backup script.
552 [charlieb 5908]
553
554 * Thu Mar 27 2003 Lijie Deng <lijied@e-smith.com>
555 - [1.11.0-24]
556 - Modified French lexicon to use lang="fr", rename the lexicon
557 directory to fr [lijied 6787]
558
559 * Tue Mar 25 2003 Tony Clayton <apc@e-smith.com>
560 - [1.11.0-23]
561 - Add link to fr-ca PAGE_REFRESH_IN translation [tonyc 6491]
562
563 * Tue Mar 18 2003 Lijie Deng <lijied@e-smith.com>
564 - [1.11.0-22]
565 - Deleted ./sbin/e-smith/backup/template-begin, and modified
566 %build [lijied 3295]
567
568 * Fri Mar 14 2003 Michael Soulier <msoulier@e-smith.com>
569 - [1.11.0-21]
570 - Changed the post restore code such that the backup panel is blocked until
571 the server reboots. [msoulier 6471]
572
573 * Mon Mar 10 2003 Lijie Deng <lijied@e-smith.com>
574 - [1.11.0-20]
575 - Modified charset tag in .po file [lijied 3930]
576
577 * Fri Mar 7 2003 Lijie Deng <lijied@e-smith.com>
578 - [1.11.0-19]
579 - Modified e-smith-devtools again [lijied 7578]
580
581 * Fri Mar 7 2003 Lijie Deng <lijied@e-smith.com>
582 - [1.11.0-18]
583 - Modified e-smith-devtools version [lijied 7578]
584
585 * Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com>
586 - [1.11.0-17]
587 - Added the generate lexicon code [lijied 7442]
588
589 * Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com>
590 - [1.11.0-16]
591 - Added the .po file to po/fr_CA again [lijied 7442]
592
593 * Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com>
594 - [1.11.0-15]
595 - Cleaned up .po->.mo build [lijied 7442]
596
597 * Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com>
598 - [1.11.0-14]
599 - Added .po->.mo instructions to %build [lijied 7442]
600
601 * Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com>
602 - [1.11.0-13]
603 - Modified backup panel order [lijied 7356]
604
605 * Tue Mar 4 2003 Lijie Deng <lijied@e-smith.com>
606 - [1.11.0-12]
607 - Remodify the lexicon file [lijied 4030]
608
609 * Tue Mar 4 2003 Lijie Deng <lijied@e-smith.com>
610 - [1.11.0-11]
611 - Split en-us lexicon from backup panel [lijied 4030]
612
613 * Fri Feb 28 2003 Lijie Deng <lijied@e-smith.com>
614 - [1.11.0-10]
615 - Rebuild RPM - commit missed last time [lijied 5003]
616
617 * Fri Feb 28 2003 Lijie Deng <lijied@e-smith.com>
618 - [1.11.0-09]
619 - Added French lexicon for backup [lijied 5003]
620
621 * Wed Jan 1 2003 Gordon Rowell <gordonr@e-smith.com>
622 - [1.11.0-08]
623 - Rewrote template to use esmith::I18N [gordonr 5212]
624
625 * Fri Dec 13 2002 Mark Knox <markk@e-smith.com>
626 - [1.11.0-07]
627 - Added "click here" text on tape restore page [markk 6094]
628
629 * Thu Dec 12 2002 Mark Knox <markk@e-smith.com>
630 - [1.11.0-06]
631 - Removed redundant success message after restore [markk 6094]
632
633 * Thu Dec 12 2002 Mark Knox <markk@e-smith.com>
634 - [1.11.0-05]
635 - Added refresh and status messages to tape restore process [markk 6094]
636
637 * Tue Dec 3 2002 Charlie Brady <charlieb@e-smith.com>
638 - [1.11.0-04]
639 - Tidy up and update /sbin/e-smith/backup templates, preparatory to adding
640 support for non-tape devices. [charlieb 5521]
641
642 * Mon Dec 2 2002 Mike Dickson <miked@e-smith.com>
643 - [1.11.0-03]
644 - ui update [miked 5494]
645
646 * Thu Nov 21 2002 Mike Dickson <miked@e-smith.com>
647 - [1.11.0-02]
648 - update to new UI system [miked 5494]
649
650 * Wed Nov 6 2002 Charlie Brady <charlieb@e-smith.com>
651 - [1.11.0-01]
652 - Rolling development stream version to 1.11.0
653
654 * Tue Oct 15 2002 Charlie Brady <charlieb@e-smith.com>
655 - [1.10.1-01]
656 - New checkout to force head revisions to 1.10.1
657
658 * Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com>
659 - [1.10.0-01]
660 - Roll to maintained version number to 1.10.0
661
662 * Fri Oct 11 2002 Gordon Rowell <gordonr@e-smith.com>
663 - [1.9.0-09]
664 - Added missing closing paren - code police needed earlier [gordonr 5168]
665
666 * Fri Oct 11 2002 Gordon Rowell <gordonr@e-smith.com>
667 - [1.9.0-08]
668 - Renamed duplicate lexicon tag RESTORE_IN_PROGRESS{,_BEGAN_AT}
669 RESTORE_IN_PROGRES_DESC -> MUST_REBOOT_AFTER_RESTORE in tape restore
670 [gordonr 5168]
671
672 * Wed Oct 9 2002 Mike Dickson <miked@e-smith.com>
673 - [1.9.0-07]
674 - Fixed double call of pre-restore [miked 5158]
675
676 * Wed Oct 9 2002 Mike Dickson <miked@e-smith.com>
677 - [1.9.0-06]
678 - Fixed references to ext2 filesystem in CalculateSizes; cahnged them to ext3
679
680 * Wed Sep 25 2002 Charlie Brady <charlieb@e-smith.com>
681 - [1.9.0-05]
682 - Add calls to signal-event pre-restore before tape or desktop restore
683 (currently to stop slapd and remove LDIF dump file). [charlieb 2745]
684
685 * Mon Sep 23 2002 Charlie Brady <charlieb@e-smith.com>
686 - [1.9.0-04]
687 - Fix XML errors in backup panel. [charlieb 2745]
688
689 * Fri Sep 20 2002 Charlie Brady <charlieb@e-smith.com>
690 - [1.9.0-03]
691 - Complete previous change - the web panel needed to be updated as well.
692 [charlieb 2745]
693
694 * Thu Aug 29 2002 Charlie Brady <charlieb@e-smith.com>
695 - [1.9.0-02]
696 - Change mysql-dump-tables and mysql-delete-dumps events to pre-backup and
697 post-backup events. [charlieb 2745]
698
699 * Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com>
700 - [1.9.0-01]
701 - Changing version to development stream number to 1.9.0
702
703 * Fri May 31 2002 Tony Clayton <apc@e-smith.com>
704 - [1.8.2-01]
705 - Reverting previous change - "it's a feature" [tonyc 3746]
706
707 * Fri May 31 2002 Tony Clayton <apc@e-smith.com>
708 - [1.8.1-01]
709 - Prevent tape/destop restores from dieing in state=running [tonyc 3746]
710
711 * Fri May 31 2002 Charlie Brady <charlieb@e-smith.com>
712 - [1.8.0-01]
713 - Changing version to maintained stream number to 1.8.0
714
715 * Fri May 31 2002 Mark Knox <markk@e-smith.com>
716 - [1.7.20-01]
717 - Fixed some funny table cells that were causing trouble in Netscape
718 [markk 3764]
719
720 * Fri May 31 2002 Charlie Brady <charlieb@e-smith.com>
721 - [1.7.19-01]
722 - Removed unused config db tie in restore-idle-flag.
723 - Add initialisation of backup service entry in config db.
724 This will allow restore from tape to work out of the box.
725 [charlieb 1254, 3746]
726
727 * Wed May 29 2002 Tony Clayton <apc@e-smith.com>
728 - [1.7.18-01]
729 - Fix bad string concats in /sbin/e-smith/backup fragments [tonyc 3180]
730
731 * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
732 - [1.7.17-01]
733 - RPM rebuild forced by cvsroot2rpm
734
735 * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
736 - [1.7.16-01]
737 - testing co2rpm --force
738
739 * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
740 - [1.7.15-01]
741 - testing co2rpm --force
742
743 * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
744 - [1.7.14-01]
745 - testing co2rpm --force
746
747 * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
748 - [1.7.13-01]
749 - testing co2rpm --force
750
751 * Sat May 18 2002 Gordon Rowell <gordonr@e-smith.com>
752 - [1.7.12-01]
753 - Changed quoting in /etc/crond.d/backup template [gordonr 3029]
754
755 * Sat May 18 2002 Gordon Rowell <gordonr@e-smith.com>
756 - [1.7.11-01]
757 - "Verify complete" -> "Verification is complete" [gordonr 3544]
758
759 * Wed May 8 2002 Mark Knox <markk@e-smith.com>
760 - [1.7.10-01]
761 - Allow form uploads and large files to be posted. [markk 3159]
762
763 * Wed May 8 2002 Mark Knox <markk@e-smith.com>
764 - [1.7.9-01]
765 - Localised a few more strings in sbin/e-smith/backup templates [markk 3029]
766
767 * Wed May 1 2002 Gordon Rowell <gordonr@e-smith.com>
768 - [1.7.8-01]
769 - esmith::AccountDB -> esmith::AccountsDB [schwern 3287]
770
771 * Tue Apr 16 2002 Mark Knox <markk@e-smith.com>
772 - [1.7.7-01]
773 - I18n backup cronjob using gettext. Also converted to ConfigDB. [markk 3029]
774
775 * Mon Apr 15 2002 Gordon Rowell <gordonr@e-smith.com>
776 - [1.7.7-01]
777 - Language en->en-us
778
779 * Fri Apr 12 2002 Mark Knox <markk@e-smith.com>
780 - [1.7.6-01]
781 - Internationalized using FormMagick lexicon [markk 3159]
782 - Converted to esmith::ConfigDB API [markk 3159]
783
784 * Fri Mar 15 2002 Charlie Brady <charlieb@e-smith.com>
785 - [1.7.5-01]
786 - Include "du -s " of all backed up files and directories other than
787 /home/e-smith in desktop backup estimate.
788
789 * Thu Mar 14 2002 Charlie Brady <charlieb@e-smith.com>
790 - [1.7.4-01]
791 - Fix error in use of AccountsDB interface (#2139).
792
793 * Thu Mar 07 2002 Charlie Brady <charlieb@e-smith.com>
794 - [1.7.3-01]
795 - Include /root in desktop backup and in size estimate (#2322).
796 - Change text to indicate that desktop backup file will be somewhat
797 smaller if files are compressible.
798
799 * Thu Mar 07 2002 Charlie Brady <charlieb@e-smith.com>
800 - [1.7.2-01]
801 - Use Quota module to estimate desktop backup size, by summing over all
802 user accounts (#2139).
803
804 * Wed Feb 27 2002 Jason Miller <jmiller@e-smith.com>
805 - [1.7.1-01]
806 - Rolled to version 1.7.1-01 to verify CVS contents from 1.7.0-01.
807 Includes all patchesup to 1.7.0-01.
808
809 * Wed Feb 27 2002 Jason Miller <jay@e-smith.com>
810 - [1.7.0-01]
811 - rollRPM: Rolled version number to 1.7.0-01. Includes patches up to 1.6.0-01.
812
813 * Tue Dec 11 2001 Adrian Chung <mac@e-smith.com>
814 - [1.6.0-01]
815 - rollRPM: Rolled version number to 1.6.0-01. Includes patches up to 1.5.0-04.
816
817 * Thu Dec 6 2001 Adrian Chung <adrianc@e-smith.com>
818 - [1.5.0-04]
819 - Adding text to restore screen that warns that your restore
820 is not complete until you see the words Restore complete and
821 /etc/smbpasswd is restored.
822
823 * Wed Nov 28 2001 Charlie Brady <charlieb@e-smith.com>
824 - [1.5.0-03]
825 - Report restore/verify problems if they are detected. Do not do any
826 post processing unless the restore completes successfully.
827
828 * Tue Nov 13 2001 Tony Clayton <tonyc@e-smith.com>
829 - [1.5.0-02]
830 - adding last patch to prep section. feels like monday.
831
832 * Tue Nov 13 2001 Tony Clayton <tonyc@e-smith.com>
833 - [1.5.0-01]
834 - Rolled version number to 1.5.0-01. Includes patches up to 1.4.0-06.
835 - use esmith::lockfile for lockfile stuff
836 - add dependency on e-smith-lib >= 1.7.0-20 for esmith::lockfile
837
838 * Tue Nov 13 2001 Tony Clayton <tonyc@e-smith.com>
839 - [1.4.0-06]
840 - backing out lockfile patch - moving to new stream
841
842 * Mon Nov 12 2001 Tony Clayton <tonyc@e-smith.com>
843 - [1.4.0-05]
844 - use esmith::lockfile for lockfile stuff
845 - add dependency on e-smith-lib >= 1.7.0-20 for esmith::lockfile
846
847 * Wed Nov 07 2001 Tony Clayton <tonyc@e-smith.com>
848 - [1.4.0-04]
849 - rebranding to Mitel Networks
850
851 * Fri Aug 17 2001 Gordon Rowell <gordonr@e-smith.com>
852 - [1.4.0-03]
853 - Changed default network backup filename to "smeserver.tgz"
854 - Note: We can still restore the old format "esmithsg.bak" files
855
856 * Fri Aug 17 2001 gordonr
857 - [1.4.0-02]
858 - Autorebuild by rebuildRPM
859
860 * Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com>
861 - [1.4.0-01]
862 - Rolled version number to 1.4.0-01. Includes patches upto 1.3.0-10.
863
864 * Thu Aug 02 2001 Gordon Rowell <gordonr@e-smith.com>
865 - [1.3.0-10]
866 - More branding changes
867
868 * Thu Aug 02 2001 Gordon Rowell <gordonr@e-smith.com>
869 - [1.3.0-09]
870 - More branding changes
871
872 * Tue Jul 31 2001 Jason Miller <jmiller@e-smith.com>
873 - [1.3.0-08]
874 - Branding/marketing text changes email/e-mail
875
876 * Sun Jul 29 2001 Jason Miller <jmiller@e-smith.com>
877 - [1.3.0-07]
878 - Branding text changes to the backup web panel
879
880 * Fri Jul 6 2001 Peter Samuel <peters@e-smith.com>
881 - [1.3.0-06]
882 - Changed license to GPL
883
884 * Wed Jul 04 2001 Gordon Rowell <gordonr@e-smith.com>
885 - [1.3.0-05]
886 - Default to .tgz for desktop backup/restore/verify
887 - Allow uuencoded tar (esmithsg.bak) for restore/verify backwards compatability
888
889 * Thu Jun 07 2001 Gordon Rowell <gordonr@e-smith.com>
890 - [1.3.0-04]
891 - Add --verbose to tar --extract so web panels shows restored files
892
893 * Thu Jun 07 2001 Charlie Brady <charlieb@e-smith.com>
894 - [1.3.0-03]
895 - Add option to verify desktop backup file contents.
896
897 * Thu Jun 07 2001 Charlie Brady <charlieb@e-smith.com>
898 - [1.3.0-02]
899 - Avoid use of redundant temporary file, CGI.pm already creates one for us,
900 and provides us with a file handle.
901
902 * Wed Apr 11 2001 Adrian Chung <mac@e-smith.com>
903 - [1.3.0-01]
904 - Rolled version number to 1.3.0-01. Includes patches upto 1.2.0-11.
905
906 * Wed Feb 21 2001 Charlie Brady <charlieb@e-smith.com>
907 - [1.2.0-11]
908 - Add tape rewind action to tape restore
909
910 * Wed Feb 21 2001 Peter Samuel <peters@e-smith.com>
911 - [1.2.0-10]
912 - Now rewinds tape before zeroing tape.
913 - Writes 32k of zeroes instead of 10k.
914
915 * Thu Feb 14 2001 Charlie Brady <charlieb@e-smith.com>
916 - [1.2.0-09]
917 - Add conf-backup to bootstrap-console-save.
918 - Don't need templates-user-custom directory now, it's in e-smith-base RPM.
919
920 * Mon Feb 12 2001 Peter Samuel <peters@e-smith.com>
921 - [1.2.0-08]
922 - Duping STDOUT fails for netscape. Now just redirecting STDOUT to STDERR.
923
924 * Mon Feb 12 2001 Adrian Chung <adrianc@e-smith.com>
925 - [1.2.0-07]
926 - rolling release number for GPG signing.
927
928 * Sun Feb 11 2001 Charlie Brady
929 - [1.2.0-06]
930 - Include etc/e-smith/templates-user-custom in backup
931
932 * Thu Feb 8 2001 Adrian Chung <adrianc@e-smith.com>
933 - Rolling release number for GPG signing.
934
935 * Thu Feb 8 2001 Peter Samuel <peters@e-smith.com>
936 - [1.2.0-04]
937 - Zero pad minutes for backup and reminder times.
938 - Fix nasty problem stopping flexbackup running in the background.
939 Needed to dup STDOUT, close STDOUT, and reset STDOUT to duped fd.
940
941 * Tue Jan 30 2001 Peter Samuel <peters@e-smith.com>
942 - [1.2.0-03]
943 - Changed size calculations so that minimum size displayed is 1Mb.
944 - Changed wording of size of snapshot.
945 - Notify user how much free space exists in /tmp.
946 - Remove uploaded file after restore.
947
948 * Mon Jan 29 2001 Charlie Brady <charlieb@e-smith.com>
949 - [1.2.0-02]
950 - Preserve gid of www across restore.
951 - Add comment about upbuffering output
952
953 * Thu Jan 25 2001 Peter Samuel <peters@e-smith.com>
954 - [1.2.0-01]
955 - Rolled version number to 1.2.0-01. Includes patches upto 1.1.0-17.
956
957 * Thu Jan 25 2001 Peter Samuel <peters@e-smith.com>
958 - [1.1.0-17]
959 - Added html output to reboot function of manager panel
960
961 * Wed Jan 24 2001 Peter Samuel <peters@e-smith.com>
962 - [1.1.0-16]
963 - /sbin/e-smith/backup zeroes tape before starting. This is a hack to
964 work around talking to ide tapes via ide-scsi.
965
966 * Wed Jan 17 2001 Peter Samuel <peters@e-smith.com>
967 - [1.1.0-15]
968 - mysql tables are deleted before and after backups and restores
969
970 * Tue Jan 16 2001 Peter Samuel <peters@e-smith.com>
971 - [1.1.0-14]
972 - cron job now runs every day
973
974 * Mon Jan 15 2001 Peter Samuel <peters@e-smith.com>
975 - [1.1.0-13]
976 - removed unnecessary /sbin/e-smith/tape-restore template
977 - fixed html formatting problem in backup panel
978 - fixed backgrounding problem in backup panel - need to close STDOUT in child
979 - format fixes in backup panel
980
981 * Mon Jan 15 2001 Jason Miller <jmiller@e-smith.com>
982 - [1.1.0-12]
983 - Changes to the menu item ordering for the e-smith manager
984
985 * Sat Jan 13 2001 Peter Samuel <peters@e-smith.com>
986 - [1.1.0-11]
987 - Changed fork and signal handling again - doesn't seem to make much
988 difference. Could be the lock file interaction - needs testing.
989
990 * Sat Jan 13 2001 Peter Samuel <peters@e-smith.com>
991 - [1.1.0-10]
992 - Fixed order of files to be restored
993 - Moved signal handling but it makes no difference, still can't background
994
995 * Sat Jan 13 2001 Peter Samuel <peters@e-smith.com>
996 - [1.1.0-09]
997 - /sbin/e-smith/backup now dumps mysql tables to /home/e-smith prior
998 to running the tape backup
999
1000 * Sat Jan 13 2001 Peter Samuel <peters@e-smith.com>
1001 - [1.1.0-08]
1002 - fixed uninitialised variables
1003 - reboot action calls backgroundCommand instead of showing new panel
1004
1005 * Sat Jan 13 2001 Peter Samuel <peters@e-smith.com>
1006 - [1.1.0-07]
1007 - fixed syntax error in /etc/e-smith/events/actions/conf-backup
1008
1009 * Fri Jan 12 2001 Peter Samuel <peters@e-smith.com>
1010 - [1.1.0-06]
1011 - flexbackup is merely the default backup program
1012 - cron job calls /sbin/e-smith/backup which is a templated file
1013 - restore-tape action now given to flexbackup as it is flexbackup specific
1014
1015 * Fri Jan 12 2001 Peter Samuel <peters@e-smith.com>
1016 - [1.1.0-05]
1017 - Removed checks for uptime. The state in /etc/e-smith/restore is not
1018 changed, regardless of reboots. It is changed by bootstrap-console.
1019 - Lots of text changes for consistency and to reinforce the need to
1020 reboot after a restore
1021 - Mail is sent to the admin user after a tape restore indicating
1022 success or failure.
1023 - mysql tables are dumped to /home/e-smith prior to network backup.
1024 - Calculation of tarsize handles negative values sensibly.
1025
1026 * Fri Jan 12 2001 Peter Samuel <peters@e-smith.com>
1027 - [1.1.0-04]
1028 - No longer checks for current state of EthernetDrive1 and LocalIP.
1029 - Does not do a forced reboot under any circumstances.
1030 - Calls post-upgrade after the restore instead of post-restore.
1031
1032 * Thu Jan 11 2001 Peter Samuel <peters@e-smith.com>
1033 - [1.1.0-03]
1034 - Major changes to panel. Now does tape restore in background. Lots of
1035 checks and balances to avoid concurrent restores/backups etc.
1036
1037 * Wed Jan 10 2001 Jason Miller <jmiller@e-smith.com>
1038 - [1.1.0-02]
1039 - Minor change to the copyright for consistency
1040
1041 * Tue Jan 9 2001 Peter Samuel <peters@e-smith.com>
1042 - [1.1.0-01]
1043 - Rolled version to 1.1.0-01. Includes patches upto 0.1-4
1044
1045 * Mon Jan 8 2001 Peter Samuel <peters@e-smith.com>
1046 - [0.1-4]
1047 - Now restores config from tape
1048
1049 * Sun Jan 7 2001 Jason Miller <jmiller@e-smith.com>
1050 - [0.1-2] through [0.1-3]
1051 - completed the update section for configuration database
1052 of flexbackup
1053 - prepared the restore-tape option for the call to the
1054 proper event for restoring from tape
1055
1056 * Sun Jan 7 2001 Jason Miller <jmiller@e-smith.com>
1057 - initial release
1058
1059 %description
1060 e-smith server central backup administration panel
1061
1062 %prep
1063 %setup
1064 %patch1 -p1
1065 %patch2 -p1
1066 %patch3 -p1
1067 %patch4 -p1
1068 %patch5 -p1
1069 %patch6 -p1
1070
1071 %build
1072 /sbin/e-smith/buildtests 10e-smith-backup
1073
1074 mkdir -p root/etc/e-smith/events/{pre-,post-}backup
1075 perl createlinks
1076
1077 # Extract a new copy of the English .po, though we won't use it for this build
1078 xgettext -o root/usr/share/locale/en_US/LC_MESSAGES/backup.po \
1079 root/etc/e-smith/templates/etc/crontab/backup \
1080 root/sbin/e-smith/do_backup
1081
1082 /sbin/e-smith/generate-lexicons
1083
1084 mkdir -p root/var/cache/e-smith/restore
1085 mkdir -p root/var/cache/e-smith/restore/etc
1086 mkdir -p root/var/cache/e-smith/restore/etc/samba
1087 mkdir -p root/etc/e-smith/db/backups
1088 mkdir -p root/etc/dar
1089 mkdir -p root/mnt/smb
1090
1091 %install
1092 rm -rf $RPM_BUILD_ROOT
1093 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
1094 rm -f %{name}-%{version}-%{release}-filelist
1095 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
1096 > %{name}-%{version}-%{release}-filelist
1097 echo "%doc Copying" >> %{name}-%{version}-%{release}-filelist
1098 echo "%doc Artistic" >> %{name}-%{version}-%{release}-filelist
1099 echo "%doc LICENSE" >> %{name}-%{version}-%{release}-filelist
1100
1101 %clean
1102 rm -rf $RPM_BUILD_ROOT
1103
1104 %pre
1105 %preun
1106 %post
1107 %postun
1108
1109 %files -f %{name}-%{version}-%{release}-filelist
1110 %defattr(-,root,root)

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