summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar susetux@ed6f4e20192c3eae018e1fc6442bf993d41b3848 <susetux@web>2016-03-13 11:16:09 +0000
committerGravatar admin <admin@branchable.com>2016-03-13 11:16:09 +0000
commit18a3e74c34f97c1e4c7d30e6458044d767309f35 (patch)
tree87f907fcb9b661268cf2213a3aa46380a824536a
parent9fcefa5bc945deb90e8effd3bdb124c8a8b2e433 (diff)
-rw-r--r--doc/forum/converting_a_v5_repo_to_an_always_unlocked_v6_repo.mdwn22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/forum/converting_a_v5_repo_to_an_always_unlocked_v6_repo.mdwn b/doc/forum/converting_a_v5_repo_to_an_always_unlocked_v6_repo.mdwn
new file mode 100644
index 000000000..4eec48138
--- /dev/null
+++ b/doc/forum/converting_a_v5_repo_to_an_always_unlocked_v6_repo.mdwn
@@ -0,0 +1,22 @@
+Hi,
+I'm trying to convert a v5 classic, symlink repository into a v6 always unloked repository.
+
+
+I'm trying to follow along with: <http://git-annex.branchable.com/tips/unlocked_files>
+but something goes wrong in the process, so I'm sure I'm missing something.
+The repository is about 600G to start with and I don't have another 600G of free space on disk, so I'm going with thin mode:
+
+1. git annex upgrade
+2. git config annex.thin true
+3. git annex fix
+4. git annex unlock
+
+It's all good to this point. Everything gets unlocked and is fine.
+Then I try to commit the changes with "git annex sync" and the process seems to take
+and incredibly long time (hours) and then ends up running out of space. I check the repository with "du -sh"
+and it's almost double the size. Is there a reason for this? Is there a way to avoid this duplication of data. Shouldn't annex.thin do the trick?
+Should I not have done the sync thing? (I need to sync with other repos too after the migration is done)
+
+Is there a correct way to migrate my repo to an always unlocked one which won't require hours of time and take all that disk space?
+
+thanks a lot, daniel