如何备份Xampp目录?
我想备份我的 Xampp 目录并将其传输到另一台计算机。
是否有捷径可寻?
当我尝试复制它时,它给了我一个限制,即使我当时没有运行 xampp。
谢谢你!
I want to both backup my Xampp directory and also transfer it to another computer.
Is there an easy way to do this?
When I try to copy it, it gives me a restriction, even though I am not running xampp at the time.
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我想说 rsync 将是一个很好的方法,您可以备份整个目录,也可以使用“--files-from=”参数来指定包含要备份内容列表的文件,又名 htdocs 目录和配置文件。
您可以查看 rsync 示例页面,这涵盖了本地和远程备份。
I'd say that rsync would be quite a good way of doing this you could either backup the entire directory or you can use the "--files-from=" parameter to specify a file containing a list of what you want to backup, aka the htdocs directory and config files.
You could have a look at the rsync example page this covers both local and remote backups.
确保您已关闭所有服务(apache、mysql、ftp 等)。 转到开始->运行->services.msc
Make sure you have all the services turned off (apache, mysql, ftp, etc..). Go to start->run->services.msc