aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jaylangseth@fa84aeedaf6dd96a51e93b012339ac09fb4dc135 <jaylangseth@web>2017-01-10 18:51:28 +0000
committerGravatar admin <admin@branchable.com>2017-01-10 18:51:28 +0000
commit27266e99e37b3a839a4120e8a3820fec86488e59 (patch)
treeccb28c759d724c095fad2a440c5afb4c195ee7e8
parent91a70ecc4e3277b5152c315a12172709acdeb6bf (diff)
-rw-r--r--doc/forum/Accessing_files_in_SSH_remotes_while_SSHed_into_remote.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/forum/Accessing_files_in_SSH_remotes_while_SSHed_into_remote.mdwn b/doc/forum/Accessing_files_in_SSH_remotes_while_SSHed_into_remote.mdwn
new file mode 100644
index 000000000..5d0addf6c
--- /dev/null
+++ b/doc/forum/Accessing_files_in_SSH_remotes_while_SSHed_into_remote.mdwn
@@ -0,0 +1 @@
+Hello, I would like to use git-annex to sync files between my desktop, laptop, and a remote server. The remote server is part of a Beowulf cluster, these files are used to run simulations on the cluster, but I want the same files on my laptop and desktop to mirror those on the cluster. I already have git annex assistant syncing files between the desktop and laptop. I do not and will not ever have root access on the cluster, so I can't install git-annex there. I can access the cluster server via ssh or by mounting it as NFS (OS X 10.11.6). The NFS solution doesn't work due to the issues with file locking previously discussed on these forums. I can set up an ssh repo but that's a "special remote" and I cannot access the files when ssh'ed in there, which I need to do to run the simulations. Is there a strategy to do what I want with git-annex? Thanks!