/[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.15 - (hide annotations) (download)
Fri Apr 10 14:16:35 2020 UTC (4 years, 2 months ago) by chrissn
Branch: MAIN
CVS Tags: e-smith-backup-2_6_0-14_el7_sme
Changes since 1.14: +8 -2 lines
Fix restore from USB backup on initial install [SME:8244]

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

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