备份 #
tiup br backup full \
--pd "127.0.0.1:2379" \
--storage "local:///data/backup/br_full_$(date +%F)" \
--ratelimit 120 \
--log-file backup.log
恢复 #
tiup br restore full \
--pd "127.0.0.1:2379" \
--storage "local:///path/to/br_full" \
--ratelimit 120 \
--log-file restore.log
- ratelimit 单位是 MB/s