/[smeserver]/rpms/e-smith-backup/sme10/e-smith-backup.spec
ViewVC logotype

Contents 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.11 - (show annotations) (download)
Wed Apr 26 16:33:46 2017 UTC (7 years, 1 month ago) by unnilennium
Branch: MAIN
CVS Tags: e-smith-backup-2_6_0-10_el7_sme
Changes since 1.10: +7 -2 lines
* Wed Apr 26 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-10.sme
- added lock during backup to avoid multiple instance running [SME: 9127]

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

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