Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2013-09-18 16:00:38 -04:00
commit 1a349eeaff
4 changed files with 88 additions and 0 deletions

View file

@ -0,0 +1,55 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawmWg4VvDTer9f49Y3z-R0AH16P4d1ygotA"
nickname="Tobias"
subject="Update"
date="2013-09-18T11:17:33Z"
content="""
Only just got back to work now. The script has done 10 iteration. This is the status:
tou@DSK1049:~$ cat work-annex-copy-to-box.com-not-in-box.com-run1.log |grep \" ok\"| wc -l
137
tou@DSK1049:~$ cat work-annex-copy-to-box.com-not-in-box.com-run2.log |grep \" ok\"| wc -l
77
tou@DSK1049:~$ cat work-annex-copy-to-box.com-not-in-box.com-run3.log |grep \" ok\"| wc -l
116
tou@DSK1049:~$ cat work-annex-copy-to-box.com-not-in-box.com-run4.log |grep \" ok\"| wc -l
70
tou@DSK1049:~$ cat work-annex-copy-to-box.com-not-in-box.com-run5.log |grep \" ok\"| wc -l
26
tou@DSK1049:~$ cat work-annex-copy-to-box.com-not-in-box.com-run6.log |grep \" ok\"| wc -l
6
tou@DSK1049:~$ cat work-annex-copy-to-box.com-not-in-box.com-run7.log |grep \" ok\"| wc -l
6
tou@DSK1049:~$ cat work-annex-copy-to-box.com-not-in-box.com-run8.log |grep \" ok\"| wc -l
0
tou@DSK1049:~$ cat work-annex-copy-to-box.com-not-in-box.com-run9.log |grep \" ok\"| wc -l
0
tou@DSK1049:~$ cat work-annex-copy-to-box.com-not-in-box.com-run10.log |grep \" ok\"| wc -l
0
tou@DSK1049:~$ cat work-annex-copy-to-box.com-not-in-box.com-run11.log |grep \" ok\"| wc -l
0
tou@DSK1049:~$ cat work-annex-copy-to-box.com-not-in-box.com-run12.log |grep \" ok\"| wc -l
0
I have all the log files of course.
tou@DSK1049:~/work-annex$ git annex find --not --in box.com| wc -l
1639
So, of the last 5 iteration 0 files of 1639 missing were transfered. Most of these files are <10kbyte
http://paste.ubuntu.com/6123459/ <- pastebin of work-annex-copy-to-box.com-not-in-box.com-run11.log if it is of any use.
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://nullroute.eu.org/~grawity/"
nickname="Mantas"
subject="comment 1"
date="2013-09-18T05:00:12Z"
content="""
Should be \"PGP\" or *at least* \"GnuPG\".
"""]]

View file

@ -0,0 +1,13 @@
[[!comment format=mdwn
username="https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8"
nickname="Hamza"
subject="comment 1"
date="2013-09-18T07:19:49Z"
content="""
AFAIK in direct mode you are not supposed to commit you just run
git annex sync
and it will commit if files are changed. you only add new files annexed files are handled by sync
"""]]

View file

@ -0,0 +1,12 @@
[[!comment format=mdwn
username="ringprince"
ip="134.76.140.110"
subject="comment 2"
date="2013-09-18T12:27:38Z"
content="""
Hi Hamza,
thanks for that comment. I thought `git annex sync` is just a wrapper around `git commit -a` (among others).
Using `git annex sync` does not help, as it just means that now `git annex sync` eats all my memory until swapping starts.
"""]]