跳至内容
sdvcrx's wiki
用户工具
登录
站点工具
搜索
工具
显示页面
过去修订
Export to Markdown
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您的足迹:
borg
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== BorgBackup ====== [[https://borgbackup.readthedocs.io/en/stable/|BorgBackup]] (short: Borg) is a deduplicating backup program. Optionally, it supports compression and authenticated encryption. ===== Usage ===== Initialize a Borg repository: borg init -e repokey <repo-name> Add backup file to the repo: borg create --stats <repo-name>::<archive-name> /path/to/file [/path/to/other-file] ==== List ==== List all archives in this repo: borg list <repo-name> List contents in one archive: borg list <repo-name>::<archive-name> ==== Restore ==== Restore the archive by extracting the files relative to the current directory borg extract <repo>::<archive> ==== Delete ==== Delete specify archive: borg delete <repo>::<archive> ===== Reference ===== * [[https://borgbackup.readthedocs.io/en/stable/|Borg Documentation]] * [[https://wzyboy.im/post/1106.html|BorgBackup —— 增量备份方案]]
borg.txt
· 最后更改: 2023/12/03 10:24 由
127.0.0.1
页面工具
显示页面
过去修订
反向链接
Export to Markdown
回到顶部