diff --git a/doc/forum/Problem_with_bup:_cannot_lock_refs.mdwn b/doc/forum/Problem_with_bup:_cannot_lock_refs.mdwn index 63eda36b97..858569a81a 100644 --- a/doc/forum/Problem_with_bup:_cannot_lock_refs.mdwn +++ b/doc/forum/Problem_with_bup:_cannot_lock_refs.mdwn @@ -2,12 +2,15 @@ Hi! Using bup for storing seems a good idea to save space, but I still have a problem when trying to copy files to my local git repo. I have two partitions: + - /Data (NTFS) + - / (ext4) I turned the directory /Data/Audio into a git-annex repo, and cloned it into /home/me/AudioClone I added the remote bup to AudioClone by doing: -git annex initremote mybup type=bup encryption=none buprepo= + + git annex initremote mybup type=bup encryption=none buprepo= But when I try to copy some files that I have previously got by "git annex get" by doing: git annex copy /home/me/AudioClone/someartist/somealbum --to mybup