summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA <Laszlo@web>2013-03-02 10:01:45 +0000
committerGravatar admin <admin@branchable.com>2013-03-02 10:01:45 +0000
commit02a26b7da11afd894e160204d2d2b2050468fe4f (patch)
treec1866aad56b19926b4dcaf6b9a4b7bada8a3f30d
parent1018698a42550a9a0701df699079b229f99eeeee (diff)
Added a comment
-rw-r--r--doc/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace/comment_6_0de778148254f764477f5fbb848da467._comment25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace/comment_6_0de778148254f764477f5fbb848da467._comment b/doc/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace/comment_6_0de778148254f764477f5fbb848da467._comment
new file mode 100644
index 000000000..e9a225878
--- /dev/null
+++ b/doc/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace/comment_6_0de778148254f764477f5fbb848da467._comment
@@ -0,0 +1,25 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA"
+ nickname="Laszlo"
+ subject="comment 6"
+ date="2013-03-02T10:01:44Z"
+ content="""
+$ ls -lah daemon.log
+-rw-r--r-- 1 user user 3,3G 2013-03-02 10:54 daemon.log
+
+$ cat daemon.log |wc -l
+30746274
+
+$ grep \"Auto packing the repository for optimum performance.\" daemon.log |wc -l
+568
+
+$ grep \"typechange: \" daemon.log |wc -l
+30713158
+
+I'm not sure where should I issue the git command. Inside the annex/.git directory?
+The useful data is also in git repository locally.
+I try to RTFM over the internet, thanks for the pointer!
+
+
+
+"""]]