mirror of
https://github.com/restic/rest-server.git
synced 2025-12-07 09:36:13 -08:00
Move changelog files for 0.13.0
This commit is contained in:
15
changelog/0.13.0_2024-07-26/pull-272
Normal file
15
changelog/0.13.0_2024-07-26/pull-272
Normal file
@@ -0,0 +1,15 @@
|
||||
Enhancement: Support listening on a unix socket
|
||||
|
||||
It is now possible to make rest-server listen on a unix socket by prefixing
|
||||
the socket filename with `unix:` and passing it to the `--listen` option,
|
||||
for example `--listen unix:/tmp/foo`.
|
||||
|
||||
This is useful in combination with remote port forwarding to enable a remote
|
||||
server to backup locally, e.g.:
|
||||
|
||||
```
|
||||
rest-server --listen unix:/tmp/foo &
|
||||
ssh -R /tmp/foo:/tmp/foo user@host restic -r rest:http+unix:///tmp/foo:/repo backup
|
||||
```
|
||||
|
||||
https://github.com/restic/rest-server/pull/272
|
||||
Reference in New Issue
Block a user