[cedar-backup-svn] SF.net SVN: cedar-backup:[1055] cedar-backup2/trunk
Brought to you by:
pronovic
|
From: <pro...@us...> - 2014-10-01 21:52:38
|
Revision: 1055
http://sourceforge.net/p/cedar-backup/code/1055
Author: pronovic
Date: 2014-10-01 21:52:29 +0000 (Wed, 01 Oct 2014)
Log Message:
-----------
Document Amazon S3 in the description
Modified Paths:
--------------
cedar-backup2/trunk/README
cedar-backup2/trunk/setup.py
Modified: cedar-backup2/trunk/README
===================================================================
--- cedar-backup2/trunk/README 2014-10-01 21:51:59 UTC (rev 1054)
+++ cedar-backup2/trunk/README 2014-10-01 21:52:29 UTC (rev 1055)
@@ -24,8 +24,11 @@
with the expectation that the disc will be changed or overwritten at the
beginning of each week. If your hardware is new enough, Cedar Backup can
write multisession discs, allowing you to add incremental data to a disc on
-a daily basis.
+a daily basis.
+Alternately, Cedar Backup can write your backups to the Amazon S3 cloud
+rather than relying on physical media.
+
Besides offering command-line utilities to manage the backup process, Cedar
Backup provides a well-organized library of backup-related functionality,
written in the Python programming language.
Modified: cedar-backup2/trunk/setup.py
===================================================================
--- cedar-backup2/trunk/setup.py 2014-10-01 21:51:59 UTC (rev 1054)
+++ cedar-backup2/trunk/setup.py 2014-10-01 21:52:29 UTC (rev 1055)
@@ -44,6 +44,9 @@
multisession discs, allowing you to add incremental data to a disc on a daily
basis.
+Alternately, Cedar Backup can write your backups to the Amazon S3 cloud
+rather than relying on physical media.
+
Besides offering command-line utilities to manage the backup process, Cedar
Backup provides a well-organized library of backup-related functionality,
written in the Python programming language.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|