/[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.18 - (hide annotations) (download)
Sun Jun 7 19:52:24 2020 UTC (4 years ago) by chrissn
Branch: MAIN
CVS Tags: e-smith-backup-2_6_0-17_el7_sme
Changes since 1.17: +7 -2 lines
Added /etc/backup-data.d to backup paths [SME: 10245]

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

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