File: comment_4_d0c97744e9ccca21e4023f657e9f5f30._comment

package info (click to toggle)
git-annex 7.20190129-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 56,292 kB
  • sloc: haskell: 59,105; sh: 1,255; makefile: 225; perl: 136; ansic: 44
file content (28 lines) | stat: -rw-r--r-- 898 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[[!comment format=mdwn
 username="Chymera"
 avatar="http://cdn.libravatar.org/avatar/555d585d6d78c68894ac90fd1e984309"
 subject="comment 4"
 date="2019-01-03T19:33:01Z"
 content="""
```
chymera@clusterhost ~/ni_data/ofM.dr $ git annex info | grep \"repository mode\"
repository mode: direct
chymera@clusterhost ~/ni_data/ofM.dr $ git annex version | grep \"local repository version\"
local repository version: 5
```

> One of the outputs of this command is \"local annex size\" which tells you how much space this repo is taking up. 

this does not happen, `git-annex info | grep \"local annex size\"` returns nothing.

```
chymera@clusterhost ~/ni_data $ du -sh .git/annex/objects/
1.6G  .git/annex/objects/
chymera@clusterhost ~/ni_data $ du -sh .git/objects/
218M    .git/objects/
chymera@clusterhost ~/ni_data $ du -sh
779G
chymera@clusterhost ~/ni_data $ du -sh .git/
501G    .git/ 
```
"""]]