Please describe the problem.
git-annex assistant on Mac OSX 10.8.5 fails to download new repo files from SSH remote/rsync shared-encryption annex after initial startup. The assistant does sync with the repo and create symlinks for new files, and file contents can manually be retrieved using 'git annex get $file' once the file is in the repository. However, assistant makes no subsequent attempt to download the new files until assistant is restarted. Once restarted, assistant downloads all new files for which is previously only had symlinks.
git-annex whereis $file does not indicate that the files represented as symlinks are located on the Mac OSX clients in question until after files are manually retrieved or assistant is retarted and files are automatically downloaded, replacing the symlinks.
git-annex assistant on Mac OSX does not have problems uploading files to the remote as they are added.
git-annex 5.20140517.4 on Ubuntu 12.04 behaves as expected and downloads new files (with content) properly as they are added to the repo.
What steps will reproduce the problem?
(all using git-annex webapp)
--create client repo on Mac OSX, direct mode (used two 10.8.5 machines)
--create client repo on Ubuntu, direct mode (used several 12.04 VMs)
--create repo (transfer mode) on VPS
--create shared encryption repo (backup mode) on same VPS
--add VPS transfer repo to each client (shared encryption repo appears and syncing is enabled for each client)
--create file in Mac OSX annex - file gets distributed to VPS backup repo and each linux system. Symlink is created on 2nd Mac OS X machine.
--create file in Ubuntu VM annex - file gets distributed to VPS backup repo and each linux system. Symlink is created on both Mac OSX machines.
What version of git-annex are you using? On what operating system?
git-annex version: 5.20140421 (installed using brew), Mac OSX 10.8.5
I tested 5.20140613 (from brew) also and it appears to also not download new files automatically.
Please provide any additional information below.
I've tested a few things I thought might be related. Since restarting assistant seems to temporarily "fix" the problem, I thought there may be some SSH client caching problems... as in the existing connection not being reused properly. However, I disabled annex.sshcaching as described elsewhere and that did not have any affect.
I've enabled XMPP and it only introduced more confusion as the XMPP messaging was not reliably consistent.
daemon.log for Mac OS systems does not show the "Pusher" process getting initiated once new files are added to the repo if the assistant is currently running, however it is logged immediately after assistant is started if there are new files in the repo.
daemon.log for Ubuntu systems does contain the Pusher process event following the repo sync that takes place once the file has been added to the repo.
# If you can, paste a complete transcript of the problem occurring here.
# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
MACOSX:user$git-annex assistant --autostart
daemon.log:
[2014-06-25 11:52:04 CDT] main: starting assistant version 5.20140421
[2014-06-25 11:52:09 CDT] TransferScanner: Syncing with serverrepo
Already up-to-date.
(scanning...) [2014-06-25 11:52:09 CDT] Watcher: Performing startup scan
Already up-to-date.
(started...)
[2014-06-25 11:52:10 CDT] Committer: Committing changes to git
(Recording state in git...)
(gpg)
Already up-to-date.
Already up-to-date.
[2014-06-25 11:52:11 CDT] Pusher: Syncing with serverrepo
GPGHMACSHA1--3e18c6a4ee5aece84f4f00fc2e7fcb828d8fa7d8
Everything up-to-date0.00kB/s 0:00:00
Everything up-to-date4.56MB/s 0:00:00
8409197 100% 4.94MB/s 0:00:01 (xfer#1, to-check=0/1)
sent 38 bytes received 8411383 bytes 2403263.14 bytes/sec
total size is 8409197 speedup is 1.00
[2014-06-25 11:52:13 CDT] Transferrer: Downloaded 67-more-fromubuntu
[2014-06-25 11:52:14 CDT] Committer: Adding 67-more-fromubuntu
add /Users/user/computer_annex/67-more-fromubuntu ok
[2014-06-25 11:52:14 CDT] Committer: Committing changes to git
(Recording state in git...)
[2014-06-25 11:52:20 CDT] Pusher: Syncing with serverrepo
(Recording state in git...)
To ssh://user@git-annex-server.remotehost.net-user_.2Fhome.2Fuser.2Fserver_repo/home/user/server_repo/
7e375a8..1a64e4c git-annex -> synced/git-annex
[2014-06-25 11:52:36 CDT] RemoteControl: Syncing with serverrepo
From ssh://git-annex-server.remotehost.net-user_.2Fhome.2Fuser.2Fserver_repo/home/user/server_repo
1a64e4c..dee9f84 synced/git-annex -> serverrepo/synced/git-annex
d424057..989003e synced/master -> serverrepo/synced/master
(merging serverrepo/synced/git-annex into git-annex...)
<<<File gets added to any other client annex, MAC OSX or Ubuntu>>>
Updating d424057..989003e
Fast-forward
89-more-fromubuntu | 1 +
1 file changed, 1 insertion(+)
create mode 120000 89-more-fromubuntu
[2014-06-25 11:58:42 CDT] RemoteControl: Syncing with serverrepo
From ssh://git-annex-server.remotehost.net-user_.2Fhome.2Fuser.2Fserver_repo/home/user/server_repo
dee9f84..b24c8bf synced/git-annex -> serverrepo/synced/git-annex
(merging serverrepo/synced/git-annex into git-annex...)
[2014-06-25 11:58:47 CDT] RemoteControl: Syncing with serverrepo
From ssh://git-annex-server.remotehost.net-user_.2Fhome.2Fuser.2Fserver_repo/home/user/server_repo
b24c8bf..6488b45 synced/git-annex -> serverrepo/synced/git-annex
(merging serverrepo/synced/git-annex into git-annex...)
[2014-06-25 11:58:56 CDT] RemoteControl: Syncing with serverrepo
From ssh://git-annex-server.remotehost.net-user_.2Fhome.2Fuser.2Fserver_repo/home/user/server_repo
6488b45..c73c180 synced/git-annex -> serverrepo/synced/git-annex
(merging serverrepo/synced/git-annex into git-annex...)
# End of transcript or log.
"workaround" is just a cron job that runs 'git annex sync --content' every N minutes...
Is there any possible configuration error I've made that would cause the OSX clients to behave differently than the linux clients despite ostensibly being set up identically??
Could you please go into some more detail about these two things:
It's not clear to me what kind of repositories these are. Are they bare git repositories? What version of git-annex, if any, is installed on that VPS?
Well, I'd not expect whereis to say that the file is in a repository until it's retrieved into that repository. However, does whereis, on the OSX clients, ever say that the file has reached one of the repos on the VPS?
I created an local repository on each of 2 OS X (10.8.5) systems running git-annex version 5.20140421, and each of 2 Ubuntu 12.04 systems running version 5.20140517.4
I then created a remote SSH repository by selecting "Make an unencrypted git repository on the server" - this repo is in "transfer" mode.
On the 2nd OSX client, I added a remote SSH repository, providing the same host and path information and elected to "combine" my local repo with the remote repo so that files would stay in sync.
I did the same on each of the linux clients.
git-annex indicates that local repos on each machine are in direct mode and show all expected semi trusted repos: web, SSH remote, other clients that have combined with the SSH remote.
git-annex indicates that the SSH remote repo is in indirect mode
git indicates that all repos are in bare mode
git-annex version 5.20140412ubuntu1 is installed on the VPS, and 'git-annex shell notify changes' processes are running.
Agreed on the behavior of git-annex whereis… just pointing out that the location info is accurate.
The 2nd, encrypted repo may have no bearing at all because even when I remove it, the client behavior on OSX doesn't change.
Thanks for taking the time to consider this!
I should add that in the web app on OSX, the behavior is consistent; syncing the local repository on an OSX client create a symlink (if that hasn't already been done in the background). resyncing "here" (local client) doesn't download the file. syncing the remote SSH repo, however does download the file content (as does git-annex sync --content)
thanks!
git-annex version: 5.20140613 also behaves the same way, however it generates a new log message during the sync attempt:
Automatic merge went well; stopped before committing as requested
Hmm, it looks to me like the transfer scan may not be getting run after the git branches get pulled. I would expect to see "starting scan of" in the debug log when it does that scan. Do you see that in the log?
AIUI, when you click on Actions -> Sync Now in the webapp for the repository that contains the content, it gets downloaded right? That does the same scan that should be automatically run after a branch is pulled.
Hi Joey,
Thanks for taking the time to follow up on this - I sincerely appreciate it!
Only immediately after I start the assistant does the "starting scan of" message get logged:
[2014-07-16 20:38:07 CDT] TransferScanner: starting scan of [Remote { name ="hostrepo" }]
and, at that point, new files are downloaded.
If the assistant has been running for a while, I then create a new file in an annex on another machine, and the OS X assistant has synced and then created a symlink for new files, the following log is generated (NOTE the groovy scroodled first line if it's at all of interest...):
[2014-07-16 20:30:[312 0C1D4T-] 0c7a-ll1:6 g2i0t: 3[0":--3g1i tC-DdTi]r =R/eUmsoetresC/omnhtirlotly:/ sShYiNnCiIeNrG asnsnhe:x///.mgaitte"o,@"g-i-tw-oarnkn-etxr-egeo=t/aU.sienrfsr/omnhtiiletrys/.snheitn-imeart_eaon_ngeoxt"a,"r-ecp"o,/"~c/ogroet.ab_arreep=of/a lse","fetch","hostrepo"]
[2014-07-16 20:30:31 CDT] RemoteControl: Syncing with hostrepo From ssh://git-annex-host.vpshost.net-someuser_host_repo/~/host_repo fdd1eff..e1057e0 synced/git-annex -> hostrepo/synced/git-annex fa3cfb0..e4ba411 synced/master -> hostrepo/synced/master
[2014-07-16 20:30:32 CDT] RemoteControl: DONESYNCING ssh://someuser@git-annex-host.vpshost.net-someuser_host_repo/~/host_repo/ 1
[2014-07-16 20:30:32 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","show-ref","git-annex"]
[2014-07-16 20:30:32 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","show-ref","--hash","refs/heads/git-annex"]
[2014-07-16 20:30:32 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","log","refs/heads/git-annex..fdd1effb8d2b8073e94725874e16056d6557f199","--oneline","-n1"]
[2014-07-16 20:30:32 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","log","refs/heads/git-annex..bfef6b84186d59431377343ab968e255db8c76fa","--oneline","-n1"]
[2014-07-16 20:30:32 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","log","refs/heads/git-annex..e1057e037f03ba804f021c8c39073b2efd1fad08","--oneline","-n1"] (merging hostrepo/synced/git-annex into git-annex...)
[2014-07-16 20:30:32 CDT] feed: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","update-index","-z","--index-info"]
[2014-07-16 20:30:32 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","diff-index","--raw","-z","-r","--no-renames","-l0","--cached","e1057e037f03ba804f021c8c39073b2efd1fad08"]
[2014-07-16 20:30:32 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","log","e1057e037f03ba804f021c8c39073b2efd1fad08..refs/heads/git-annex","--oneline","-n1"]
[2014-07-16 20:30:32 CDT] call: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","update-ref","refs/heads/git-annex","e1057e037f03ba804f021c8c39073b2efd1fad08"]
[2014-07-16 20:30:32 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","ls-tree","--full-tree","-z","--","refs/heads/git-annex","uuid.log","remote.log","trust.log","group.log","numcopies.log","schedule.log","preferred-content.log","required-content.log","group-preferred-content.log"]
[2014-07-16 20:30:32 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","symbolic-ref","HEAD"]
[2014-07-16 20:30:32 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","show-ref","refs/heads/annex/direct/master"]
[2014-07-16 20:30:32 CDT] Merger: merging refs/remotes/hostrepo/synced/master into refs/heads/annex/direct/master
[2014-07-16 20:30:32 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","show-ref","--hash","refs/heads/annex/direct/master"]
[2014-07-16 20:30:32 CDT] call: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex/.git/annex/merge/","-c","core.bare=false","merge","--no-edit","refs/remotes/hostrepo/synced/master"]
Updating fa3cfb0..e4ba411 Fast-forward from-ubuntu | 1 + 1 file changed, 1 insertion(+) create mode 120000 from-ubuntu
[2014-07-16 20:30:32 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","diff-tree","-z","--raw","--no-renames","-l0","-r","fa3cfb01cc4493ed8a7cf84dff38bbba1fc042f9","HEAD"]
[2014-07-16 20:30:33 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","show-ref","git-annex"]
[2014-07-16 20:30:33 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","show-ref","--hash","refs/heads/git-annex"]
[2014-07-16 20:30:33 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","log","refs/heads/git-annex..e1057e037f03ba804f021c8c39073b2efd1fad08","--oneline","-n1"]
[2014-07-16 20:30:33 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","log","refs/heads/git-annex..bfef6b84186d59431377343ab968e255db8c76fa","--oneline","-n1"]
[2014-07-16 20:30:33 CDT] feed: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","update-index","-z","--index-info"]
[2014-07-16 20:30:33 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","diff-index","--raw","-z","-r","--no-renames","-l0","--cached","refs/heads/git-annex"]
[2014-07-16 20:30:45 CDT][ cal2l0:1 4g-i0t7 -[16" -2-0g:i3t0-:di4r5= /CUDsTe]r sR/emmhoitletCyo/nsthrionli:e rS_YaNnCnIeNxG/ .sgsiht:"/,/"m-a-tweoor@kg-ittr-eaen=n/eUxs-egrost/am.hiinlftryo/nsthiienrise.rn_eatn-nmeaxt"e,o"-gco"t,a"croerpeo./b~a/rgeo=tfaa_lrseep"o,/" fetch","hostrepo"]
[2014-07-16 20:30:45 CDT] RemoteControl: Syncing with hostrepo From ssh://git-annex-host.vpshost.net-someuser_host_repo/~/host_repo e1057e0..d44a67a synced/git-annex -> hostrepo/synced/git-annex
[2014-07-16 20:30:47 CDT] RemoteControl: DONESYNCING ssh://someuser@git-annex-host.vpshost.net-someuser_host_repo/~/host_repo/ 1
[2014-07-16 20:30:47 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","show-ref","git-annex"]
[2014-07-16 20:30:47 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","show-ref","--hash","refs/heads/git-annex"]
[2014-07-16 20:30:47 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","log","refs/heads/git-annex..e1057e037f03ba804f021c8c39073b2efd1fad08","--oneline","-n1"]
[2014-07-16 20:30:47 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","log","refs/heads/git-annex..bfef6b84186d59431377343ab968e255db8c76fa","--oneline","-n1"]
[2014-07-16 20:30:47 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","log","refs/heads/git-annex..d44a67a5795c28e423a9ac018bead9dac793be5c","--oneline","-n1"] (merging hostrepo/synced/git-annex into git-annex...)
[2014-07-16 20:30:47 CDT] feed: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","update-index","-z","--index-info"]
[2014-07-16 20:30:47 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","diff-index","--raw","-z","-r","--no-renames","-l0","--cached","d44a67a5795c28e423a9ac018bead9dac793be5c"]
[2014-07-16 20:30:47 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","log","d44a67a5795c28e423a9ac018bead9dac793be5c..refs/heads/git-annex","--oneline","-n1"]
[2014-07-16 20:30:47 CDT] call: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","update-ref","refs/heads/git-annex","d44a67a5795c28e423a9ac018bead9dac793be5c"]
[2014-07-16 20:30:48 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","show-ref","git-annex"]
[2014-07-16 20:30:48 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","show-ref","--hash","refs/heads/git-annex"]
[2014-07-16 20:30:48 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","log","refs/heads/git-annex..d44a67a5795c28e423a9ac018bead9dac793be5c","--oneline","-n1"]
[2014-07-16 20:30:48 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","log","refs/heads/git-annex..bfef6b84186d59431377343ab968e255db8c76fa","--oneline","-n1"]
[2014-07-16 20:30:48 CDT] feed: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","update-index","-z","--index-info"]
[2014-07-16 20:30:48 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","diff-index","--raw","-z","-r","--no-renames","-l0","--cached","refs/heads/git-annex"]
[2014-07-16 20:30:51 CD[T]2 0c1a4l-l:0 7g-it1 6[ "2-0-:g3i0t:-d5i1r =C/DUTs]e rRse/mmohtielCtoyn/tsrhoiln:i eSrY_NaCnInNeGx /s.sghi:t/"/,m"a-t-ewoo@rgki-tt-raenen=e/xU-sgeortsa/.mihniflrtoyn/tsiheirnsi.enre_ta-nmnaetxe"o,"g-oct"a,"rceoproe/.~b/agroet=af_arlespeo"/, "fetch","hostrepo"]
[2014-07-16 20:30:51 CDT] RemoteControl: Syncing with hostrepo From ssh://git-annex-host.vpshost.net-someuser_host_repo/~/host_repo d44a67a..660d71a synced/git-annex -> hostrepo/synced/git-annex
[2014-07-16 20:30:51 CDT] RemoteControl: DONESYNCING ssh://someuser@git-annex-host.vpshost.net-someuser_host_repo/~/host_repo/ 1
[2014-07-16 20:30:51 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","show-ref","git-annex"]
[2014-07-16 20:30:51 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","show-ref","--hash","refs/heads/git-annex"]
[2014-07-16 20:30:51 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","log","refs/heads/git-annex..d44a67a5795c28e423a9ac018bead9dac793be5c","--oneline","-n1"]
[2014-07-16 20:30:51 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","log","refs/heads/git-annex..bfef6b84186d59431377343ab968e255db8c76fa","--oneline","-n1"]
[2014-07-16 20:30:52 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","log","refs/heads/git-annex..660d71ac55b47061c531e5c8fa2af7910f2e13aa","--oneline","-n1"] (merging hostrepo/synced/git-annex into git-annex...)
[2014-07-16 20:30:52 CDT] feed: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","update-index","-z","--index-info"]
[2014-07-16 20:30:52 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","diff-index","--raw","-z","-r","--no-renames","-l0","--cached","660d71ac55b47061c531e5c8fa2af7910f2e13aa"]
[2014-07-16 20:30:52 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","log","660d71ac55b47061c531e5c8fa2af7910f2e13aa..refs/heads/git-annex","--oneline","-n1"]
[2014-07-16 20:30:52 CDT] call: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","update-ref","refs/heads/git-annex","660d71ac55b47061c531e5c8fa2af7910f2e13aa"]
[2014-07-16 20:30:52 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","show-ref","git-annex"]
[2014-07-16 20:30:52 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","show-ref","--hash","refs/heads/git-annex"]
[2014-07-16 20:30:52 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","log","refs/heads/git-annex..660d71ac55b47061c531e5c8fa2af7910f2e13aa","--oneline","-n1"]
[2014-07-16 20:30:53 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","log","refs/heads/git-annex..bfef6b84186d59431377343ab968e255db8c76fa","--oneline","-n1"]
[2014-07-16 20:30:53 CDT] feed: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","update-index","-z","--index-info"]
[2014-07-16 20:30:53 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","diff-index","--raw","-z","-r","--no-renames","-l0","--cached","refs/heads/git-annex"]
[2014-07-16 20[:32101:4-007-71 6 C2D0T:]3 1:ca0l7l :C DgTi]t Re[m"ot-e-Cognitrtol-: dSiYNrCI=NG/ Usssh:e/r/msa/tmeoh@giitl-tayn/nesx-hgoitan.iinefrron_tiaerns.nneetx-/m.agtieto"_,g"o-t-a_wroepro/k~/-gottar_reepeo/= /Users/someuser/local_ann[ex"2,0"1-4c-",0"7c-o1r6e .2b0a:r3e1=:fa0l7s eC"D,T"]f eRtecmho"t,e"Cgoonttarroelp:o "] Syncing with hostrepo From ssh://git-annex-host.vpshost.net-someuser_host_repo/~/host_repo 660d71a..273bc7f synced/git-annex -> hostrepo/synced/git-annex
[2014-07-16 20:31:09 CDT] RemoteControl: DONESYNCING ssh://someuser@git-annex-host.vpshost.net-someuser_host_repo/~/host_repo/ 1
[2014-07-16 20:31:09 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","show-ref","git- annex"]
[2014-07-16 20:31:09 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","show-ref","--hash","refs/heads/git-annex"]
[2014-07-16 20:31:09 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","log","refs/heads/git-annex..660d71ac55b47061c531e5c8fa2af7910f2e13aa","--oneline","-n1"]
[2014-07-16 20:31:09 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","log","refs/heads/git-annex..bfef6b84186d59431377343ab968e255db8c76fa","--oneline","-n1"]
[2014-07-16 20:31:09 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","log","refs/heads/git-annex..273bc7f261a79539abcc237f1f0bbf5cd4f57add","--oneline","-n1"] (merging hostrepo/synced/git-annex into git-annex...)
[2014-07-16 20:31:09 CDT] feed: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","update-index","-z","--index-info"]
[2014-07-16 20:31:09 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","diff-index","--raw","-z","-r","--no-renames","-l0","--cached","273bc7f261a79539abcc237f1f0bbf5cd4f57add"]
[2014-07-16 20:31:09 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","log","273bc7f261a79539abcc237f1f0bbf5cd4f57add..refs/heads/git-annex","--oneline","-n1"]
[2014-07-16 20:31:09 CDT] call: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","update-ref","refs/heads/git-annex","273bc7f261a79539abcc237f1f0bbf5cd4f57add"]
[2014-07-16 20:31:10 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","show-ref","git-annex"]
[2014-07-16 20:31:10 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","show-ref","--hash","refs/heads/git-annex"]
[2014-07-16 20:31:10 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","log","refs/heads/git-annex..273bc7f261a79539abcc237f1f0bbf5cd4f57add","--oneline","-n1"]
[2014-07-16 20:31:10 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","log","refs/heads/git-annex..bfef6b84186d59431377343ab968e255db8c76fa","--oneline","-n1"]
[2014-07-16 20:31:10 CDT] feed: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","update-index","-z","--index-info"]
[2014-07-16 20:31:10 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","diff-index","--raw","-z","-r","--no-renames","-l0","--cached","refs/heads/git-annex"]
[2014-07-16 20:31:11 CDT] Watcher: directory deleted /Users/someuser/local_annex/local_annex-test
[2014-07-16 20:31:11 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","ls-files","--deleted","-z","--","/Users/someuser/local_annex/local_annex-test"]
[2014-07-16 20:31[:1270 1C4D-T]0 7c-al1l6: 2g0i:t3 1[:"-1-7g iCtD-Td]i rR=e/mUosteerCso/nmthriollt:y /SsYhNiCnIiNeGr sasnhn:e/x//m.agtieto"@,g"i-t--waonrnke-xt-rgeoet=a/.Uisnefrrso/nmthiielrtsy./nsehti-nmiaetre_oa_ngnoetxa"r,e"po-/c~"/g,o"tcao_rreep.ob/a re=false","fetch","g[ot2a0r1e4p-o0"7]- 16 20:31:17 CDT] RemoteControl: Syncing with hostrepo From ssh://git-annex-host.vpshost.net-someuser_host_repo/~/host_repo 273bc7f..ce6dd68 synced/git-annex -> hostrepo/synced/git-annex
[2014-07-16 20:31:18 CDT] RemoteControl: DONESYNCING ssh://someuser@git-annex-host.vpshost.net-someuser_host_repo/~/host_repo/ 1
[2014-07-16 20:31:18 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","show-ref","git-annex"]
[2014-07-16 20:31:18 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","show-ref","--hash","refs/heads/git-annex"]
[2014-07-16 20:31:18 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","log","refs/heads/git-annex..273bc7f261a79539abcc237f1f0bbf5cd4f57add","--oneline","-n1"]
[2014-07-16 20:31:18 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","log","refs/heads/git-annex..bfef6b84186d59431377343ab968e255db8c76fa","--oneline","-n1"]
[2014-07-16 20:31:18 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","log","refs/heads/git-annex..ce6dd68adec97bbf73f5da408c17511aca8840c5","--oneline","-n1"] (merging hostrepo/synced/git-annex into git-annex...)
[2014-07-16 20:31:18 CDT] feed: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","update-index","-z","--index-info"]
[2014-07-16 20:31:18 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","diff-index","--raw","-z","-r","--no-renames","-l0","--cached","ce6dd68adec97bbf73f5da408c17511aca8840c5"]
[2014-07-16 20:31:18 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","log","ce6dd68adec97bbf73f5da408c17511aca8840c5..refs/heads/git-annex","--oneline","-n1"]
[2014-07-16 20:31:18 CDT] call: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","update-ref","refs/heads/git-annex","ce6dd68adec97bbf73f5da408c17511aca8840c5"]
[2014-07-16 20:31:19 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","show-ref","git-annex"]
[2014-07-16 20:31:19 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","show-ref","--hash","refs/heads/git-annex"]
[2014-07-16 20:31:19 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","log","refs/heads/git-annex..ce6dd68adec97bbf73f5da408c17511aca8840c5","--oneline","-n1"]
[2014-07-16 20:31:19 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","log","refs/heads/git-annex..bfef6b84186d59431377343ab968e255db8c76fa","--oneline","-n1"]
[2014-07-16 20:31:19 CDT] feed: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","update-index","-z","--index-info"]
[2014-07-16 20:31:19 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","diff-index","--raw","-z","-r","--no-renames","-l0","--cached","refs/heads/git-annex"]
[2014-07-16 20:31:32 CDT] read: git ["--git-dir=/Users/someuser/local_annex/.git","--work-tree=/Users/someuser/local_annex","-c","core.bare=false","ls-tree","--full-tree","-z","--","refs/heads/git-annex","uuid.log","remote.log","trust.log","group.log","numcopies.log","schedule.log","preferred-content.log","required-content.log","group-preferred-content.log"]