diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-24 15:29:42 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-24 15:29:42 -0400 |
commit | 2d10b1755fb8b12f0e793b56f64af57a368fb3a7 (patch) | |
tree | b33406614a8b65e06405bb6d964c247a4262f34f | |
parent | 278ac4da12315a90aededea02993c68924bb7a76 (diff) | |
parent | 58b98f169c3a87fcb8974bf2094c3123fe4778d4 (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
-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. +"""]] |