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

Contents of /rpms/e-smith-backup/sme9/e-smith-backup.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.49 - (show annotations) (download)
Thu Jun 20 16:31:52 2019 UTC (4 years, 11 months ago) by jcrisp
Branch: MAIN
CVS Tags: e-smith-backup-2_4_0-46_el6_sme, HEAD
Changes since 1.48: +10 -2 lines
* Thu Jun 20 2019 John Crisp <jcrisp@safeandsoundit.co.uk> 2.4.0-46.sme
- fixed bug on the dar catalog when backups are not added in it [SME: 10781]
- Backported from [SME: 9563]
- Added e-smith-backup-2.4.0.bz10781.UpdateDarCatalogFollowingBackups.patch
- Thanks to Terry Fage for finding this

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

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