git-annex/doc/special_remotes/bup/comment_13_ce960bc69b27dfc2a233c9baa5b2cd2b._comment
darkfeline@e6d098788a13ce41f3141a2dfc1bd31b401e83f0 88b5a5ae7b Added a comment: buprepo doesn't work properly
2015-08-17 12:59:25 +00:00

10 lines
641 B
Text

[[!comment format=mdwn
username="darkfeline@e6d098788a13ce41f3141a2dfc1bd31b401e83f0"
nickname="darkfeline"
subject="buprepo doesn't work properly"
date="2015-08-17T12:59:25Z"
content="""
The buprepo parameter doesn't seem to work properly, at least for local repos. For example, I added a bup remote with buprepo=/media/hdd/bup, yet when I try to move files onto it, it still tries to use /home/foo/.bup (the default path). I suppose git-annex should be setting the envvar BUP_DIR before calling bup?
I can do it manually like BUP_DIR=/media/hdd/bup git annex move --to hdd foo, but that almost seems to defeat the purpose...
"""]]