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