/[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.24 - (hide annotations) (download)
Wed Feb 17 21:37:52 2021 UTC (3 years, 4 months ago) by chrissn
Branch: MAIN
CVS Tags: e-smith-backup-2_6_0-23_el7_sme
Changes since 1.23: +7 -3 lines
* Wed Feb 17 2021 Chris Sansom-Ninnes <chris@sansom.ninnes.net> 2.6.0-23.sme
- Remove duplicate gunzip call in perform_restore [SME: 11266]

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

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