Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 544 Bytes

http.restic.md

File metadata and controls

22 lines (15 loc) · 544 Bytes
date title sitename
2018-09-19 22:14:08 +0800
http.restic
Caddy中文文档

http.restic

restic插件在路径上提供一个restic存储库。Restic是一个安全和快速的备份程序,请点击https://restic.github.io查看详情。

完整文档

示例

在网址/foo上提供一个restic存储库

basicauth /foo user pass
restic    /foo /home/me/backups

Caddy将通过网址/foo提供对/home/me/backup目录的restic仓库的访问。