diff options
author | Wynn Wolf Arbor | 2020-02-08 18:42:58 +0100 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-02-08 18:42:58 +0100 |
commit | 5f85f507e48a1707933403e7a6309bb5bb782fc6 (patch) | |
tree | bd94a45ce6bbc88fef076ea985ab62daf2d88f03 | |
parent | d2bfd64ad68383fe0fd4c52e2d935a01f3070c77 (diff) | |
download | lifeboat-5f85f507e48a1707933403e7a6309bb5bb782fc6.tar.gz |
Be more specific about the destination format in the manual
-rw-r--r-- | lifeboat.1 | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -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 |