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.
我正在 Windows Server 2003 上运行 Xampp 服务器,我想在不停止的情况下备份它。
我希望它是增量的并保存除软件本身之外的所有内容。我的意思是我想保存配置文件(apache、php、mysql)、htdocs 文件夹和数据库(MySQL),而不是 mysqld.exe。
我已经设置了一个执行 mysqldump 的批处理脚本,但它不是增量的,而且对于新手来说也不容易恢复。
理想情况下,它将被压缩。
谢谢。