自动文件版本控制(如 Dropbox)

发布于 2024-10-30 21:08:43 字数 1539 浏览 4 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

蝶…霜飞 2024-11-06 21:08:43

FileHamster 监控文件夹并自动保留以前的版本。
AutoVer 具有相同的功能,并且是免费的。这将是我的推荐!

两者都可以让您遍历以前的版本,并且可以在每次点击保存时或每隔一段时间或两者的组合进行备份。但不确定 AutoVer 是否能很好地处理 MS Office tmp 文件。

AutoVer 还允许您运行备份后命令,我一直想用它来创建差异文件...

FileHamster monitors a folder and automatically keeps previous version.
AutoVer does the same and is free. It would be my recommendation!

Both let you traverse previous versions and can backup everytime you hit save or every so often or a combination of both. Not sure if AutoVer copes well with MS Office tmp files though.

AutoVer also lets you run a post-backup command which I keep meaning to make use of to create diff files...

幸福还没到 2024-11-06 21:08:43

我会使用:

您甚至可以每次都进行提交(及其相关的推送)您在 IDE 中保存文件(就像 Eclipse 中的“保存时”操作),但结果会很混乱(提交次数太多)。
在给定时间提交每个文件的按需操作或计划操作(例如每小时)更合适。

I would use:

You could even go as far as to do a commit (and its associated push) every time you save a file in your IDE (like a "on save" action in Eclipse), but the result would be messy (way too many commits).
An on-demand action to commit every file at a given time, or a scheduled action (every hour for instance) is more appropriate.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文