diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e594810
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.rpm
+*.log
+*spec-20*
+*.tar.xz
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..e3c1899
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,21 @@
+# Makefile for source rpm: e-smith-backup
+# $Id: Makefile,v 1.1 2016/02/04 23:12:12 vip-ire Exp $
+NAME := e-smith-backup
+SPECFILE = $(firstword $(wildcard *.spec))
+
+define find-makefile-common
+for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
+endef
+
+MAKEFILE_COMMON := $(shell $(find-makefile-common))
+
+ifeq ($(MAKEFILE_COMMON),)
+# attept a checkout
+define checkout-makefile-common
+test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
+endef
+
+MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
+endif
+
+include $(MAKEFILE_COMMON)
diff --git a/README.md b/README.md
index 20d2caf..2e0c384 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,17 @@
-# e-smith-backup
+# e-smith-backup
-SMEServer Koozali developed git repo for e-smith-backup smeserver
\ No newline at end of file
+SMEServer Koozali developed git repo for e-smith-backup smeserver
+
+## Wiki
+
https://wiki.koozali.org/
+
+## Bugzilla
+Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-backup&product=SME%20Server%2010.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
+
+## Description
+
+
*This description has been generated by an LLM AI system and cannot be relied on to be fully correct.*
+*Once it has been checked, then this comment will be deleted*
+
+
+E-smith-backup is a software package that makes it easy to create a backup of your data. It can be used to create a regular backup of your documents, applications, emails, and other important files. It also allows you to customize the backup in order to keep only the most important files. The backup can be stored on an external hard drive, cloud storage, or a network storage. The software also provides a comprehensive suite of tools and features to help you manage and monitor your backups. This includes the ability to generate reports, set up email notifications, and even to perform file and folder comparisons. With e-smith-backup, you can rest assured that your most important data is safe and secure.
diff --git a/additional/Artistic b/additional/Artistic
new file mode 100644
index 0000000..5f22124
--- /dev/null
+++ b/additional/Artistic
@@ -0,0 +1,131 @@
+
+
+
+
+ The "Artistic License"
+
+ Preamble
+
+The intent of this document is to state the conditions under which a
+Package may be copied, such that the Copyright Holder maintains some
+semblance of artistic control over the development of the package,
+while giving the users of the package the right to use and distribute
+the Package in a more-or-less customary fashion, plus the right to make
+reasonable modifications.
+
+Definitions:
+
+ "Package" refers to the collection of files distributed by the
+ Copyright Holder, and derivatives of that collection of files
+ created through textual modification.
+
+ "Standard Version" refers to such a Package if it has not been
+ modified, or has been modified in accordance with the wishes
+ of the Copyright Holder as specified below.
+
+ "Copyright Holder" is whoever is named in the copyright or
+ copyrights for the package.
+
+ "You" is you, if you're thinking about copying or distributing
+ this Package.
+
+ "Reasonable copying fee" is whatever you can justify on the
+ basis of media cost, duplication charges, time of people involved,
+ and so on. (You will not be required to justify it to the
+ Copyright Holder, but only to the computing community at large
+ as a market that must bear the fee.)
+
+ "Freely Available" means that no fee is charged for the item
+ itself, though there may be fees involved in handling the item.
+ It also means that recipients of the item may redistribute it
+ under the same conditions they received it.
+
+1. You may make and give away verbatim copies of the source form of the
+Standard Version of this Package without restriction, provided that you
+duplicate all of the original copyright notices and associated disclaimers.
+
+2. You may apply bug fixes, portability fixes and other modifications
+derived from the Public Domain or from the Copyright Holder. A Package
+modified in such a way shall still be considered the Standard Version.
+
+3. You may otherwise modify your copy of this Package in any way, provided
+that you insert a prominent notice in each changed file stating how and
+when you changed that file, and provided that you do at least ONE of the
+following:
+
+ a) place your modifications in the Public Domain or otherwise make them
+ Freely Available, such as by posting said modifications to Usenet or
+ an equivalent medium, or placing the modifications on a major archive
+ site such as uunet.uu.net, or by allowing the Copyright Holder to include
+ your modifications in the Standard Version of the Package.
+
+ b) use the modified Package only within your corporation or organization.
+
+ c) rename any non-standard executables so the names do not conflict
+ with standard executables, which must also be provided, and provide
+ a separate manual page for each non-standard executable that clearly
+ documents how it differs from the Standard Version.
+
+ d) make other distribution arrangements with the Copyright Holder.
+
+4. You may distribute the programs of this Package in object code or
+executable form, provided that you do at least ONE of the following:
+
+ a) distribute a Standard Version of the executables and library files,
+ together with instructions (in the manual page or equivalent) on where
+ to get the Standard Version.
+
+ b) accompany the distribution with the machine-readable source of
+ the Package with your modifications.
+
+ c) give non-standard executables non-standard names, and clearly
+ document the differences in manual pages (or equivalent), together
+ with instructions on where to get the Standard Version.
+
+ d) make other distribution arrangements with the Copyright Holder.
+
+5. You may charge a reasonable copying fee for any distribution of this
+Package. You may charge any fee you choose for support of this
+Package. You may not charge a fee for this Package itself. However,
+you may distribute this Package in aggregate with other (possibly
+commercial) programs as part of a larger (possibly commercial) software
+distribution provided that you do not advertise this Package as a
+product of your own. You may embed this Package's interpreter within
+an executable of yours (by linking); this shall be construed as a mere
+form of aggregation, provided that the complete Standard Version of the
+interpreter is so embedded.
+
+6. The scripts and library files supplied as input to or produced as
+output from the programs of this Package do not automatically fall
+under the copyright of this Package, but belong to whoever generated
+them, and may be sold commercially, and may be aggregated with this
+Package. If such scripts or library files are aggregated with this
+Package via the so-called "undump" or "unexec" methods of producing a
+binary executable image, then distribution of such an image shall
+neither be construed as a distribution of this Package nor shall it
+fall under the restrictions of Paragraphs 3 and 4, provided that you do
+not represent such an executable image as a Standard Version of this
+Package.
+
+7. C subroutines (or comparably compiled subroutines in other
+languages) supplied by you and linked into this Package in order to
+emulate subroutines and variables of the language defined by this
+Package shall not be considered part of this Package, but are the
+equivalent of input as in Paragraph 6, provided these subroutines do
+not change the language in any way that would cause it to fail the
+regression tests for the language.
+
+8. Aggregation of this Package with a commercial distribution is always
+permitted provided that the use of this Package is embedded; that is,
+when no overt attempt is made to make this Package's interfaces visible
+to the end user of the commercial distribution. Such use shall not be
+construed as a distribution of this Package.
+
+9. The name of the Copyright Holder may not be used to endorse or promote
+products derived from this software without specific prior written permission.
+
+10. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+
+ The End
diff --git a/additional/Copying b/additional/Copying
new file mode 100644
index 0000000..eeb586b
--- /dev/null
+++ b/additional/Copying
@@ -0,0 +1,340 @@
+ GNU GENERAL PUBLIC LICENSE
+ Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+ 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The licenses for most software are designed to take away your
+freedom to share and change it. By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users. This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it. (Some other Free Software Foundation software is covered by
+the GNU Library General Public License instead.) You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+ To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have. You must make sure that they, too, receive or can get the
+source code. And you must show them these terms so they know their
+rights.
+
+ We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+ Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software. If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+ Finally, any free program is threatened constantly by software
+patents. We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary. To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ GNU GENERAL PUBLIC LICENSE
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+ 0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License. The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language. (Hereinafter, translation is included without limitation in
+the term "modification".) Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope. The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+ 1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+ 2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+ a) You must cause the modified files to carry prominent notices
+ stating that you changed the files and the date of any change.
+
+ b) You must cause any work that you distribute or publish, that in
+ whole or in part contains or is derived from the Program or any
+ part thereof, to be licensed as a whole at no charge to all third
+ parties under the terms of this License.
+
+ c) If the modified program normally reads commands interactively
+ when run, you must cause it, when started running for such
+ interactive use in the most ordinary way, to print or display an
+ announcement including an appropriate copyright notice and a
+ notice that there is no warranty (or else, saying that you provide
+ a warranty) and that users may redistribute the program under
+ these conditions, and telling the user how to view a copy of this
+ License. (Exception: if the Program itself is interactive but
+ does not normally print such an announcement, your work based on
+ the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole. If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works. But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+ 3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+ a) Accompany it with the complete corresponding machine-readable
+ source code, which must be distributed under the terms of Sections
+ 1 and 2 above on a medium customarily used for software interchange; or,
+
+ b) Accompany it with a written offer, valid for at least three
+ years, to give any third party, for a charge no more than your
+ cost of physically performing source distribution, a complete
+ machine-readable copy of the corresponding source code, to be
+ distributed under the terms of Sections 1 and 2 above on a medium
+ customarily used for software interchange; or,
+
+ c) Accompany it with the information you received as to the offer
+ to distribute corresponding source code. (This alternative is
+ allowed only for noncommercial distribution and only if you
+ received the program in object code or executable form with such
+ an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it. For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable. However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+ 4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License. Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+ 5. You are not required to accept this License, since you have not
+signed it. However, nothing else grants you permission to modify or
+distribute the Program or its derivative works. These actions are
+prohibited by law if you do not accept this License. Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+ 6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions. You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+ 7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all. For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices. Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+ 8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded. In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+ 9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number. If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation. If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+ 10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission. For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this. Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+ NO WARRANTY
+
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Programs
+
+ If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+ To do so, attach the following notices to the program. It is safest
+to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+
+ Copyright (C) 19yy
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+
+ Gnomovision version 69, Copyright (C) 19yy name of author
+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License. Of course, the commands you use may
+be called something other than `show w' and `show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary. Here is a sample; alter the names:
+
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+ `Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+ , 1 April 1989
+ Ty Coon, President of Vice
+
+This General Public License does not permit incorporating your program into
+proprietary programs. If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library. If this is what you want to do, use the GNU Library General
+Public License instead of this License.
diff --git a/additional/LICENSE b/additional/LICENSE
new file mode 100644
index 0000000..0941e68
--- /dev/null
+++ b/additional/LICENSE
@@ -0,0 +1,33 @@
+# Copyright 1999-2003 Mitel Networks Corporation
+# This program is free software; you can redistribute it and/or
+# modify it under the same terms as Perl itself.
+
+
+ Perl Kit, Version 5.0
+
+ Copyright 1989-2001, Larry Wall
+ All rights reserved.
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of either:
+
+ a) the GNU General Public License as published by the Free
+ Software Foundation; either version 1, or (at your option) any
+ later version, or
+
+ b) the "Artistic License" which comes with this Kit.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See either
+ the GNU General Public License or the Artistic License for more details.
+
+ You should have received a copy of the Artistic License with this
+ Kit, in the file named "Artistic". If not, I'll be glad to provide one.
+
+ You should also have received a copy of the GNU General Public License
+ along with this program in the file named "Copying". If not, write to the
+ Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+ 02111-1307, USA or visit their web page on the internet at
+ http://www.gnu.org/copyleft/gpl.html.
+
diff --git a/contriborbase b/contriborbase
new file mode 100644
index 0000000..ef36a67
--- /dev/null
+++ b/contriborbase
@@ -0,0 +1 @@
+sme10
diff --git a/createlinks b/createlinks
new file mode 100644
index 0000000..03f63c4
--- /dev/null
+++ b/createlinks
@@ -0,0 +1,86 @@
+#!/usr/bin/perl -w
+#----------------------------------------------------------------------
+# Copyright 1999-2005 Mitel Networks Corporation
+# This program is free software; you can redistribute it and/or
+# modify it under the same terms as Perl itself.
+#----------------------------------------------------------------------
+# This script creates the symlinks needed by this RPM
+# Specific support exists to create symlinks within e-smith web "panels"
+# and for links from named "events" directories into the "actions" directory
+
+use esmith::Build::CreateLinks qw(:all);
+
+#--------------------------------------------------
+# functions for manager panel
+#--------------------------------------------------
+my $panel = "manager";
+
+panel_link("backup", $panel);
+
+#--------------------------------------------------
+# events for bootstrap-console-save
+#--------------------------------------------------
+
+$event = "bootstrap-console-save";
+
+event_link("reset-restore-idle-flag", $event, "95");
+templates2events("/etc/dar/CIFScredentials", $event);
+
+#--------------------------------------------------
+# events for conf-backup action
+#--------------------------------------------------
+
+$event = "conf-backup";
+
+templates2events("/etc/crontab", $event);
+templates2events("/etc/dar/CIFScredentials", $event);
+templates2events("/etc/dar/DailyBackup.dcf", $event);
+
+#--------------------------------------------------
+# events for pre-backup action
+#--------------------------------------------------
+
+$event = "pre-backup";
+
+templates2events("/etc/dar/DailyBackup.dcf", $event);
+
+#--------------------------------------------------
+# events for rewind-tape action
+#--------------------------------------------------
+foreach $event (qw(restore-tape pre-backup post-backup))
+{
+ event_link("rewind-tape", $event, "50");
+}
+
+foreach $event (qw(post-backup))
+{
+ event_link("eject-tape", $event, "90");
+}
+
+#--------------------------------------------------
+foreach $event (qw(pre-restore))
+{
+ event_link("save-system-files", $event, "10");
+ event_link("delete-index-htm", $event, "80");
+}
+
+#--------------------------------------------------
+foreach $event (qw(post-upgrade))
+{
+ event_link("merge-system-files", $event, "00");
+}
+
+foreach $event (qw(restore-tape))
+{
+ event_link("restore-from-disk", $event, "40");
+}
+
+#--------------------------------------------------
+$event="e-smith-backup-update";
+event_link("merge-system-files", $event, "00");
+templates2events("/etc/crontab", $event);
+templates2events("/etc/dar/CIFScredentials", $event);
+templates2events("/etc/dar/DailyBackup.dcf", $event);
+
+
+
diff --git a/e-smith-backup.spec b/e-smith-backup.spec
new file mode 100644
index 0000000..3474451
--- /dev/null
+++ b/e-smith-backup.spec
@@ -0,0 +1,1516 @@
+# $Id: e-smith-backup.spec,v 1.30 2023/08/14 16:51:07 jpp Exp $
+
+Summary: e-smith module to provide the backup panel
+%define name e-smith-backup
+Name: %{name}
+%define version 2.6.0
+%define release 30
+Version: %{version}
+Release: %{release}%{?dist}
+License: Artistic
+Group: Networking/Daemons
+Source: %{name}-%{version}.tar.xz
+
+BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
+BuildRequires: e-smith-devtools >= 1.11.0-03
+BuildRequires: gettext
+BuildArchitectures: noarch
+Requires: e-smith-base
+Requires: e-smith-lib >= 1.15.1-19
+Requires: perl(Quota)
+Requires: perl(Unix::PasswdFile)
+Requires: perl(Crypt::PasswdMD5)
+Requires: perl(Passwd::Unix)
+Requires: perl(POSIX)
+Requires: perl(Locale::gettext)
+Requires: perl(Digest::MD5)
+Requires: perl(File::Copy)
+Requires: perl(esmith::I18N)
+Requires: dar
+Requires: cifs-utils
+Requires: e-smith-formmagick >= 1.4.0-12
+Requires: nfs-utils
+
+%changelog
+* Thu Oct 26 2023 cvs2git.sh aka Brian Read 2.6.0-30.sme
+- Roll up patches and move to git repo [SME: 12338]
+
+* Thu Oct 26 2023 BogusDateBot
+- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
+ by assuming the date is correct and changing the weekday.
+
+* Mon Aug 14 2023 Jean-Philippe Pialasse 2.6.0-29.sme
+- fix missing files for samba in core backup [SME: 12357]
+
+* Sun Mar 20 2022 Terry Fage 2.6.0-28.sme
+- negative date (mtime, data modification time) zerodate fix [SME: 11907]
+
+* Wed May 12 2021 Jean-Philippe Pialasse 2.6.0-27.sme
+- allow mounting smbv1 backup share [SME: 11557]
+
+* Wed Apr 07 2021 Jean-Philippe Pialasse 2.6.0-25.sme
+- remove lock noise to cron stdout for workstation backup [SME: 11530]
+
+* Fri Mar 12 2021 Jean-Philipe Pialasse 2.6.0-24.sme
+- fix dar restore replacing rootdir symlinks by folders [SME: 11424]
+
+* Wed Feb 17 2021 Chris Sansom-Ninnes 2.6.0-23.sme
+- Remove duplicate gunzip call in perform_restore [SME: 11266]
+
+* Fri Feb 12 2021 Chris Sansom-Ninnes 2.6.0-22.sme
+- Remove debug output of device names
+
+* Tue Feb 9 2021 Chris Sansom-Ninnes 2.6.0-21.sme
+- Revert BlockDevices.pm and backup call to not filter to removable drives
+
+* Sat Jan 30 2021 Chris Sansom-Ninnes 2.6.0-20.sme
+- Replace hal-* calls with BlockDevices [SME: 11319]
+
+* Fri Jan 08 2021 Jean-Philipe Pialasse 2.6.0-19.sme
+- add update event [SME: 11124]
+
+* Sun Jun 7 2020 Chris Sansom-Ninnes 2.6.0-17.sme
+- Added /etc/backup-data.d to backup paths [SME:10245]
+
+* Sun May 3 2020 Chris Sansom-Ninnes 2.6.0-16.sme
+- Added error handling to restore using pipe pattern from perform_backup [SME:3139]
+- Made reboot optional after console restore
+- Fixed bootstrap restore not activating config changes [SME:10921]
+- Manually added ext2 and ext3 to Block Device file system check where ext4 present
+
+* Fri Apr 3 2020 Chris Sansom-Ninnes 2.6.0-14.sme
+- updated Block Device discovery to fix recovery from console [SME:8244]
+- Credit to Catton Durbrow
+
+* Mon Mar 16 2020 John Crisp 2.6.0-12.sme
+- added patch for workstation backup lock [SME: 9127]
+- code from Stefano Zamboni
+
+* Wed Apr 26 2017 Jean-Philipe Pialasse 2.6.0-11.sme
+- added lock during backup to avoid multiple instance running [SME: 9127]
+- code from Stefano Zamboni
+
+* Fri Apr 14 2017 Jean-Philipe Pialasse 2.6.0-9.sme
+- added support back to ext2 and ext3 [SME: 9299]
+
+* Wed Apr 12 2017 Jean-Philipe Pialasse 2.6.0-8.sme
+- fix removable device detection [SME: 9299]
+
+* Fri Feb 17 2017 Jean-Philipe Pialasse 2.6.0-7.sme
+- console restoration can be launched again from console [SME: 9550]
+
+* Wed Aug 10 2016 stephane de Labrusse 2.6.0-6.sme
+- fixed bug on the dar catalog when backups are not added in it [SME: 9563]
+- Added e-smith-backup-2.6.0.bz9563.UpdateDarCatalogFollowingBackups.patch
+
+* Tue Aug 02 2016 stephane de Labrusse 2.6.0-5.sme
+- Remove the dar exclusion message in the email if there is no exclusion.
+- Modified e-smith-backup-2.6.0.Do_Dar_Exclusion.patch [SME: 9633]
+- Added two commented files backup.{include,exclude} in /etc/backup-data.d
+- Modified e-smith-backup-2.6.0.Add_Or_Remove_Path_In_Backup.patch [SME: 9607]
+
+* Sun Jul 31 2016 stephane de Labrusse 2.6.0-4.sme
+- Add or remove path in your backup by a file *.include and *.exclude
+- Added e-smith-backup-2.6.0.Add_Or_Remove_Path_In_Backup.patch [SME: 9607]
+- Test if the remote host (cifs/nfs) is up, else save and display a warning.
+- Added e-smith-backup-2.6.0.bz9090.Testing_the_remote_host_parameters.patch [SME: 9090]
+- The 'tar backup to desktop' of the backup panel takes consideration of exclusion
+- Added e-smith-backup-2.6.0.Do_Tar_Exclusion_In_Panel.patch [SME: 9635]
+- The 'dar workstation backup' of the backup panel takes consideration of exclusion
+- Added e-smith-backup-2.6.0.Do_Dar_Exclusion.patch [SME: 9633]
+- The 'tar backup' of the console takes consideration of exclusion and display a page with the exclusion content
+- e-smith-backup-2.6.0.Do_Tar_Exclusion_In_the_console.patch [SME: 9635]
+
+* Thu May 12 2016 Daniel Berteaud 2.6.0-3.sme
+- Rebuild for [SME: 9393]
+
+* Wed Apr 13 2016 Jean-Philipe Pialasse 2.6.0-2.sme
+- avoid restoration on every reboot[SME: 9436]
+- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
+ by assuming the date is correct and changing the weekday.
+ Thu Feb 14 2001 --> Thu Feb 08 2001 or Wed Feb 14 2001 or Thu Feb 15 2001 or ....
+ Sat Dec 25 2005 --> Sat Dec 24 2005 or Sun Dec 25 2005 or Sat Dec 31 2005 or ....
+ Sat Mar 07 2008 --> Sat Mar 01 2008 or Fri Mar 07 2008 or Sat Mar 08 2008 or ....
+ Sat Oct 10 2010 --> Sat Oct 09 2010 or Sun Oct 10 2010 or Sat Oct 16 2010 or ....
+ Tue Dec 02 2013 --> Tue Nov 26 2013 or Mon Dec 02 2013 or Tue Dec 03 2013 or ....
+ Thu Mar 10 2014 --> Thu Mar 06 2014 or Mon Mar 10 2014 or Thu Mar 13 2014 or ....
+ Fri Mar 11 2014 --> Fri Mar 07 2014 or Tue Mar 11 2014 or Fri Mar 14 2014 or ....
+
+* Fri Feb 5 2016 Daniel Berteaud 2.6.0-1.sme
+- Roll new stream for sme10
+
+* Mon Oct 12 2015 stephane de Labrusse 2.4.0-44.sme
+- The mountpoint is tested before to do the console backup [SME: 9089]
+- added e-smith-backup-2.4.0.bz9089.Test_Backup_MountPoint.patch
+
+* Wed Feb 4 2015 stephane de Labrusse 2.4.0-43.sme
+- Workstation Backup, do not fail backup for mtime/ctime mismatch [SME: 8800]
+
+* Mon Feb 2 2015 stephane de Labrusse 2.4.0-42.sme
+- Change the sub checkMount() to findmnt [SME: 8502]
+- Ian Wells
+
+* Fri Jan 9 2015 stephane de Labrusse 2.4.0-40.sme
+- Add requires nfs-utils [SME: 8479]
+- the nfs service is neither started or allowed to start
+
+* Sun Nov 2 2014 Daniel Berteaud 2.4.0-38.sme
+- Don't remove the apache group during restore [SME: 8549]
+
+* Sat Apr 26 2014 Ian Wells 2.4.0-37.sme
+- Workstation Backup, fix regression in mounting backup share [SME: 8144]
+
+* Thu Apr 24 2014 Ian Wells 2.4.0-36.sme
+- Workstation Backup, do not create folder in / [SME: 8347]
+
+* Wed Apr 23 2014 Ian Wells 2.4.0-35.sme
+- Workstation Backup, suppress ctime error message on incremental backups [SME: 8346]
+
+* Sun Apr 20 2014 Ian Wells 2.4.0-34.sme
+- Implement panel and restore for backup to mounted drive [SME: 8144]
+
+* Sun Apr 20 2014 Ian Wells 2.4.0-33.sme
+- Implement verify workstation backup for mounted drive [SME: 8144]
+
+* Sat Apr 19 2014 Ian Wells 2.4.0-32.sme
+- Allow workstation backup to mounted drive [SME: 8144]
+
+* Sat Mar 15 2014 Ian Wells 2.4.0-31.sme
+- Update to the latest version of perform_restore [SME: 8259]
+- Boostrap console should only offer restore if no password set.
+
+* Tue Mar 11 2014 Ian Wells 2.4.0-30.sme
+ Fri Mar 11 2014 --> Fri Mar 07 2014 or Tue Mar 11 2014 or Fri Mar 14 2014 or ....
+- Delete items from dar catalog in descending order [SME: 8129]
+- Minor non-functional updates based on PerlCritic and review comments
+
+* Mon Mar 10 2014 Ian Wells 2.4.0-29.sme
+ Thu Mar 10 2014 --> Thu Mar 06 2014 or Mon Mar 10 2014 or Thu Mar 13 2014 or ....
+- Move console backup to e-smith-backup [SME: 3324]
+
+* Sun Feb 9 2014 Ian Wells 2.4.0-28.sme
+- Workstation Backup, selective restore of deleted files [SME: 8200]
+- Remove migrate fragment 30vfstype [SME: 8199]
+
+* Sat Feb 8 2014 Ian Wells 2.4.0-27.sme
+- Workstation Backup, Don't delete old sets, only empty them. [SME: 8195]
+
+* Sat Feb 8 2014 Ian Wells 2.4.0-26.sme
+- Workstation Backup, Mail and WOL now subroutines [SME: 8193]
+- Workstation Backup, remove the need for a temporary directory, updated. [SME: 7767]
+
+* Wed Feb 5 2014 Ian Wells 2.4.0-25.sme
+- Workstation Backup, backupname includes seconds. [SME: 8194]
+- Simplification of the time routines.
+
+* Wed Feb 5 2014 Ian Wells 2.4.0-24.sme
+- Workstation Backup, remove the need for a temporary directory. [SME: 7767]
+
+* Sun Feb 2 2014 Ian Wells 2.4.0-23.sme
+- Allow configuration of workstation backup if no removable disk present [SME: 7815]
+
+* Sun Feb 2 2014 Ian Wells 2.4.0-22.sme
+- Create simplified function for updating the DarCatalog [SME: 8129]
+
+* Fri Jan 3 2014 Ian Wells 2.4.0-21.sme
+- Workstation Backup, do not exclude dar files by default
+ in line with console backup. [SME: 7523]
+
+* Wed Dec 18 2013 Ian Wells 2.4.0-20.sme
+- Further refine the text in the Backup panel [SME: 7817]
+- Workstation Backup, remove tabs and whitespace changes.
+
+* Thu Dec 12 2013 Ian Wells 2.4.0-19.sme
+- Workstation Backup, count backup sets from 1 [SME: 8059]
+ Set numbering patch by Dave Liquorice
+
+* Thu Dec 12 2013 Ian Wells 2.4.0-18.sme
+- Workstation Backup, fix selective restore by requesting array
+ of results from CGI.pm [SME: 8057]
+
+* Thu Dec 12 2013 Ian Wells 2.4.0-17.sme
+- Workstation Backup, new method to show files being restored is needed
+ when using dar 2.4 [SME: 8058]
+
+* Mon Dec 02 2013 Ian Wells 2.4.0-16.sme
+ Tue Dec 02 2013 --> Tue Nov 26 2013 or Mon Dec 02 2013 or Tue Dec 03 2013 or ....
+- Allow more time for cifs mounts before reporting errors [SME: 8034]
+
+* Sat Nov 30 2013 Ian Wells 2.4.0-15.sme
+- Simplify the workstation backup report [SME: 7791]
+
+* Sat Nov 30 2013 Ian Wells 2.4.0-14.sme
+- Update the text in the Backup panel [SME: 7817]
+
+* Sun Jul 14 2013 Ian Wells 2.4.0-13.sme
+- Workstation Backup, add a choice to delete old backup before or after backup [SME: 7766]
+
+* Sun Jul 14 2013 Ian Wells 2.4.0-12.sme
+- Workstation Backup, remove temporary directory on success [SME: 7765]
+- Refactor directory tree creation and removal.
+
+* Sun Jul 14 2013 Ian Wells 2.4.0-11.sme
+- Workstation Backup, inconsistent formatting of host share name in messages [SME: 7783]
+
+* Sun Jul 14 2013 Ian Wells 2.4.0-10.sme
+- Workstation Backup, more reliable catalog creation [SME: 7786]
+
+* Sat Jul 13 2013 Ian Wells 2.4.0-9.sme
+- Workstation Backup, report cifs mount errors [SME: 7769]
+
+* Sat Jul 13 2013 Ian Wells 2.4.0-8.sme
+- Workstation Backup, do not access /proc/mounts [SME: 7785]
+- Incremental backup fix [SME: 7763]
+
+* Sat Jul 13 2013 Ian Wells 2.4.0-7.sme
+- Workstation Backup, allow spaces in the backup destination [SME: 7763]
+ Includes fix for disk usage broken with spaces. [SME: 7784]
+
+* Fri Jul 5 2013 Ian Wells 2.4.0-6.sme
+- Desktop Backup, allow user setting of compression level [SME: 7744]
+
+* Fri Jul 5 2013 Ian Wells 2.4.0-5.sme
+- Use Wake on LAN before starting Backup with DAR, by Dave Liquorice [SME: 7743]
+
+* Mon Apr 1 2013 chris burnat 2.4.0-4.sme
+- NFS syntax is deprecated for CIFS mount [SME: 7525]
+
+* Wed Mar 20 2013 Ian Wells 2.4.0-3.sme
+- Require cifs-utils and use UNC paths for cifs mount [SME: 7503]
+
+* Thu Feb 28 2013 Ian Wells 2.4.0-2.sme
+- Backup panel does not correctly report disk usage due to
+ missing ext4 support in panel code [SME: 7401]
+
+* Wed Feb 13 2013 Shad L. Lords 2.4.0-1.sme
+- Roll new stream for sme9
+- Perl modules moved to /usr/share/perl5/vendor_perl [SME: 7223]
+
+* Sun Jul 08 2012 Ian Wells 2.2.0-61.sme
+- Allow full backup to occur on Sunday [SME: 6876]
+
+* Mon Apr 9 2012 Jonathan Martens 2.2.0-60
+- Prevent selective restore timeout by creating dar catalog after backup [SME: 6052]
+
+* Sun Mar 04 2012 Ian Wells 2.2.0-59.sme
+- Fix selective restore in modern browsers[SME: 6645]
+
+* Sun Jan 15 2012 Ian Wells 2.2.0-58.sme
+- Remove default index.htm from Primary ibay before restore [SME: 6760]
+
+* Thu Dec 29 2011 Ian Wells 2.2.0-57.sme
+- Additional email addresses for Workstation Backups [SME: 6783]
+
+* Tue Jul 19 2011 Jonathan Martens 2.2.0-56.sme
+- Fix bareword TERM error introduced by 2.2.0-54 [SME: 6692]
+
+* Tue Jun 14 2011 Ian Wells 2.2.0-55.sme
+- Do not make backup fail when due to a modified file, by Filippo Carletti [SME: 6569]
+
+* Sun Jun 12 2011 Ian Wells 2.2.0-54.sme
+- Change kill -9 to Kill TERM [SME: 6564]
+- Remove backup.orig file
+
+* Sun May 29 2011 Ian Wells 2.2.0-53.sme
+- Remove EOL from volume labels [SME: 6605]
+
+* Mon Mar 21 2011 Jonathan Martens 2.2.0-52
+- Reverting previous changeset as it did more than it was supposed to do [SME: 6578]
+
+* Mon Mar 21 2011 Jonathan Martens 2.2.0-51
+- Fix html p entry [SME: 6578]
+
+* Sun Mar 20 2011 Jonathan Martens 2.2.0-50
+- Localize dropdown box of backup destination type [SME: 6575]
+
+* Fri Mar 18 2011 Jonathan Martens 2.2.0-49
+- Fix strings referencing USB media [SME: 5955]
+
+* Mon Mar 14 2011 Jonathan Martens 2.2.0-48
+- Fix strings representing sequences [SME: 5961]
+
+* Fri Mar 11 2011 Ian Wells 2.2.0-47.sme
+- Backup to Workstation does not handle full remote disc gracefully, by Filippo Carletti [SME: 6355]
+
+* Sun Nov 21 2010 Jonathan Martens 2.2.0-46
+- Do not convert case of SmbShare on database migration [SME: 6387]
+
+* Sun Oct 10 2010 Ian Wells 2.2.0-45.sme
+ Sat Oct 10 2010 --> Sat Oct 09 2010 or Sun Oct 10 2010 or Sat Oct 16 2010 or ....
+- Include disk usage in Workstation Backup email [SME: 6143]
+
+* Mon Jul 19 2010 Ian Wells 2.2.0-44.sme
+- Indicate failure in Subject line of Workstation Backup [SME: 6121]
+
+* Fri Jul 9 2010 Ian Wells 2.2.0-43.sme
+- Only define Workstation Backup temporary directory once [SME: 5930]
+
+* Fri Jul 9 2010 Ian Wells 2.2.0-42.sme
+- Remove relocate_samba_file and all references to /etc/smbpasswd [SME: 6073]
+
+* Thu Jul 8 2010 Ian Wells 2.2.0-41.sme
+- Remove /etc/smbpasswd from restore_list [SME: 6071]
+
+* Tue Jun 22 2010 Ian Wells 2.2.0-40.sme
+- Update backup instructions in server-manager [SME: 6078]
+
+* Mon Jun 14 2010 Ian Wells 2.2.0-39.sme
+- Strip spaces from Workstation Backup hostname [SME: 6060]
+
+* Mon Jun 14 2010 Jonathan Martens 2.2.0-38.sme
+- Fix error causing restore to report failed where it was complete [SME: 6062]
+
+* Mon Jun 7 2010 Filippo Carletti 2.2.0-37.sme
+- Check if local USB disk is mounted in backup panel [SME: 6033]
+
+* Thu May 13 2010 Filippo Carletti 2.2.0-36.sme
+- Revert patch from 2.2.0-31: secrets.tdb still in /etc/samba [SME: 5857]
+
+* Tue May 11 2010 Jonathan Martens 2.2.0-35.sme
+- Fix removal of leading slash in storage location [SME: 5928]
+
+* Sun May 9 2010 Ian Wells 2.2.0-34.sme
+- Add system name in Workstation Backups email [SME: 5706]
+
+* Thu May 6 2010 Ian Wells 2.2.0-33.sme
+- To: field missing from header in Workstation Backups email [SME: 5924]
+
+* Wed Mar 17 2010 Jonathan Martens 2.2.0-32.sme
+- Partly revert previous patch due to undesired side effects to smbpasswd [SME: 5857]
+
+* Wed Mar 17 2010 Jonathan Martens 2.2.0-31.sme
+- Adjust backup routines for relocation of samba secrets.tdb file [SME: 5857]
+
+* Mon Feb 15 2010 Stephen Noble 2.2.0-30.sme
+- Improved upgrade compatibility, remove .orig [SME: 4809]
+
+* Fri Feb 12 2010 Stephen Noble 2.2.0-29.sme
+- fix mount point for verify [SME: 5765]
+
+* Tue Feb 9 2010 Stephen Noble 2.2.0-28.sme
+- create mount point for verify [SME: 5765]
+
+* Sun Jan 31 2010 Stephen Noble 2.2.0-27.sme
+- remove comment re smbpasswd being last [SME: 5600]
+
+* Sun Jan 31 2010 Stephen Noble 2.2.0-26.sme
+- Fix mounting usb disks [SME: 4809]
+
+* Mon Jan 25 2010 Filippo Carletti 2.2.0-25.sme
+- Don't backup more than once per day [SME: 5445]
+
+* Wed Nov 25 2009 Filippo Carletti 2.2.0-24.sme
+- Fix full backup on Sunday diplayed as Everyday [SME: 5623]
+
+* Fri Nov 6 2009 Jonathan Martens 2.2.0-23.sme
+- Add more excludes for compressed filetypes [SME: 4765]
+
+* Wed Aug 26 2009 Jonathan Martens 2.2.0-22.sme
+Porting Jean-Paul Leclere changes in the SME Server 7 tree to SME Server 8:
+- using credentials file for cifs mount [SME: 5442]
+- workstation backup: add cifs credentials expand to bootstrap-console-save [SME: 5442]
+
+* Sun Jul 26 2009 Jean-Paul Leclere 2.2.0-21.sme
+- workstation backup: allow many backups in the same day [SME: 5411]
+
+* Wed Jul 22 2009 Jean-Paul Leclere 2.2.0-20.sme
+- workstation restore: all needed backups must be available before restore [SME: 5397]
+- workstation verify: add option to check integrity of backups needed in a full restore [SME: 5405]
+- minor fix in translation [SME: 5407]
+
+* Sun May 17 2009 Jonathan Martens 2.2.0-19.sme
+- Fix DAR e-mail message with regards to incremental backups [SME: 4579]
+
+* Tue Dec 9 2008 Jonathan Martens 2.2.0-18.sme
+- Fix discrepancy in maximum compression level [SME: 4841]
+
+* Wed Oct 29 2008 Shad L. Lords 2.2.0-17.sme
+- Fix spelling mistakes in backup panel [SME: 4732]
+- Hide password from manager panel [SME: 4734]
+
+* Tue Oct 28 2008 Shad L. Lords 2.2.0-16.sme
+- Migrate smbfs to cifs to complete removal [SME: 4678]
+
+* Mon Oct 27 2008 Shad L. Lords 2.2.0-15.sme
+- Fix compression to default to gzip [SME: 4630]
+- Fix uninitialized values in backup [SME: 4720]
+
+* Sat Oct 25 2008 Stephen Noble 2.2.0-14.sme
+- dar backup to be less verbose in panel [SME: 4719]
+
+* Sat Oct 25 2008 Stephen Noble 2.2.0-13.sme
+- correct mounting for usb disks [SME: 4695]
+
+* Wed Oct 22 2008 Shad L. Lords 2.2.0-12.sme
+- Fix from address on email [SME: 4702]
+
+* Tue Oct 21 2008 Shad L. Lords 2.2.0-11.sme
+- Fix patch to remove orig file [SME: 4700]
+- Patch dar backup to be less verbose [SME: 4699]
+
+* Tue Oct 21 2008 Stephen Noble 2.0.0-10.sme
+- no compression for ogg media files [SME: 4677]
+
+* Tue Oct 21 2008 Stephen Noble 2.2.0-8.sme
+- replace defined list of directories to backup [SME: 4676]
+
+* Mon Oct 20 2008 Shad L. Lords 2.2.0-7.sme
+- Fix already mounted check [SME: 4688]
+
+* Mon Oct 20 2008 Shad L. Lords 2.2.0-6.sme
+- Remove obsolete smbfs backup method [SME: 4678]
+
+* Mon Oct 20 2008 Shad L. Lords 2.2.0-5.sme
+- Use perl routines for timeout checking [SME: 4660]
+
+* Thu Oct 16 2008 Shad L. Lords 2.2.0-4.sme
+- Make dar use defined list of directories to backup [SME: 4676]
+
+* Thu Oct 16 2008 Jonathan Martens 2.2.0-3.sme
+- Correct translation of CONFIGURATION_TO_BE_DONE to be proper English [SME: 4669]
+
+* Thu Oct 9 2008 Shad L. Lords 2.2.0-2.sme
+- Fix localization strings in backup panel [SME: 4650]
+
+* Tue Oct 7 2008 Shad L. Lords 2.2.0-1.sme
+- Roll new stream to separate sme7/sme8 trees [SME: 4633]
+
+* Thu Aug 7 2008 Shad L. Lords 1.15.0-22
+- Localise status of workstation backup [SME: 4481]
+
+* Fri Aug 1 2008 Jonathan Martens 1.15.0-21
+- Fix too greedy removel of locale key CONFIGURE_TAPE_BACKUP [SME: 4469]
+
+* Sat Jul 26 2008 Shad L. Lords 1.15.0-20
+- Make full backups have priority over incremental [SME: 4395]
+
+* Sat Jul 26 2008 Shad L. Lords 1.15.0-19
+- Fix redirect to stderr on check tape cronjob [SME: 4458]
+
+* Mon Jul 7 2008 Jonathan Martens 1.15.0-18
+- Add common tags to e-smith-formmagick's general [SME: 4286]
+
+* Sat May 31 2008 Gavin Weight 1.15.0-17
+- Fix Dar manager to redirect correctly in system call. [SME: 4304]
+
+* Mon May 26 2008 Gavin Weight 1.15.0-16
+- Fix Dar to expand correctly. [SME: 4304]
+
+* Sun Apr 27 2008 Jonathan Martens 1.15.0-15
+- Add common tags to e-smith-formmagick's general [SME: 4286]
+
+* Wed Apr 09 2008 Stephen Noble 1.15.0-14
+- Minor fix in translation of hours [SME: 4179]
+
+* Tue Mar 25 2008 Shad L. Lords 1.15.0-13
+- Fix localization in restore routine [SME: 3989]
+
+* Fri Mar 07 2008 Stephen Noble 1.15.0-12
+ Sat Mar 07 2008 --> Sat Mar 01 2008 or Fri Mar 07 2008 or Sat Mar 08 2008 or ....
+- Remove
tag from error msg [SME: 3989]
+
+* Fri Mar 07 2008 Stephen Noble 1.15.0-11
+ Sat Mar 07 2008 --> Sat Mar 01 2008 or Fri Mar 07 2008 or Sat Mar 08 2008 or ....
+- Move/copy Backup_Desc to Backup_Desc_Dar for 1.15 rel [SME: 4024]
+
+* Wed Feb 13 2008 Stephen Noble 1.15.0-10
+- Remove tags now in general [SME: 3912]
+
+* Sun Feb 10 2008 Stephen Noble 1.15.0-9
+- Remove duplicate entries [SME: 3887]
+
+* Thu Nov 29 2007 Gavin Weight 1.15.0-8
+- Fix restore files location path. [SME: 3593]
+
+* Mon Nov 19 2007 Gavin Weight 1.15.0-7
+- Fix compression setting range (Thanks JPL) . [SME: 3560]
+
+* Fri Nov 09 2007 Gavin Weight 1.15.0-06
+- Enhancement to DAR code (Thanks JPL) . [SME: 3538]
+
+* Fri Oct 26 2007 Gavin Weight 1.15.0-05
+- Fix up DAR code to enable backup to complete. [SME: 3373]
+
+* Tue Sep 11 2007 Charlie Brady 1.15.0-04
+- Remove desktop verify and desktop restore features. Note that
+ lexicon entries have not been removed. [SME: 3372]
+
+* Fri Sep 07 2007 Charlie Brady 1.15.0-03
+- Reformat new DAR code to match existing coding style.
+
+* Wed Sep 05 2007 Jean-Paul Leclere 1.15.0-02
+- Dar workstation backup patch
+
+* Wed Sep 05 2007 Charlie Brady 1.15.0-01
+- Roll new development version.
+
+* Sun Jul 01 2007 Shad L. Lords 1.14.0-16
+- Remove files/dirs that don't exist from the backup list [SME: 3115]
+
+* Sat Jun 30 2007 Shad L. Lords 1.14.0-15
+- force proxy request to 1.0 to improve backup2desktop speed [SME: 178]
+
+* Sun Jun 03 2007 Gavin Weight 1.14.0-14
+- Backup to desktop changes BackupType fix. [SME 3026]
+
+* Sun Apr 29 2007 Shad L. Lords
+- Clean up spec so package can be built by koji/plague
+
+* Wed Mar 07 2007 Shad L. Lords 1.14.0-13
+- Add db entry to override who gets backup reminder email [SME: 23]
+
+* Fri Jan 26 2007 Gordon Rowell 1.14.0-12
+- Restore group entry for machine accounts and update tests [SME: 1792]
+
+* Sat Jan 06 2007 Shad L. Lords 1.14.0-11
+- Change restore-from-disk to chroot tar from cpio [SME: 2318]
+
+* Sat Jan 06 2007 Shad L. Lords 1.14.0-10
+- Link in eject action. [SME: 795]
+- Fix do_backup to actually pass backup type. [SME: 1055]
+
+* Fri Jan 05 2007 Shad L. Lords 1.14.0-9
+- Make tape actions depend on tape backup. [SME: 1055]
+- Make backup type configurable via db. [SME: 1055]
+
+* Wed Jan 03 2007 Shad L. Lords 1.14.0-8
+- Add eject action and default to no. [SME: 795]
+
+* Thu Dec 07 2006 Shad L. Lords
+- Update to new release naming. No functional changes.
+- Make Packager generic
+
+* Wed Nov 08 2006 Charlie Brady 1.14.0-06
+- Use tarsize not dumpsize to determine when backup is too large.
+ [SME: 2041]
+
+* Wed Apr 5 2006 Gordon Rowell 1.14.0-05
+- Fix typo in crontab template for 'disabled' case [SME: 1092]
+
+* Wed Apr 5 2006 Gordon Rowell 1.14.0-04
+- Move /etc/cron.d/backup into /etc/crontab fragment [SME: 1172]
+- Expand /etc/crontab in conf-backup. e-smith-base already does
+ it for us in bootstrap-console-save [SME: 1172]
+- Remove /etc/cron.d/backup in post [SME: 1172]
+
+* Wed Mar 15 2006 Gordon Rowell 1.14.0-03
+- Add semi-colon to last code change. Saves head-scratching if
+ someone removes the braces at some later stage. [SME: 1045]
+
+* Wed Mar 15 2006 Gordon Rowell 1.14.0-02
+- Add warning about desktop backup if the server has more than
+ 2GB of data. [SME: 1045]
+
+* Tue Mar 14 2006 Charlie Brady 1.14.0-01
+- Roll stable stream version. [SME: 1016]
+
+* Sun Mar 12 2006 Charlie Brady 1.13.4-10
+- Another fix to restore-from-disk script. [SME: 821]
+
+* Thu Feb 16 2006 Charlie Brady 1.13.4-09
+- Fix restore-from-disk script. [SME: 821]
+
+* Mon Feb 6 2006 Charlie Brady 1.13.4-08
+- Fix 24->12 hour time display problem (courtesy of Federico Simoncelli).
+ [SME: 667]
+
+* Wed Feb 01 2006 Charlie Brady 1.13.4-07
+- Add restore-from-disk script. [SME: 615]
+
+* Sun Dec 25 2005 Gordon Rowell 1.13.4-06
+ Sat Dec 25 2005 --> Sat Dec 24 2005 or Sun Dec 25 2005 or Sat Dec 31 2005 or ....
+- Don't delete config dbs in pre-restore [SME: 229]
+
+* Tue Dec 06 2005 Filippo Carletti 1.13.4-05
+- Tape reminder uses mt status to check if tape loaded [SME: 251]
+
+* Wed Nov 30 2005 Gordon Rowell 1.13.4-04
+- Bump release number only
+
+* Tue Nov 1 2005 Charlie Brady
+- [1.13.4-03]
+- Improve user feedback if pre-backup or pre-restore events fail. [SF: 1334923]
+
+* Mon Oct 24 2005 Charlie Brady
+- [1.13.4-02]
+- Create empty /etc/e-smith/db/backups directory to trigger migration
+ to new location. [SF: 1335862]
+
+* Fri Oct 14 2005 Gordon Rowell
+- [1.13.4-01]
+- Remove L10Ns from base packages [SF: 1309520]
+
+* Fri Oct 14 2005 Gordon Rowell
+- [1.13.3-01]
+- New dev stream before relocating L10Ns
+
+* Fri Sep 30 2005 Gordon Rowell
+- [1.13.2-17]
+- Added Italian L10N - Thanks Filippo Carletti [SF: 1309266]
+
+* Sun Sep 25 2005 Gordon Rowell
+- [1.13.2-16]
+- Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
+
+* Sun Sep 18 2005 Charlie Brady
+- [1.13.2-15]
+- Remove explict use of CGI (which caused double construction of
+ the CGI object, and loss of uploaded data file). [SF: 1264699]
+
+* Fri Sep 16 2005 Charlie Brady
+- [1.13.2-14]
+- Don't delete configuration dbs in pre-restore event until
+ we have finished using them. [SF: 1292448]
+
+* Tue Aug 30 2005 Charlie Brady
+- [1.13.2-13]
+- Really add delete-configuration-dbs action. [SF: 1246347,1275962]
+
+* Fri Aug 19 2005 Gordon Rowell
+- [1.13.2-12]
+- Delete configuration dbs from /home/e-smith/db/ prior to
+ a restore to ensure that the ones coming from tape are the
+ only ones on the system after the restore [SF: 1246347]
+
+* Tue Aug 9 2005 Charlie Brady
+- [1.13.2-11]
+- Restore passwd file entries for machine accounts. [SF: 1254663]
+
+* Fri Jul 22 2005 Charlie Brady
+- [1.13.2-10]
+- Enforce Posix behaviour of df command, in restore functions of panel.
+ [SF: 1242986]
+
+* Tue Jul 19 2005 Charlie Brady
+- [1.13.2-09]
+- Remove last deprecated esmith::config API calls. [SF: 1216546]
+
+* Mon Jul 18 2005 Charlie Brady
+- [1.13.2-08]
+- Remove explicit paths to db files. [SF: 1216546]
+
+* Fri Apr 29 2005 Charlie Brady
+- [1.13.2-07]
+- Remove another anacronistic version requires in perl library.
+ Grrrr!!! [charlieb MN00050370]
+
+* Tue Mar 8 2005 Charlie Brady
+- [1.13.2-06]
+- Use generic_template_expand action in place of conf-backup.
+ Update e-smith-lib dependency. [MN00064130]
+
+* Tue Mar 8 2005 Charlie Brady
+- [1.13.2-05]
+- Ensure that smbpasswd file appears last in list during restore/verification.
+ [MN00073362]
+- Fix merging of samba files. [MN00073365]
+
+* Mon Nov 8 2004 Charlie Brady
+- [1.13.2-04]
+- Explicitly list required perl modules - RPM didn't work it out correctly.
+ [charlieb MN00050751]
+
+* Tue Sep 28 2004 Charlie Brady
+- [1.13.2-03]
+- Remove deprecated "require v5.6.0". [charlieb MN00050370]
+- Allow RPM to work out what the perl Requires headers should be.
+ [charlieb MN00050751]
+
+* Thu Sep 16 2004 Michael Soulier
+- [1.13.2-02]
+- Fixed Content-disposition header. [msoulier MN00049326]
+
+* Sat Jun 19 2004 Michael Soulier
+- [1.13.2-01]
+- skipping mps branch start - 1.13.2
+
+* Fri May 21 2004 Michael Soulier
+- [1.13.0-06]
+- Added /etc/samba/secrets.tdb to the restore list. [msoulier MN00020969]
+
+* Mon Mar 1 2004 Michael Soulier
+- [1.13.0-05]
+- Updated do_backup to pass a "tape" argument when using signal-event
+ and rewind-tape to exit if a second argument is not given.
+ [msoulier dpar-22041]
+
+* Wed Jan 14 2004 Michael Soulier
+- [1.13.0-04]
+- Added /etc/sudoers to backup list for desktop backup. [msoulier 4954]
+
+* Fri Nov 28 2003 Michael Soulier
+- [1.13.0-03]
+- Display big-red reboot warning like other panels. Wow, it's hard to miss
+ now. [msoulier 10240]
+
+* Fri Nov 28 2003 Mark Knox
+- [1.13.0-02]
+- Display reboot warning and button after successful desktop restore [markk
+ 1312]
+
+* Thu Nov 6 2003 Michael Soulier
+- [1.13.0-01]
+- rolling to dev stream - 1.13.0
+
+* Thu Sep 11 2003 Gordon Rowell
+- [1.12.1-02]
+- Relocate /etc/secrets.tdb to /etc/samba [gordonr 9759]
+
+* Wed Sep 3 2003 Gordon Rowell
+- [1.12.1-01]
+- Rebuild [gordonr 1305]
+
+* Wed Sep 3 2003 Gordon Rowell
+- [1.12.0-09]
+- Adjusted Copyright [gordonr 1305]
+
+* Mon Jul 14 2003 Gordon Rowell
+- [1.12.0-08]
+- Whitespace fix in Backup.pm [gordonr 9428]
+
+* Mon Jul 14 2003 Charlie Brady
+- [1.12.0-07]
+- Remove /etc/samba/smbpasswd symlink if we find it, before doing
+ the move/symlink shuffle with smbpasswd files. This prevents us
+ "preserving" old symlinks. [charlieb 9416]
+
+* Mon Jul 14 2003 Gordon Rowell
+- [1.12.0-06]
+- Rename the pre-restore cache files in $file.time(). This preserves
+ them in case we want to wander back through them after an
+ upgrade, and ensures that they won't be around to confuse another
+ post-upgrade [gordonr 9428]
+
+* Wed Jul 9 2003 Gordon Rowell
+- [1.12.0-05]
+- Handle the "everything o.k. with relocation" case [gordonr 9333]
+
+* Wed Jul 9 2003 Gordon Rowell
+- [1.12.0-04]
+- Further safeguards for the /etc/smbpasswd -> /etc/samba/smbpasswd
+ relocation [gordonr 9333]
+
+* Fri Jun 27 2003 Charlie Brady
+- [1.12.0-03]
+- Fix backup panel text change. Made text non-specific about the location of
+ the smbpasswd file. [charlieb 9220]
+
+* Fri Jun 27 2003 Charlie Brady
+- [1.12.0-02]
+- Account for the path change of smbpasswd file in desktop restore/verify.
+ [charlieb 9220]
+
+* Thu Jun 26 2003 Charlie Brady
+- [1.12.0-01]
+- Changing version to stable stream number - 1.12.0
+
+* Tue Jun 24 2003 Gordon Rowell
+- [1.11.1-04]
+- Spanish nav bar [gordonr 9153]
+
+* Fri Jun 13 2003 Gordon Rowell
+- [1.11.1-03]
+- Corrected logic for switching /etc{/samba,}/smbpasswd [gordonr 8747]
+
+* Thu Jun 12 2003 Charlie Brady
+- [1.11.1-02]
+- Remove some remnants of templated /sbin/e-smith/backup.
+- Use Backup program parameter in /sbin/e-smith/do_backup.
+ [charlieb 7853]
+
+* Thu Jun 12 2003 Charlie Brady
+- [1.11.1-01]
+- Roll new development stream to 1.11.1
+
+* Wed May 28 2003 Gordon Rowell
+- [1.11.0-56]
+- And symlink /etc/smbpasswd to avoid confusion [gordonr 8809]
+- Move guard so we skip if /etc/smbpasswd is not a file [gordonr 8809]
+
+* Wed May 28 2003 Gordon Rowell
+- [1.11.0-55]
+- Migrate /etc/smbpasswd to /etc/samba/smbpasswd after restore [gordonr 8809]
+
+* Wed May 21 2003 Gordon Rowell
+- [1.11.0-54]
+- Fix return check for ->group and ->passwd [gordonr 8766]
+- Fix tests for BackupHistoryDB.pm [gordonr 5908, in passing]
+
+* Tue May 20 2003 Gordon Rowell
+- [1.11.0-53]
+- Extract the tests at build time [gordonr 8766]
+
+* Tue May 20 2003 Gordon Rowell
+- [1.11.0-52]
+- Completed merge_group and tests, including admin, www, shared [gordonr 8766]
+
+* Fri May 16 2003 Gordon Rowell
+- [1.11.0-51]
+- Added test files and skeleton for merge_group [gordonr 8766]
+- TODO: Complete merge_group and tests [gordonr 8766]
+- TODO: Handle admin, www, shared groups [gordonr 8766]
+
+* Fri May 16 2003 Gordon Rowell
+- [1.11.0-50]
+- Further work, and tests, for merge_passwd [gordonr 8766]
+
+* Fri May 16 2003 Gordon Rowell
+- [1.11.0-49]
+- Code cleanups [gordonr 8766]
+
+* Fri May 16 2003 Gordon Rowell
+- [1.11.0-48]
+- Constructors are nice to have in objects :-( [gordonr 8766]
+- Link merge-system-files into post-upgrade [gordonr 8766]
+
+* Fri May 16 2003 Gordon Rowell
+- [1.11.0-47]
+- Added esmith::Backup::{save,merge}_system_files [gordonr 8766]
+
+* Fri May 16 2003 Gordon Rowell
+- [1.11.0-46]
+- Modified backup panel to use esmith::Backup library [gordonr 8766]
+
+* Fri May 16 2003 Gordon Rowell
+- [1.11.0-45]
+- Added esmith::Backup library to centralise list of files/directories to
+ restore [gordonr 8766]
+- Save away important system files in pre-restore [gordonr 8766]
+
+* Tue May 6 2003 Mark Knox
+- [1.11.0-44]
+- Pass the right type of object to genResult [markk 8498]
+
+* Tue May 6 2003 Lijie Deng
+- [1.11.0-43]
+- Add Spanish translation for backup [lijied 3793]
+
+* Tue Apr 29 2003 Trevor Poole
+- [1.11.0-42]
+- add the BackupType to the record for the desktop case. [trevor 5908]
+
+* Mon Apr 28 2003 Charlie Brady
+- [1.11.0-41]
+- Fix calls to create new backup records. [charlieb 5908]
+
+* Mon Apr 28 2003 Charlie Brady
+- [1.11.0-40]
+- Record each backup attempt separately in a backup history db. [charlieb 5908]
+
+* Wed Apr 23 2003 Charlie Brady
+- [1.11.0-39]
+- Record success or otherwise of backup to desktop attempts in config db.
+ [charlieb 5908]
+- Gracefully handle SIGPIPE in backup to desktop. [charlieb 8490]
+
+* Wed Apr 23 2003 Charlie Brady
+- [1.11.0-38]
+- Fix typo in rewind-tape fix. [charlieb 8475]
+
+* Wed Apr 23 2003 Charlie Brady
+- [1.11.0-37]
+- Call signal-event {pre,post}-backup with extra "desktop" parameter
+ from desktop backup code, and use that parameter to skip tape rewinding.
+ [charlieb 7853]
+- Fix device lookup code in rewind-tape action. [charlieb 8475]
+
+* Wed Apr 23 2003 Charlie Brady
+- [1.11.0-36]
+- Fix a few semantic problems with reset--restore-idle-flag script.
+ [charlieb 8466]
+
+* Wed Apr 16 2003 Michael Soulier
+- [1.11.0-35]
+- Replaced bad call to processTemplate. [msoulier 7600]
+
+* Wed Apr 9 2003 Charlie Brady
+- [1.11.0-34]
+- Remove deprecated /sbin/e-smith/backup in %post script.
+ [charlieb 7853]
+
+* Tue Apr 8 2003 Charlie Brady
+- [1.11.0-33]
+- Fix typo in rewind-tape action. [charlieb 5908]
+- Change Copyright => License in header.
+
+* Fri Apr 4 2003 Mark Knox
+- [1.11.0-32]
+- Removed redundant refs to bootstrap-console from panel [markk 6164]
+
+* Thu Apr 3 2003 Tony Clayton
+- [1.11.0-31]
+- Change table to start_table where applicable [tonyc 8034]
+
+* Thu Apr 3 2003 Tony Clayton
+- [1.11.0-30]
+- Removed "Mitel Network SME server' branding [lijied 8016]
+- Fix layout/css in backup panel [tonyc 7950]
+
+* Mon Mar 31 2003 Charlie Brady
+- [1.11.0-29]
+- Re-write do_backup in perl. [charlieb 5908]
+
+* Fri Mar 28 2003 Lijie Deng
+- [1.11.0-28]
+- Modified directory po/fr_CA to fr [lijied 6787]
+
+* Thu Mar 27 2003 Gordon Rowell
+- [1.11.0-27]
+- Modified gettext() extraction based on changes in 1.11.0-25 [gordonr 5908]
+
+* Thu Mar 27 2003 Gordon Rowell
+- [1.11.0-26]
+- Call genFooter/genResult with an FM object (subclass of CGI) so
+ footers get localised [gordonr 3553]
+
+* Thu Mar 27 2003 Charlie Brady
+- [1.11.0-25]
+- Remove templated /sbin/e-smith/backup and add non-templated
+ do_backup script. Alter cron template to suit. Move tape
+ rewind into pre-backup and post-backup actions. Log
+ start, finish and result properties from backup script.
+ [charlieb 5908]
+
+* Thu Mar 27 2003 Lijie Deng
+- [1.11.0-24]
+- Modified French lexicon to use lang="fr", rename the lexicon
+ directory to fr [lijied 6787]
+
+* Tue Mar 25 2003 Tony Clayton