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.
在我们的网络服务器 (CentOS) 上,我正在设置我们数据库的自动每日备份。当然,我想将它发送到异地(发送到我们办公室的 Windows SBS 2003 服务器)。
看到我们已经在这两个盒子之间设置了 SVN,我想我只是 SVN COMMIT 备份,直到我意识到每次提交都是这个 800M 大备份文件的新版本。
我可以阻止回购保留修订并覆盖旧修订吗?
还是我在这里完全吠错了树。