git 附件与 bup
谁能告诉我如何将 git Attached 与 bup 一起使用。
git annex initremote mybup type=bup encryption=none buprepo=example.com:/big/mybup
不适合我。 如果我输入
git annex
它会列出所有命令,但在此 initremote 命令中不存在。可能是什么问题。
Can any one tell me how to use git annex with bup.
git annex initremote mybup type=bup encryption=none buprepo=example.com:/big/mybup
is not working for me.
if I type
git annex
it will list all commands, but in this initremote command is not there. what could be the problem.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
bup 支持于 2011 年 4 月添加到 git-annex 中。您可能使用的是相当旧的版本,因为 initremote 命令大约在同一时间添加。如果您使用的是 Debian stable,则可以轻松升级到当前 git-annex 的向后移植版本。或者您可以非常轻松地手动安装较新的版本。
bup support was added to git-annex in April 2011. You probably have a rather older version, as the initremote command was added around the same time. If you're using Debian stable, there is a backport of a current git-annex you can upgrade to easily. Or you can install a newer version by hand pretty easily.