X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=README.adoc;h=345440fdc374406832b955b78d3487617c2eff5b;hb=HEAD;hp=631ee94804ddf2553c0df523015e766f6b989586;hpb=dcf3924510c800d8defc6f22c54e1515860b4353;p=rrq%2Fbuckap.git diff --git a/README.adoc b/README.adoc index 631ee94..345440f 100644 --- a/README.adoc +++ b/README.adoc @@ -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 ----