aboutsummaryrefslogtreecommitdiffstats
path: root/lifeboat.1
diff options
context:
space:
mode:
Diffstat (limited to 'lifeboat.1')
-rw-r--r--lifeboat.112
1 files changed, 11 insertions, 1 deletions
diff --git a/lifeboat.1 b/lifeboat.1
index 1cbf61c..5d76ea1 100644
--- a/lifeboat.1
+++ b/lifeboat.1
@@ -1,4 +1,4 @@
-.Dd January 17, 2020
+.Dd April 30, 2021
.Dt LIFEBOAT 1
.Os
.Sh NAME
@@ -24,6 +24,11 @@ or as follows:
.Bl -tag -width Ds
.It Sy run
Create a snapshot for the specified repository.
+.It Sy run-report
+Like
+.Sy run ,
+but send any program output to the mail address specified in
+.Pa config/recipient .
.El
.Sh DIRECTORY STRUCTURE
.Nm
@@ -78,6 +83,11 @@ if the combined size of the repository is below 10G:
.Bd -literal -offset indent
nas:backups/ 10485760
.Ed
+.It Sy config/recipient
+A file containing the mail address of the recipient for backup reports.
+Only needed for the
+.Sy run-report
+command.
.It Sy credentials/restic
A file containing the password for the
.Xr restic 1