From f996d3077c844f808f61363fd57dca6bf2d173d8 Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Thu, 25 Jan 2007 20:59:59 +0000
Subject: [PATCH] Added a README.

* README: Document how to test that the ssh setup to a remote host is
  working.
---
 ChangeLog | 4 ++++
 README    | 3 +++
 2 files changed, 7 insertions(+)
 create mode 100644 README

diff --git a/ChangeLog b/ChangeLog
index fcb7fcc..f303af4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2007-01-25  Per Cederqvist  <ceder@sedesopim.lysator.liu.se>
 
+	Added a README.
+	* README: Document how to test that the ssh setup to a remote host
+	is working.
+
 	Back up more often.
 	* backup-repeatedly: Don't sleep between backups.  Print number of
 	cycles completed.  Don't retry backups with warnings, as that
diff --git a/README b/README
new file mode 100644
index 0000000..288647d
--- /dev/null
+++ b/README
@@ -0,0 +1,3 @@
+Testing the remote installation of rdiff-backup:
+
+    ssh somehost -a -k -x -i /root/.ssh/backupkey /opt/LYSrdiff/bin/rdiff-backup --version
-- 
GitLab