File: comment_3_b48775ea1e90b061b084f61a4a9baca5._comment

package info (click to toggle)
git-annex 5.20141125
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 37,828 kB
  • ctags: 583
  • sloc: haskell: 42,582; sh: 1,080; ansic: 498; makefile: 316; perl: 125
file content (19 lines) | stat: -rw-r--r-- 803 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[[!comment format=mdwn
 username="http://joeyh.name/"
 ip="108.236.230.124"
 subject="comment 3"
 date="2014-05-15T20:01:14Z"
 content="""
While you can certianly use views for this, I tend to do the same with my sound files without view, but just using location tracking info. I have a set of music I'm currently listening to, and want to have more or less the same files on multiple computers as I have on my laptop. With maybe a bit more on some computers with more space. So, I do:

    git annex sync
    git annex get --in darkstar

Where \"darkstar\" is the name of the repository on my laptop. 

Another nice trick that also takes advantage of the location tracking logs is this to get back some files you dropped temporarily to free up space:

    git annex get --in='here@{yesterday}'


"""]]