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.
我安装并设置了 Redmine 项目管理应用程序。现在我需要设置它的备份(包括数据库转储+“文件”目录)。但我有一个问题: 我是否必须将我的 Redmine 备份签入到我的 SVN 存储库中?
我认为将备份文件放入颠覆中不是一个好主意。Subversion 被设计为版本控制系统,备份不需要版本控制。
而是在您的正常备份计划中包含 redmine 备份,并确保备份了 Subversion 存储库。