/[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.18 - (show annotations) (download)
Thu Dec 12 16:02:26 2013 UTC (10 years, 6 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-backup-2_4_0-17_el6_sme
Changes since 1.17: +8 -2 lines
* Thu Dec 12 2013 Ian Wells <esmith@wellsi.com> 2.4.0-17.sme
- Workstation Backup, new method to show files being restored is needed
  when using dar 2.4 [SME: 8058]

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

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