|
From: <di...@us...> - 2007-02-12 06:29:22
|
Revision: 424
http://safekeep.svn.sourceforge.net/safekeep/?rev=424&view=rev
Author: dimi
Date: 2007-02-11 22:29:20 -0800 (Sun, 11 Feb 2007)
Log Message:
-----------
Small wording fix
Modified Paths:
--------------
safekeep/trunk/ANNOUNCE
Modified: safekeep/trunk/ANNOUNCE
===================================================================
--- safekeep/trunk/ANNOUNCE 2007-02-12 06:18:06 UTC (rev 423)
+++ safekeep/trunk/ANNOUNCE 2007-02-12 06:29:20 UTC (rev 424)
@@ -8,9 +8,9 @@
- Automatic creation of data store directory;
- A few bug fixes.
-Because of lags created by using mirrors, this message may reach you
-before the release is available at the public sites. The sources will
-be available from the following locations:
+Because of lags created by using mirrors, this message may reach you before
+the release is available at the public sites. Sources and binaries will be
+available from the following locations:
- RedHat EL 3,4, CentOS 3,4, Fedora 4,5,6:
http://prdownloads.sourceforge.net/safekeep/safekeep-common-0.9.1-1.noarch.rpm
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <di...@us...> - 2007-04-27 05:01:04
|
Revision: 487
http://safekeep.svn.sourceforge.net/safekeep/?rev=487&view=rev
Author: dimi
Date: 2007-04-26 22:01:02 -0700 (Thu, 26 Apr 2007)
Log Message:
-----------
Prepare the ANNOUNCE file for the release.
Modified Paths:
--------------
safekeep/trunk/ANNOUNCE
Modified: safekeep/trunk/ANNOUNCE
===================================================================
--- safekeep/trunk/ANNOUNCE 2007-04-27 04:48:09 UTC (rev 486)
+++ safekeep/trunk/ANNOUNCE 2007-04-27 05:01:02 UTC (rev 487)
@@ -1,39 +1,35 @@
-This is release 0.9.2 of SafeKeep, a centralized and easy to use
+This is release 0.9.3 of SafeKeep, a centralized and easy to use
backup application that combines the best features of a mirror
and an incremental backup.
What's new in this release:
- - 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.
+ - The safekeep account now uses /bin/bash instead of /sbin/nologin,
+ this makes it possbile to deploy and manage the SSH keys needed
+ for the backup process;
+ - Invoke rdiff-backup with the '--force' option when trimming
+ old data, since there are cases where we can have multiple
+ deltas outstanding;
+ - A number of logging bugs have been fixed, now the logs should
+ look a bit better;
+ - Some documentation improvements.
Because of lags created by using mirrors, this message may reach you before
the release is available at the public sites. Sources and binaries will be
available from the following locations:
- RedHat EL 3,4, CentOS 3,4, Fedora 4,5,6:
- http://prdownloads.sourceforge.net/safekeep/safekeep-common-0.9.2-1.noarch.rpm
- http://prdownloads.sourceforge.net/safekeep/safekeep-client-0.9.2-1.noarch.rpm
- http://prdownloads.sourceforge.net/safekeep/safekeep-server-0.9.2-1.noarch.rpm
- http://prdownloads.sourceforge.net/safekeep/safekeep-0.9.2-1.src.rpm
+ http://prdownloads.sourceforge.net/safekeep/safekeep-common-0.9.3-1.noarch.rpm
+ http://prdownloads.sourceforge.net/safekeep/safekeep-client-0.9.3-1.noarch.rpm
+ http://prdownloads.sourceforge.net/safekeep/safekeep-server-0.9.3-1.noarch.rpm
+ http://prdownloads.sourceforge.net/safekeep/safekeep-0.9.3-1.src.rpm
- Ubuntu Edgy, Dapper, and Breezy:
- http://prdownloads.sourceforge.net/safekeep/safekeep-common_0.9.2_all.deb
- http://prdownloads.sourceforge.net/safekeep/safekeep-client_0.9.2_all.deb
- http://prdownloads.sourceforge.net/safekeep/safekeep-server_0.9.2_all.deb
+ http://prdownloads.sourceforge.net/safekeep/safekeep-common_0.9.3_all.deb
+ http://prdownloads.sourceforge.net/safekeep/safekeep-client_0.9.3_all.deb
+ http://prdownloads.sourceforge.net/safekeep/safekeep-server_0.9.3_all.deb
- Source:
- http://prdownloads.sourceforge.net/safekeep/safekeep-0.9.2.tar.gz
+ http://prdownloads.sourceforge.net/safekeep/safekeep-0.9.3.tar.gz
To find out more about the project visit on our website:
http://safekeep.sourceforge.net
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <di...@us...> - 2007-05-16 14:06:51
|
Revision: 496
http://safekeep.svn.sourceforge.net/safekeep/?rev=496&view=rev
Author: dimi
Date: 2007-05-16 07:06:49 -0700 (Wed, 16 May 2007)
Log Message:
-----------
Prepare the 1.0 release
Modified Paths:
--------------
safekeep/trunk/ANNOUNCE
Modified: safekeep/trunk/ANNOUNCE
===================================================================
--- safekeep/trunk/ANNOUNCE 2007-05-16 13:55:23 UTC (rev 495)
+++ safekeep/trunk/ANNOUNCE 2007-05-16 14:06:49 UTC (rev 496)
@@ -1,35 +1,28 @@
-This is release 0.9.3 of SafeKeep, a centralized and easy to use
+This is release 1.0.0 of SafeKeep, a centralized and easy to use
backup application that combines the best features of a mirror
and an incremental backup.
What's new in this release:
- - The safekeep account now uses /bin/bash instead of /sbin/nologin,
- this makes it possbile to deploy and manage the SSH keys needed
- for the backup process;
- - Invoke rdiff-backup with the '--force' option when trimming
- old data, since there are cases where we can have multiple
- deltas outstanding;
- - A number of logging bugs have been fixed, now the logs should
- look a bit better;
- - Some documentation improvements.
+ - Tested support for database (MySQL and PostgreSQL) dumps
+ - Small documentation improvements.
Because of lags created by using mirrors, this message may reach you before
the release is available at the public sites. Sources and binaries will be
available from the following locations:
- - RedHat EL 3,4, CentOS 3,4, Fedora 4,5,6:
- http://prdownloads.sourceforge.net/safekeep/safekeep-common-0.9.3-1.noarch.rpm
- http://prdownloads.sourceforge.net/safekeep/safekeep-client-0.9.3-1.noarch.rpm
- http://prdownloads.sourceforge.net/safekeep/safekeep-server-0.9.3-1.noarch.rpm
- http://prdownloads.sourceforge.net/safekeep/safekeep-0.9.3-1.src.rpm
+ - RedHat EL 3,4,5, CentOS 3,4,5, Fedora 4,5,6:
+ http://prdownloads.sourceforge.net/safekeep/safekeep-common-1.0.0-1.noarch.rpm
+ http://prdownloads.sourceforge.net/safekeep/safekeep-client-1.0.0-1.noarch.rpm
+ http://prdownloads.sourceforge.net/safekeep/safekeep-server-1.0.0-1.noarch.rpm
+ http://prdownloads.sourceforge.net/safekeep/safekeep-1.0.0-1.src.rpm
- Ubuntu Edgy, Dapper, and Breezy:
- http://prdownloads.sourceforge.net/safekeep/safekeep-common_0.9.3_all.deb
- http://prdownloads.sourceforge.net/safekeep/safekeep-client_0.9.3_all.deb
- http://prdownloads.sourceforge.net/safekeep/safekeep-server_0.9.3_all.deb
+ http://prdownloads.sourceforge.net/safekeep/safekeep-common_1.0.0_all.deb
+ http://prdownloads.sourceforge.net/safekeep/safekeep-client_1.0.0_all.deb
+ http://prdownloads.sourceforge.net/safekeep/safekeep-server_1.0.0_all.deb
- Source:
- http://prdownloads.sourceforge.net/safekeep/safekeep-0.9.3.tar.gz
+ http://prdownloads.sourceforge.net/safekeep/safekeep-1.0.0.tar.gz
To find out more about the project visit on our website:
http://safekeep.sourceforge.net
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <di...@us...> - 2007-06-17 23:26:30
|
Revision: 533
http://safekeep.svn.sourceforge.net/safekeep/?rev=533&view=rev
Author: dimi
Date: 2007-06-17 16:26:28 -0700 (Sun, 17 Jun 2007)
Log Message:
-----------
We now support Fedora 7 too.
Modified Paths:
--------------
safekeep/trunk/ANNOUNCE
Modified: safekeep/trunk/ANNOUNCE
===================================================================
--- safekeep/trunk/ANNOUNCE 2007-06-17 22:47:58 UTC (rev 532)
+++ safekeep/trunk/ANNOUNCE 2007-06-17 23:26:28 UTC (rev 533)
@@ -13,7 +13,7 @@
the release is available at the public sites. Sources and binaries will be
available from the following locations:
- - RedHat EL 3,4,5, CentOS 3,4,5, Fedora 4,5,6:
+ - RedHat EL 3,4,5, CentOS 3,4,5, Fedora 4,5,6,7:
http://prdownloads.sourceforge.net/safekeep/safekeep-common-1.0.1-1.noarch.rpm
http://prdownloads.sourceforge.net/safekeep/safekeep-client-1.0.1-1.noarch.rpm
http://prdownloads.sourceforge.net/safekeep/safekeep-server-1.0.1-1.noarch.rpm
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <di...@us...> - 2008-02-26 18:18:11
|
Revision: 579
http://safekeep.svn.sourceforge.net/safekeep/?rev=579&view=rev
Author: dimi
Date: 2008-02-26 10:18:06 -0800 (Tue, 26 Feb 2008)
Log Message:
-----------
Prepare the ANNOUNCE file for the release.
Modified Paths:
--------------
safekeep/trunk/ANNOUNCE
Modified: safekeep/trunk/ANNOUNCE
===================================================================
--- safekeep/trunk/ANNOUNCE 2008-02-25 01:03:26 UTC (rev 578)
+++ safekeep/trunk/ANNOUNCE 2008-02-26 18:18:06 UTC (rev 579)
@@ -1,31 +1,32 @@
-This is release 1.0.3 of SafeKeep, a centralized and easy to use
+This is release 1.0.4 of SafeKeep, a centralized and easy to use
backup application that combines the best features of a mirror
and an incremental backup.
What's new in this release:
- - 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.
+ - 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
Because of lags created by using mirrors, this message may reach you before
the release is available at the public sites. Sources and binaries will be
available from the following locations:
- RedHat EL 3,4,5, CentOS 3,4,5, Fedora 4,5,6,7:
- http://prdownloads.sourceforge.net/safekeep/safekeep-common-1.0.3-1.noarch.rpm
- http://prdownloads.sourceforge.net/safekeep/safekeep-client-1.0.3-1.noarch.rpm
- http://prdownloads.sourceforge.net/safekeep/safekeep-server-1.0.3-1.noarch.rpm
- http://prdownloads.sourceforge.net/safekeep/safekeep-1.0.3-1.src.rpm
+ http://prdownloads.sourceforge.net/safekeep/safekeep-common-1.0.4-1.noarch.rpm
+ http://prdownloads.sourceforge.net/safekeep/safekeep-client-1.0.4-1.noarch.rpm
+ http://prdownloads.sourceforge.net/safekeep/safekeep-server-1.0.4-1.noarch.rpm
+ http://prdownloads.sourceforge.net/safekeep/safekeep-1.0.4-1.src.rpm
- Ubuntu Edgy, Dapper, and Breezy:
- http://prdownloads.sourceforge.net/safekeep/safekeep-common_1.0.3_all.deb
- http://prdownloads.sourceforge.net/safekeep/safekeep-client_1.0.3_all.deb
- http://prdownloads.sourceforge.net/safekeep/safekeep-server_1.0.3_all.deb
+ http://prdownloads.sourceforge.net/safekeep/safekeep-common_1.0.4_all.deb
+ http://prdownloads.sourceforge.net/safekeep/safekeep-client_1.0.4_all.deb
+ http://prdownloads.sourceforge.net/safekeep/safekeep-server_1.0.4_all.deb
- Source:
- http://prdownloads.sourceforge.net/safekeep/safekeep-1.0.3.tar.gz
+ http://prdownloads.sourceforge.net/safekeep/safekeep-1.0.4.tar.gz
To find out more about the project visit on our website:
http://safekeep.sourceforge.net
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|