documentation
authorRalph Ronnquist <rrq@rrq.au>
Tue, 1 Oct 2024 09:39:31 +0000 (19:39 +1000)
committerRalph Ronnquist <rrq@rrq.au>
Tue, 1 Oct 2024 09:39:31 +0000 (19:39 +1000)
timeliner-cron.8.adoc [new file with mode: 0644]
timeliner.8.adoc

diff --git a/timeliner-cron.8.adoc b/timeliner-cron.8.adoc
new file mode 100644 (file)
index 0000000..c08608e
--- /dev/null
@@ -0,0 +1,30 @@
+= timeliner-cron(8)
+:doctype: manpage
+
+== NAME
+
+timeliner-cron - cron.hourly script to call `timeliner` for keeping a
+backup timeline of selected directories
+
+== SYNOPSIS
+
+/etc/cron.hourly/timeliner-cron
+
+== DESCRIPTION
+
+The `timeliner-cron` script is intended to run as a `cron.hourly`
+script for maintaining a daily backup timeline as a succession of
+directories. The script includes detail configuration settings of
+which directory tree(s) to back up and how; whether to keep a local,
+mixed, remote or encrypted timeline. It is best re-configured using
+`dpkg-econfigure`, as in
+
+  # dpkg-reconfigure timeliner
+
+== SEE ALSO
+
+*timeliner(8)*
+
+== AUTHOR
+
+Copyright 2024 Ralph Ronnquist <rrq@rrq.au>
index ab5738575c674be7ffaf7f37ea5abb4f37dad858..b9e349da6481d7773c64b3cff2738ac16b0ccc49 100644 (file)
@@ -47,3 +47,11 @@ rolling window of only the few most recent daily backups. The remote
 timeline is built by making a hard link copy of the most recent prior
 day before using `rsync` to copy the next day snapshot. The local
 recent day snapshot is synchronised hourly to the remote host.
+
+== SEE ALSO
+
+*timeliner-cron(8)*
+
+== AUTHOR
+
+Copyright 2024 Ralph Ronnquist <rrq@rrq.au>