/[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.13 - (show annotations) (download)
Tue Jul 18 14:37:15 2017 UTC (6 years, 11 months ago) by unnilennium
Branch: MAIN
CVS Tags: e-smith-backup-2_6_0-12_el7_sme
Changes since 1.12: +6 -2 lines
* Tue Jul 18 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-12.sme
- added patch for workstation backup lock [SME: 9127]
- code from Stefano Zamboni <zamboni@mind-at-work.it>

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

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