From 26eedaceb8340abad4bead5ed2581aecfbcb5a29 Mon Sep 17 00:00:00 2001 From: "wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d" Date: Mon, 1 Jun 2015 19:47:50 +0000 Subject: [PATCH] removed --- ..._d7783af162779375711e15402ad07254._comment | 53 ------------------- 1 file changed, 53 deletions(-) delete mode 100644 doc/forum/Always_sync_all_content_to_remote/comment_2_d7783af162779375711e15402ad07254._comment diff --git a/doc/forum/Always_sync_all_content_to_remote/comment_2_d7783af162779375711e15402ad07254._comment b/doc/forum/Always_sync_all_content_to_remote/comment_2_d7783af162779375711e15402ad07254._comment deleted file mode 100644 index 61e15f526d..0000000000 --- a/doc/forum/Always_sync_all_content_to_remote/comment_2_d7783af162779375711e15402ad07254._comment +++ /dev/null @@ -1,53 +0,0 @@ -[[!comment format=mdwn - username="wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d" - nickname="wsha.code+ga" - subject="comment 2" - date="2015-06-01T19:41:33Z" - content=""" -In order to be specific, I started over from scratch and issued the following commands on the server and laptop (blocks of commands are labeled with these headings indicating where they were executed, comments on what happens are enclosed with <>): - -laptop ------- - -git init -git annex init -git annex add . -git commit -m 'first' -git remote add server user@server:/path/to/server -git annex group . manual -git annex wanted . standard - -server ------- - -git init -git annex init -git annex group . backup -git annex wanted . standard - -laptop ------- -git annex sync --content - - server/git-annex, git-annex -> synced/git-annex, master -> synced/master created> - -server ------- -git annex sync --content - - -server ------- - -mkdir ../server2 -cd ../server2 -git init -git annex init -git remote add server ../server -git annex sync --content - - -If possible, I want all of the symlinks to appear and be updated on the server after the second laptop block or at least the second server block. Is this possible without using the second repo on the server? Also, when I sync on the laptop, I want it to push everything to the server, but not pull everything back. - -So far, I have been issuing all of the laptop commands via the runshell shell on the laptop and I have added the git-annex directory to path on the server. On both the laptop and the server, I am using a version of Linux without a prepackaged version of git annex. Is it problematic for me to add the git-annex.linux directory from the prebuilt Linux tarball to the end of my path? I haven't noticed any issues so far. I'd prefer not to supersede the system git on my path. On the server, I tried symlink'ing everything from the git-annex.linux directory into my path but I got the error \"bash: git-annex-shell: command not found\" when I tried \"git annex copy . --to server\" on the laptop (I was hoping to try symlinking everything but the git command if that had worked). I tried copying just the git-annex-shell binary into a directory on my path, but I got the same error. -"""]]