Download List

Descripción del Proyecto

Confstore is a configuration backup utility. It scans a system for all recognised configuration files and then stores them in a simple archive. It knows what to scan for by reading a definitions file. Confstore can also restore configuration from backup archives it has previously created.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-08-13 03:35
0.5.4

Esta versión añade soporte para las variables de entorno, tales como $ HOME, en los archivos de definición de lo que en gran medida la expansión archivos de definición de lo que puede cubrir. Además, un error en el sistema de comodín que no le permitirá recuperar archivos que inicialmente se había encontrado con una entrada comodín se ha solucionado. Al restaurar, 'v' muestra ahora los dos archivos para que usted pueda comparar antes de restaurar. Todas las opciones del módulo han sido trasladados a cs.conf así, lo que significa que ya no tiene que editar las secuencias de comandos del módulo. Por último, un configsets algunos más se han añadido a la locations.def defecto más algunos que otros han presentado.
Tags: Minor feature enhancements
This version adds support for environment variables, such as
$HOME, in definition files thus greatly expanding what
definition files can cover. Also, a bug in the wildcard system
that wouldn't allow you to restore files that had been
originally found using a wildcard entry has been fixed. When
restoring, 'v' now shows both files so you can compare
before you restore. All module options have been moved to
cs.conf as well, meaning that you no longer have to edit the
module scripts. Finally, a few more configsets have been
added to the default locations.def plus a few that others
have submitted.

2004-04-29 03:39
0.5.3

Este comunicado contiene principalmente correcciones de errores para 0.5.2, que había algunos problemas con el cifrado. Principalmente, 0.5.2, no sería en absoluto a menos que se había Crypt:: CipherSaber, incluso si no se utiliza el cifrado. Buscando el módulo ya que antes se produzca en la ejecución del programa para evitar quedarse sin cifrar archivos en todo si intenta algo sin cifrar Crypt:: CipherSaber.
Tags: Minor bugfixes
This release contains mainly bugfixes for 0.5.2, which had some problems with the encryption. Mainly, 0.5.2 would not run at all unless you had Crypt::CipherSaber, even if you weren't using the encryption. Checking for the module now occurs earlier in program execution to prevent unencrypted archives being left around if you try and encrypt something without Crypt::CipherSaber.

2004-04-11 04:48
0.5.2

Esta versión añade soporte para la encriptación, usando el sistema de cifrado CipherSaber. La función de registro también se ha ampliado un poco con mucha más información que se registra como el archivo de definición en el uso de exámenes, si los archivos fueron enviados por correo o FTPed en cualquier lugar, y los detalles de las restauraciones.
Tags: Major feature enhancements
This version adds support for encryption, using the
CipherSaber encryption system. The logging feature has also
been extended quite a bit with a lot more information being
logged including the definition file in use for scans, whether
archives were mailed or FTPed anywhere, and details of
restores.

2004-04-08 16:49
0.5.1

confstore tiene ahora una función de registro. Se puede registrar cada reserva que realice en un archivo de registro. Cada entrada en el archivo de registro incluye: la fecha exacta del escaneo / copia de seguridad, una lista de todos los archivos que se encuentran o no se encuentra, el nombre del archivo resultante, y la suma de control MD5 del archivo. Esta suma de control es muy útil para garantizar la integridad de los archivos antes de restaurar o su utilización en el futuro.
Tags: Minor feature enhancements
confstore now has a logging feature. It can log
every backup you make in one log file. Each entry
in the log file includes: the exact date of the
scan/backup, a list of all files found or not
found, the name of the resulting archive, and the
MD5 checksum of the archive. This checksum is
quite useful for ensuring the integrity of
archives before restoring or using them in the
future.

2004-03-19 20:11
0.5

Este es un gran reescritura de gran parte del código antiguo. El tratamiento de los argumentos es mucho más eficiente (Getopt:: Long se utiliza ahora) El modo de menú se ha suprimido (que era bastante inútil, y sólo quería decir algunas veces se molesta le pide a su manera). Hay una nueva opción detallada que puede ser controlada con la opción-v, o estableciendo el nivel de detalle predeterminado en cs.conf. Los módulos son confstore módulos verdadera y se cargan como cualquier otro módulo de Perl.
Tags: Major feature enhancements
This is a big rewrite of much of the older code. The processing of arguments is a lot more efficient (Getopt::Long is now used) The menu mode has been abolished (it was pretty useless, and just meant some annoying prompts sometimes got in your way). There is a new verbose option which can be controlled with the -v option or by setting the default verbose level in cs.conf. The confstore modules are now true modules and are loaded like any other Perl module.

Project Resources