aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-02-08 18:42:58 +0100
committerWynn Wolf Arbor2020-02-08 18:42:58 +0100
commit5f85f507e48a1707933403e7a6309bb5bb782fc6 (patch)
treebd94a45ce6bbc88fef076ea985ab62daf2d88f03
parentd2bfd64ad68383fe0fd4c52e2d935a01f3070c77 (diff)
downloadlifeboat-5f85f507e48a1707933403e7a6309bb5bb782fc6.tar.gz
Be more specific about the destination format in the manual
-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