aboutsummaryrefslogtreecommitdiffstats
path: root/lifeboat.1
diff options
context:
space:
mode:
Diffstat (limited to 'lifeboat.1')
-rw-r--r--lifeboat.116
1 files changed, 15 insertions, 1 deletions
diff --git a/lifeboat.1 b/lifeboat.1
index 49c386a..577d842 100644
--- a/lifeboat.1
+++ b/lifeboat.1
@@ -58,9 +58,23 @@ option in
A file containing synchronization targets for
.Xr rclone 1 ,
one per line.
-The format for a synchronization target is the
+The format for a synchronization target is the base
.Xr rclone 1
destination, then optionally a tab character and a size limit in kibibytes.
+.Pp
+.Nm
+will append the name of the backup
+.Ev ( LIFEBOAT_REPO_NAME )
+to the base destination.
+.Pp
+For example, the following configuration will synchronize a backup named
+.Dq server
+to
+.Pa nas:backups/server
+if the combined size of the repository is below 10G:
+.Bd -literal -offset indent
+nas:backups/ 10485760
+.Ed
.It Sy credentials/restic
A file containing the password for the
.Xr restic 1