aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Gary <Gary@web>2017-10-03 01:03:55 +0000
committerGravatar admin <admin@branchable.com>2017-10-03 01:03:55 +0000
commit9c6cf913cc622354ae543ff0e4b7e44a87fd4994 (patch)
tree85dddafc27b6c8ecfeac59c71534762cb1b68fb3 /doc
parent74d9a9b61cd5fa2b875763906e7b3d62bf1b1ce9 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/Pushing_an_existing_git_annex_repo_to_a_remote_ssh_host.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/forum/Pushing_an_existing_git_annex_repo_to_a_remote_ssh_host.mdwn b/doc/forum/Pushing_an_existing_git_annex_repo_to_a_remote_ssh_host.mdwn
new file mode 100644
index 000000000..f453c59e2
--- /dev/null
+++ b/doc/forum/Pushing_an_existing_git_annex_repo_to_a_remote_ssh_host.mdwn
@@ -0,0 +1 @@
+I have an existing repo on my local machine, with a mirror that I sync on the flash drive as well, using a remote, as described in the walkthrough. I'd like to create another repo on my remote server and have that work as a mirror as well, using ssh and rsync too. The only resources I've found regarding creating a remote over ssh imply that the repo is already on the host, is this a necessary step in creating a ssh remote? I was thinking in the terms of creating a git annex repository, adding a remote, then pushing it much like how git works, yet I can't find anything like that in the documentation.