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

This commit is contained in:
Joey Hess 2014-07-02 12:55:54 -04:00
commit dc4ceb0fc2
6 changed files with 72 additions and 0 deletions

View file

@ -0,0 +1,5 @@
I've noticed how, when files are synchronized/transferred from one repository (annex?) to another by the assistant, the files in the «remote» repository do no retain the modification time of the original files.
From what I know git does not save file-specific metadata (ownership/timestamps/etc.).
Since I've just started using git-annex, and I'd very much like for backup copies to retain the mtime of the originals, I would like to ask whether I am experiencing a malfunction or whether this is expected behaviour.
Regards

View file

@ -0,0 +1,15 @@
Hi,
Is it possible to have git-annex send requests across the repository network? Say I have a network topology like this:
Home (annex) <-> Cloud (S3) <-> Laptop (annex)
Home has all files, cloud has zero, and laptop has subset of files. Let's also assume Laptop can't talk to Home directly (maybe it's behind a NAT), but both Home and Laptop are connected to the internet.
If I'm away on my laptop, can I retrieve a file from Home "through" Cloud?
That is, Laptop checking its remotes and none of them have the file I want, so it checks remotes of remotes, etc. I'm not sure if git-annex knows the topology (seems likely considering it can generate the graphviz image). It also seems there is a communication medium of Jabber/XMPP where it could communicate between internet-connected git-annex servers (which might not otherwise be able to talk to each other directly)? So the fact that Cloud isn't a git-annex server, just a dumb key/value store would be okay?
I realize that I could set it up so Home mirrors everything to Cloud and then that eventually mirrors over to Laptop, but let's assume both Cloud and Laptop have small storage capacities, so on-demand fetching would be needed.
This is basically the same usecase as the USB transfer drive to sync two annexes not on the same network, but automated.
Thanks!

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="http://ypid.wordpress.com/"
ip="213.153.84.215"
subject="preferred content …"
date="2014-07-02T07:26:59Z"
content="""
Hi
This can be accomplished with the use of [[/preferred_content/]].
"""]]

View file

@ -0,0 +1,20 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawkpIIYg6Fl7OFsOHVPEchZYj68A3dk4lVg"
nickname="Paul"
subject="please explain"
date="2014-07-01T13:45:08Z"
content="""
Sorry. I just don't understand.
what am I doing wrong? How to remove extra copy:
<pre>
whereis WaldTest/Vaeth_WaldTest.pdf (3 copies)
67e69242-d57c-4b50-aaf9-74876b899962
9e0bc9e4-f8bf-11e3-b9c1-9b4158540a9d -- pols110.pols.ku.edu_mediashare (pdf and mp3)
d82d2e6f-9200-49cf-86a3-1d674a768971 -- here (pauljohn@dellap14:~/mediashare)
ok
pauljohn@dellap14:~/mediashare/manuscripts$ git annex drop 67e69242-d57c-4b50-aaf9-74876b899962
git-annex: 67e69242-d57c-4b50-aaf9-74876b899962 not found
pauljohn@dellap14:~/mediashare/manuscripts$ git annex drop WaldTest/67e69242-d57c-4b50-aaf9-74876b899962
git-annex: WaldTest/67e69242-d57c-4b50-aaf9-74876b899962 not found
"""]]