Replies: 1 comment
-
# 查看定时备份状态
systemctl status docker-backup.timer
# 启动定时备份
systemctl start docker-backup.timer
# 查看备份日志
journalctl -u docker-backup.service
# 手动触发备份
systemctl start docker-backup.service |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
如何开启定时备份
Beta Was this translation helpful? Give feedback.
All reactions