Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.
/ but Public archive

Commit

Permalink
README 微调
Browse files Browse the repository at this point in the history
  • Loading branch information
MCSeekeri committed Sep 7, 2024
1 parent 523cbbd commit f9f21fa
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
一个多目标文件夹定时备份工具。

## 使用

but 目前有两种版本。
使用 Rust 编写的二进制程序。
使用 bash 的脚本。
- 使用 Rust 编写的二进制程序。
- 使用 bash 的脚本。

### 二进制

Expand All @@ -18,11 +19,13 @@ but 目前有两种版本。
chmod +x but.sh
./but.sh -h
```
请确保运行之前已经安装了 tar 和 zstd.
请确保运行之前已经安装了 tar 和 zstd 软件包。
部分发行版需要手动安装 cronie 包。

## 软件配置

### 配置文件示例

```toml
[settings]
interval = 300
Expand All @@ -38,6 +41,7 @@ from = "/opt/Server/config/"
dest = "./"
```
## 配置文件位置

but 将依次在 `/etc/but.conf` `$HOME/.config/but.conf``./but.conf` 三个位置寻找配置文件,优先级从高到低。

### 作为系统服务运行
Expand All @@ -54,5 +58,6 @@ systemctl enable --now but
> 如果启动出错,可以输入`systemctl status but`查看错误日志。
## 备份原理

限于技术原因,目前 but 不支持增量备份,每次备份都会是完整备份。
不过为了节约空间,当指定目录未发生变化时,but 不会重复备份。

0 comments on commit f9f21fa

Please sign in to comment.