mirror of
https://github.com/Xtao-Labs/QQ-GitHub-Bot.git
synced 2025-01-30 23:20:21 +00:00
12 lines
363 B
Bash
12 lines
363 B
Bash
#!/usr/bin/env bash
|
|
###
|
|
# @Author : yanyongyu
|
|
# @Date : 2021-03-25 16:22:18
|
|
# @LastEditors : yanyongyu
|
|
# @LastEditTime : 2021-08-25 17:13:38
|
|
# @Description : None
|
|
# @GitHub : https://github.com/yanyongyu
|
|
###
|
|
|
|
docker run --rm --volumes-from bot_redis -v $(pwd):/backup busybox tar -cvf /backup/backup-$(date +"%s").tar -C / data/
|