add author and revdate
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Sun, 30 Apr 2023 11:33:34 +0000 (21:33 +1000)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Sun, 30 Apr 2023 11:33:34 +0000 (21:33 +1000)
README.adoc

index cde74e506e17ea29b6ad1c30d95ce49e8deb63b5..345440fdc374406832b955b78d3487617c2eff5b 100644 (file)
@@ -1,5 +1,7 @@
-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 arguments passed on, but every month it
@@ -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
 ----