mirror of
https://github.com/octoleo/restic.git
synced 2024-11-11 07:41:03 +00:00
add changelog for rest unix socket support
This commit is contained in:
parent
add37fcd9f
commit
6ac7519188
14
changelog/unreleased/issue-4287
Normal file
14
changelog/unreleased/issue-4287
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
Enhancement: support connection to rest-server using unix socket
|
||||||
|
|
||||||
|
Restic now supports connecting to rest-server using a unix socket for
|
||||||
|
rest-server version 0.13.0 or later.
|
||||||
|
|
||||||
|
This allows running restic as follows:
|
||||||
|
|
||||||
|
```
|
||||||
|
rest-server --listen unix:/tmp/rest.socket --data /path/to/data &
|
||||||
|
restic -r rest:http+unix:///tmp/rest.socket:/my_backup_repo/ [...]
|
||||||
|
```
|
||||||
|
|
||||||
|
https://github.com/restic/restic/issues/4287
|
||||||
|
https://github.com/restic/restic/pull/4655
|
Loading…
Reference in New Issue
Block a user