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.
我想备份我的 Xampp 目录并将其传输到另一台计算机。
是否有捷径可寻?
当我尝试复制它时,它给了我一个限制,即使我当时没有运行 xampp。
谢谢!
我会说 rsync 将是一个很好的方法,您可以备份整个目录,也可以使用“--files-from =”参数指定包含要备份的列表的文件,又名 htdocs 目录和配置文件。
您可以查看涵盖本地和远程备份的 rsync示例页面。
确保您已关闭所有服务(apache、mysql、ftp 等)。转到开始->运行->services.msc