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

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

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


Revision 1.17 - (show annotations) (download)
Tue May 5 22:43:50 2020 UTC (4 years, 1 month ago) by jpp
Branch: MAIN
CVS Tags: e-smith-backup-2_6_0-16_el7_sme
Changes since 1.16: +3 -3 lines
* Sun May 3 2020 Chris Sansom-Ninnes <chris@sansom.ninnes.net> 2.6.0-16.sme
- Added error handling to restore using pipe pattern from perform_backup [SME:3139]
- Made reboot optional after console restore
- Fixed bootstrap restore not activating config changes [SME:10921]
- Manually added ext2 and ext3 to Block Device file system check where ext4 present

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

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