diff options
author | hannes <hannes@web> | 2012-07-08 10:18:32 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-07-08 10:18:32 +0000 |
commit | 43426b18000633d3fe227ba2aefaac4779efdaf0 (patch) | |
tree | 2d0617b4708b9fef4b0896e87cf11df49d8621a4 /doc | |
parent | 268b4b7d6e34f8255e6e5f8c115939e731e5ff33 (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/rsync_remote_is_not_available_from_a_cloned_repo.mdwn | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/forum/rsync_remote_is_not_available_from_a_cloned_repo.mdwn b/doc/forum/rsync_remote_is_not_available_from_a_cloned_repo.mdwn new file mode 100644 index 000000000..e3d642844 --- /dev/null +++ b/doc/forum/rsync_remote_is_not_available_from_a_cloned_repo.mdwn @@ -0,0 +1,19 @@ +I have a git annex repository, and a sync to a remote rsync server (with shared encryption), named "rsync". + +When I clone the repository, I thought it would work as described for S3 (http://git-annex.branchable.com/tips/using_Amazon_S3/): + +> $ git annex initremote rsync + +> git-annex: Specify the type of remote with type= + +When I run + +> $ git initremote rsync type=rsync rsyncurl=ssh.example.com:/myrsync encryption=shared + +I get a git remote -- but the data available on the rsync server is not accessible locally + +> $ git whereis + +> git-annex: whereis: 19631 failed + +The original is a git annex from cabal, the cloned repository uses 3.20120522. |