From 14ec54118b7f93ac20d41593b5480d4f58add65f Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawlxg9HfyLFn0E87p8Em9P5G9YBUr8JYrkE" Date: Wed, 11 Apr 2012 09:37:26 +0000 Subject: [PATCH] --- doc/forum/Problem_with_bup:_cannot_lock_refs.mdwn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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