-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
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
----
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
----