/[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.10 - (hide annotations) (download)
Sat Apr 15 03:54:54 2017 UTC (7 years, 2 months ago) by unnilennium
Branch: MAIN
CVS Tags: e-smith-backup-2_6_0-9_el7_sme
Changes since 1.9: +5 -2 lines
* Fri Apr 14 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-9.sme
- added support back to ext2 and ext3 [SME: 9299]

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

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