Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
ed054c11af
4 changed files with 56 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="arand"
|
||||||
|
ip="130.243.226.21"
|
||||||
|
subject="comment 2"
|
||||||
|
date="2013-08-24T11:40:54Z"
|
||||||
|
content="""
|
||||||
|
If I recall, such files being stored in the annex object store is a result of using direct mode?
|
||||||
|
"""]]
|
|
@ -0,0 +1,16 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="https://www.google.com/accounts/o8/id?id=AItOawlq495p0WtZDUpxzYN9YnToZGODfCGnqOw"
|
||||||
|
nickname="Stanis"
|
||||||
|
subject="comment 3"
|
||||||
|
date="2013-08-24T13:30:52Z"
|
||||||
|
content="""
|
||||||
|
Thanks joey, that's exactly what was happening.
|
||||||
|
|
||||||
|
Just to repeat it here, if anyone else runs into the same problem, your post-receive hook has to look like this:
|
||||||
|
|
||||||
|
#!/bin/sh
|
||||||
|
unset GIT_DIR
|
||||||
|
cd ..
|
||||||
|
git annex merge
|
||||||
|
|
||||||
|
"""]]
|
|
@ -0,0 +1,8 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="http://thkoch2001.myopenid.com/"
|
||||||
|
nickname="thkoch"
|
||||||
|
subject="It would also be nice, if git-annex would use btrfs reflinks on unlock"
|
||||||
|
date="2013-08-24T12:46:40Z"
|
||||||
|
content="""
|
||||||
|
I don't know whether git-annex already does use btrfs reflinks, but I suspect, that I double the size of my git-annex repo folder on disk when I unlink all files.
|
||||||
|
"""]]
|
24
doc/forum/many_remotes.mdwn
Normal file
24
doc/forum/many_remotes.mdwn
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
Thanks Joey for the great work.
|
||||||
|
|
||||||
|
I'm using git annex for my tv-shows and movies Folder.
|
||||||
|
|
||||||
|
I have 3 USB HDD (ext.150Gb,ext.200Gb, ext.2Tb) and a USB Stick (ATV), which are traveling between 3 Devices
|
||||||
|
|
||||||
|
2 Notebooks (Lappi,Kiste) and a Nas.
|
||||||
|
|
||||||
|
First of all, I'm made a mistake and mixed the remote Locations from the tvshows folder with the movies folder and did a git annex sync, ( this happened about two weeks ago)
|
||||||
|
I think i can't undo this, only unannex will help.
|
||||||
|
|
||||||
|
I've now watched the annex status output and noticed that there are many Remotes, some of them have a timestamp as name.
|
||||||
|
|
||||||
|
see log file at http://pastebin.com/79bRVkK6
|
||||||
|
|
||||||
|
Running git annex on ubuntu 12.04
|
||||||
|
|
||||||
|
christian@Lappi:~/Serien$ git annex version
|
||||||
|
git-annex version: 4.20130417
|
||||||
|
local repository version: 3
|
||||||
|
default repository version: 3
|
||||||
|
supported repository versions: 3 4
|
||||||
|
upgrade supported from repository versions: 0 1 2
|
||||||
|
build flags: Assistant Webapp Pairing Testsuite S3 WebDAV Inotify DBus XMPP DNS
|
Loading…
Add table
Add a link
Reference in a new issue