diff options
Diffstat (limited to 'lifeboat.1')
-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 |