diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2014-02-24 19:07:33 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-02-24 19:07:33 +0000 |
commit | 58b98f169c3a87fcb8974bf2094c3123fe4778d4 (patch) | |
tree | 4ddd33159d6ae0cb918fe486c7255fa40cd840d6 | |
parent | ddc3612609e100f9230c7f1157948ebaf8b9685f (diff) |
Added a comment
-rw-r--r-- | doc/forum/Convert_regular_git-annex_repo_to_a_rsync_repo/comment_5_9824c953694770afa0611ff7276737bf._comment | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/forum/Convert_regular_git-annex_repo_to_a_rsync_repo/comment_5_9824c953694770afa0611ff7276737bf._comment b/doc/forum/Convert_regular_git-annex_repo_to_a_rsync_repo/comment_5_9824c953694770afa0611ff7276737bf._comment new file mode 100644 index 000000000..c6052232b --- /dev/null +++ b/doc/forum/Convert_regular_git-annex_repo_to_a_rsync_repo/comment_5_9824c953694770afa0611ff7276737bf._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.172" + subject="comment 5" + date="2014-02-24T19:07:33Z" + content=""" +That looks all-right, although initremote will ask you to tell it what encryption to use, and you'll need to specify `encryption=none` + +One thing I forgot to mention is that the UUID of the new rsync repository won't be the same, so git-annex won't know about the files in there. This can be fixed by `git annex fsck --fast --from myrsync`. Which doesn't re-download all the files, but you still may want to run it on a repository close to or on the server for speed. + +You can re-use the name you're currently using for the git remote for the new rsync special remote if you like. +"""]] |