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

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

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


Revision 1.22 - (show annotations) (download)
Sat Jan 4 01:11:52 2014 UTC (10 years, 5 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-backup-2_4_0-21_el6_sme
Changes since 1.21: +8 -2 lines
* Fri Jan 3 2014 Ian Wells <esmith@wellsi.com> 2.4.0-21.sme
- Workstation Backup, do not exclude dar files by default
  in line with console backup. [SME: 7523]

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

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