Bug fix; the "month of the key" is 6 characters from index 0
[rrq/buckap.git] / README.adoc
index 631ee94804ddf2553c0df523015e766f6b989586..345440fdc374406832b955b78d3487617c2eff5b 100644 (file)
@@ -1,8 +1,10 @@
-Backup Control Scripting
-========================
+= Backup Control Scripting
+:author: Ralph Ronnquist
+:revdate: Sun, 30 Apr 2023 21:32:28 +1000
+
 
 The script +dupltool+ is a wrapper for +duplicity+ that usually just
-invokes +duplicity+ with all arguents passed on, but every month it
+invokes +duplicity+ with all arguments passed on, but every month it
 first makes a stash of the most recent succession of daily snapshots,
 so that the duplicity run at this time is a monthly snapshot.
 
@@ -11,8 +13,7 @@ backup that uses configuration from +/etc/duplicity-daily.conf+ that
 defines which backups to make, and from +~/.ssh/config+ as to how to
 connect to the target host (or hosts).
 
-Administration Example
-----------------------
+== Administration Example
 
 .This is a +/etc/duplicity-daily+ sample
 ----
@@ -45,8 +46,8 @@ Note that for the above sample, the backup client +root@thishost+ has
 prepared a password-less ssh key to +thishost@backup.lan+ so that
 daily backup can happen without operator intervention.
 
-Debian Package
---------------
+== Debian Package
+
 
 A debian package is built with
 ----