File: performance_and_multiple_replication_problems.mdwn

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 (17 lines) | stat: -rw-r--r-- 874 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Hi,

I just was setting um my git-annex repository and started to sync my whole stuff in it.

Background: I have choosen git-annex to sync my whole stuff (pictures, mp3s, documents, etc) between my pc, notebook and a home-server

My Problems:
1) When I'm starting the git-annex deamon, the "Performing startup scan" message occurs for hours
2) git-annex synchronizes folders from the server which already on my pc, and that every time I restart the deamon on client

My Questions:
For 1) is git-annex when running one repository suitable to manage > 100gb and > 50000 files?
For 2) do I have to wait until every tasks are completed (everything is committed) to get rid of multiple downloads of the same folders/files
3) what is the best schema to sync between >2 devices should I use a Mesh or Star Schema (where my server is in the middle)

Thank You in advance!
Regards J