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

Annotation 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.9 - (hide annotations) (download)
Wed Apr 12 20:19:30 2017 UTC (7 years, 2 months ago) by unnilennium
Branch: MAIN
CVS Tags: e-smith-backup-2_6_0-8_el7_sme
Changes since 1.8: +7 -2 lines
* Wed Apr 12 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-8.sme
- fix removable device detection [SME: 9299]

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

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