1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-31 23:53:18 +00:00

Version v1.49.0

This commit is contained in:
Nick Craig-Wood
2019-08-26 15:25:20 +01:00
parent a992a910ef
commit a6387e1f81
86 changed files with 10711 additions and 4030 deletions

View File

@@ -1,5 +1,5 @@
---
date: 2019-06-20T16:09:42+01:00
date: 2019-08-26T15:19:45+01:00
title: "rclone serve restic"
slug: rclone_serve_restic
url: /commands/rclone_serve_restic/
@@ -105,6 +105,14 @@ for a transfer.
--max-header-bytes controls the maximum number of bytes the server will
accept in the HTTP header.
--baseurl controls the URL prefix that rclone serves from. By default
rclone will serve from the root. If you used --baseurl "/rclone" then
rclone would serve from a URL starting with "/rclone/". This is
useful if you wish to proxy rclone serve. Rclone automatically
inserts leading and trailing "/" on --baseurl, so --baseurl "rclone",
--baseurl "/rclone" and --baseurl "/rclone/" are all treated
identically.
#### Authentication
By default this will serve files without needing a login.
@@ -148,6 +156,7 @@ rclone serve restic remote:path [flags]
```
--addr string IPaddress:Port or :Port to bind server to. (default "localhost:8080")
--append-only disallow deletion of repository data
--baseurl string Prefix for URLs - leave blank for root.
--cert string SSL PEM key (concatenation of certificate and CA certificate)
--client-ca string Client certificate authority to verify clients with
-h, --help help for restic