File: comment_1_d56818a8f5b3a94ecf5159c76f24768c._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 (18 lines) | stat: -rw-r--r-- 718 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[!comment format=mdwn
 username="joey"
 subject="""comment 1"""
 date="2015-02-27T18:51:52Z"
 content="""
Well, it depends on how big the files are, but taking a few hours to sync
might indicate that your repositories are not immediately notifying
one-another of changes. It might be falling back to polling every half
an hour for new changes.

You could fix that by setting up XMPP, or better, by installing git-annex
5.20140421 or newer on the SSH server; then the clients would immediately
notify when there are changes.

You can find out if all files are present on the server by running
`git annex find --not --in $server` on one of the clients. Any files
it prints out have not been stored in the server.
"""]]