/[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.5 - (show annotations) (download)
Sun Jul 31 07:28:07 2016 UTC (7 years, 10 months ago) by stephdl
Branch: MAIN
Changes since 1.4: +1 -5 lines
* Sun Jul 31 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-4.sme
- Add or remove path in your backup by a file *.include and *.exclude
- Added e-smith-backup-2.6.0.Add_Or_Remove_Path_In_Backup.patch [SME: 9607]
- Test if the remote host (cifs/nfs) is up, else save and display a warning.
- Added e-smith-backup-2.6.0.bz9090.Testing_the_remote_host_parameters.patch [SME: 9090]
- The 'tar backup to desktop' of the backup panel takes consideration of exclusion
- Added e-smith-backup-2.6.0.Do_Tar_Exclusion_In_Panel.patch [SME: 9635]
- The 'dar workstation backup' of the backup panel takes consideration of exclusion
- Added e-smith-backup-2.6.0.Do_Dar_Exclusion.patch [SME: 9633]
- The 'tar backup' of the console takes consideration of exclusion and display a page with the exclusion content
- e-smith-backup-2.6.0.Do_Tar_Exclusion_In_the_console.patch [SME: 9635]

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

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