|
From: <di...@us...> - 2011-03-06 17:18:18
|
Revision: 743
http://safekeep.svn.sourceforge.net/safekeep/?rev=743&view=rev
Author: dimi
Date: 2011-03-06 17:18:12 +0000 (Sun, 06 Mar 2011)
Log Message:
-----------
Add an INSTALL file based on the README.Fedora
file provided by Frank Crawford <fr...@cr...>.
The packaging explanation is common to all packaged
versions of Safekeep, it's not Fedora specific.
Modified Paths:
--------------
safekeep/trunk/safekeep.spec.in
Added Paths:
-----------
safekeep/trunk/INSTALL
Added: safekeep/trunk/INSTALL
===================================================================
--- safekeep/trunk/INSTALL (rev 0)
+++ safekeep/trunk/INSTALL 2011-03-06 17:18:12 UTC (rev 743)
@@ -0,0 +1,42 @@
+PACKAGE INSTALL
+~~~~~~~~~~~~~~~
+
+It is highly recommended that you install the packaged version of
+SafeKeep via the provided RPMs or DEBs.
+
+
+SOURCE INSTALL
+~~~~~~~~~~~~~~
+If you want to install from source, you can do so by running (as root):
+
+ $ make install
+
+NOTE: installing this way is not equivalent to a package install.
+You will have to manually take care of a number of other
+steps that are automatically taken care of by the packages such as
+creating /etc/safekeep.d, installing the cron job script, creating
+the safekeep user, and so on.
+
+
+INSTALL NOTES
+~~~~~~~~~~~~~
+
+Safekeep is designed such that the same script can be used on both the
+backup server (which initiates backups from clients), as well as on
+individual clients to handle client specific tasks such as
+dedicated ssh key generation and client-side backup processes such as dump.
+
+As a result, safekeep is packaged in such a way that clients which want
+to communicate with a safekeep managed backup server can choose to install
+the safekeep-client subpackage to ensure correct safekeep client
+configuration. This safekeep-client subpackage does not itself install any
+additional files at this time. But it does ensure that the correct client
+side applications are in place for safekeep managed backup services.
+
+It is recommended that all computers acting as safekeep clients install
+the safekeep-client subpackage, even though at this time it is
+technically optional if the necessary components such as an ssh server,
+coreutils and util-linux are installed correctly on the client Fedora
+system. In future version of safekeep the safekeep-client package may
+become necessary for correct client operation.
+
Modified: safekeep/trunk/safekeep.spec.in
===================================================================
--- safekeep/trunk/safekeep.spec.in 2011-03-06 17:07:34 UTC (rev 742)
+++ safekeep/trunk/safekeep.spec.in 2011-03-06 17:18:12 UTC (rev 743)
@@ -99,7 +99,7 @@
%defattr(-,root,root,-)
%{_bindir}/safekeep
%{_mandir}/man1/safekeep.1*
-%doc AUTHORS COPYING LICENSE README TODO samples/client-script-sample.sh
+%doc AUTHORS COPYING LICENSE README INSTALL TODO samples/client-script-sample.sh
%files client
%defattr(-,root,root,-)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|