/[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.22 - (hide annotations) (download)
Tue Feb 9 23:11:28 2021 UTC (3 years, 4 months ago) by chrissn
Branch: MAIN
CVS Tags: e-smith-backup-2_6_0-21_el7_sme
Changes since 1.21: +5 -2 lines
* Tue Feb 9 2021 Chris Sansom-Ninnes <chris@sansom.ninnes.net> 2.6.0-21.sme
- Revert BlockDevices.pm and backup call to not filter to removable drives

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

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