/[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.14 - (show annotations) (download)
Mon Mar 16 11:30:22 2020 UTC (4 years, 3 months ago) by jcrisp
Branch: MAIN
CVS Tags: e-smith-backup-2_6_0-13_el7_sme
Changes since 1.13: +8 -2 lines
* Mon Mar 16 2020 John Crisp <jcrisp@safeandsoundit.co.uk 2.6.0-13.sme
- added the '-ai' flag to clean up incomplete files on fail [SME:9159]
- Credit to Chris Sansom-Ninnes

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

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