Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要设置一个工作来每天创建备份。我还需要覆盖现有备份。有人可以帮我吗。
谢谢,
看看mysqldump。
mysqldump
mysqldump db_name tbl_name > backupfile.sql
将转储数据库/表并覆盖 backupfile.sql(如果存在)。
如果需要,使用rsync或scp将其复制到另一台主机。
rsync
scp