/[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.23 - (hide annotations) (download)
Fri Feb 12 18:52:48 2021 UTC (3 years, 4 months ago) by chrissn
Branch: MAIN
CVS Tags: e-smith-backup-2_6_0-22_el7_sme
Changes since 1.22: +5 -2 lines
* Fri Feb 12 2021 Chris Sansom-Ninnes <chris@sansom.ninnes.net> 2.6.0-22.sme
- Remove debug output of device names [SME: 11319]

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

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