Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

safekeep-client-1.0.4-1.fc8 RPM for noarch

From SourceForge / s / sa / safekeep

Name: safekeep-client Distribution: Unknown
Version: 1.0.4 Vendor: Unknown
Release: 1.fc8 Build date: Tue Feb 26 21:49:52 2008
Group: Applications/System Build host: dimi.lattica.com
Size: 0 Source RPM: safekeep-1.0.4-1.fc8.src.rpm
Url: http://safekeep.sourceforge.net
Summary: The SafeKeep backup system (client component)
SafeKeep is a client/server backup system which enhances the
power of rdiff-backup with simple, centralized configuration.

This is the client component of SafeKeep. It should be
installed on all hosts that need to be backed-up.

Provides

Requires

Copyright

GPLv2+

Signatures

internal MD5: 7741aa6c99753400e9ba72d4fdd9c55a
GPG

Changelog

* Tue Feb 26 2008 Dimi Paun <dimi@lattica.com> 1.0.4-1
  - Add options to allow the query of the backup repository
    - Important fixes when dealing with snapshots
    - Make it more compatible with Python 2.2 (more work remains)
    - Avoid build-time dependency on asciidoc which depends on Python 2.3
    - Add some clarifications to the documentation
    - Add support for FreeBSD
* Sat Oct 20 2007 Dimi Paun <dimi@lattica.com> 1.0.3-1
  - Clarify licensing in lite of the new GPLv3 license;
    - New --force option to handle unexpected problems with the data repository;
    - Better logging and status handling when we invoke external commands
    - Clearer backup status on job end.
    - A small packaging bug got fixes.
* Sat Sep 08 2007 Dimi Paun <dimi@lattica.com> 1.0.2-1
  - Add missing buildroot removal in install section (Jeff Spaleta)
    - Remove references to PACKAGE_VERSION, follow the Fedora 
      guidelines closer.
    - Provide default attr for all packages.
    - Clarify the licensing in .rpm package.
    - We don't need to include AUTHORS COPYING LICENSE multiple times, 
      keeping them in -common is enough.
    - More acceptable SF link.
* Mon Jun 18 2007 Dimi Paun <dimi@lattica.com> 1.0.1-1
  - The safekeep user no longer requires a working shell
    - Add support for Fedora 7 to the testing script
    - Packaging improvements for integration into Fedora
    - Remove the old configuration migration scripts
    - Do not package the testing script, it's used only during development
* Thu May 17 2007 Dimi Paun <dimi@lattica.com> 1.0.0-1
  - Small documentation inprovements.
* Sat Apr 28 2007 Dimi Paun <dimi@lattica.com> 0.9.3-1
  - Use /bin/bash as the shell for the safekeep system account;
    - Invoke rdiff-backup with --force when trimming histroy;
    - A few small logging bugs got fixed;
    - Small documentation tweaks.
* Tue Mar 13 2007 Dimi Paun <dimi@lattica.com> 0.9.2-1
  - Client configuration files have been moved to 
      /etc/safekeep/backup.d, and have the extension '.backup';
    - A new global configuration file has been added in 
      /etc/safekeep/safekeep.conf;
    - A number of command line options have been deprecated;
      (-e/--email, -s/--smtp), and moved to the global configuration.
    - SafeKeep now knows of the user under which the backup will execute,
      making it possible to better deploy keys, avoid the need to invoke
      safekeep(1) via sudo(8), and execute the backup as root if need be;
    - Relative paths now have more intuitive behaviour;
    - Some documentation improvements;
    - Automatic migration of old configuration to the new format;
    - A CRITICAL (e.g. data loss) race has been fixed.
* Mon Feb 12 2007 Dimi Paun <dimi@lattica.com> 0.9.1-1
  - Lots of documentation improvements;
    - Prepare the RPMs for Fedora acceptance (Jef Spaleta);
    - Automatic creation of data store directory;
    - A few bug fixes.
* Thu Feb 01 2007 Dimi Paun <dimi@lattica.com> 0.9.0-1
  - Initial release

Files

* Tue Feb 26 2008 Dimi Paun  1.0.4-1
  - Add options to allow the query of the backup repository
    - Important fixes when dealing with snapshots
    - Make it more compatible with Python 2.2 (more work remains)
    - Avoid build-time dependency on asciidoc which depends on Python 2.3
    - Add some clarifications to the documentation
    - Add support for FreeBSD
* Sat Oct 20 2007 Dimi Paun  1.0.3-1
  - Clarify licensing in lite of the new GPLv3 license;
    - New --force option to handle unexpected problems with the data repository;
    - Better logging and status handling when we invoke external commands
    - Clearer backup status on job end.
    - A small packaging bug got fixes.
* Sat Sep 08 2007 Dimi Paun  1.0.2-1
  - Add missing buildroot removal in install section (Jeff Spaleta)
    - Remove references to PACKAGE_VERSION, follow the Fedora 
      guidelines closer.
    - Provide default attr for all packages.
    - Clarify the licensing in .rpm package.
    - We don't need to include AUTHORS COPYING LICENSE multiple times, 
      keeping them in -common is enough.
    - More acceptable SF link.
* Mon Jun 18 2007 Dimi Paun  1.0.1-1
  - The safekeep user no longer requires a working shell
    - Add support for Fedora 7 to the testing script
    - Packaging improvements for integration into Fedora
    - Remove the old configuration migration scripts
    - Do not package the testing script, it's used only during development
* Thu May 17 2007 Dimi Paun  1.0.0-1
  - Small documentation inprovements.
* Sat Apr 28 2007 Dimi Paun  0.9.3-1
  - Use /bin/bash as the shell for the safekeep system account;
    - Invoke rdiff-backup with --force when trimming histroy;
    - A few small logging bugs got fixed;
    - Small documentation tweaks.
* Tue Mar 13 2007 Dimi Paun  0.9.2-1
  - Client configuration files have been moved to 
      /etc/safekeep/backup.d, and have the extension '.backup';
    - A new global configuration file has been added in 
      /etc/safekeep/safekeep.conf;
    - A number of command line options have been deprecated;
      (-e/--email, -s/--smtp), and moved to the global configuration.
    - SafeKeep now knows of the user under which the backup will execute,
      making it possible to better deploy keys, avoid the need to invoke
      safekeep(1) via sudo(8), and execute the backup as root if need be;
    - Relative paths now have more intuitive behaviour;
    - Some documentation improvements;
    - Automatic migration of old configuration to the new format;
    - A CRITICAL (e.g. data loss) race has been fixed.
* Mon Feb 12 2007 Dimi Paun  0.9.1-1
  - Lots of documentation improvements;
    - Prepare the RPMs for Fedora acceptance (Jef Spaleta);
    - Automatic creation of data store directory;
    - A few bug fixes.
* Thu Feb 01 2007 Dimi Paun  0.9.0-1
  - Initial release


Generated by rpm2html 1.8.1

Daniel Veillard, Thu Aug 21 02:30:16 2008