Added a comment

This commit is contained in:
marvin@3296bf3c446430c3b2ebc32b5c784ee976620847 2018-11-15 10:12:49 +00:00 committed by admin
parent 01de48e537
commit b6e9a69f42

View file

@ -0,0 +1,69 @@
[[!comment format=mdwn
username="marvin@3296bf3c446430c3b2ebc32b5c784ee976620847"
nickname="marvin"
avatar="http://cdn.libravatar.org/avatar/a07e2adf7ff40bdd4c3fe20ededc0a4e"
subject="comment 9"
date="2018-11-15T10:12:49Z"
content="""
$ git annex version Do 15 Nov 2018 11:05:05 CET
git-annex version: 7.20181105-gb20cea3
build flags: Assistant Webapp Pairing S3(multipartupload)(storageclasses) WebDAV Inotify TorrentParser MagicMime Feeds Testsuite
dependency versions: aws-0.17.1 bloomfilter-2.0.1.0 cryptonite-0.23 DAV-1.3.1 feed-0.3.12.0 ghc-8.0.2 http-client-0.5.7.0 persistent-sqlite-2.6.2 torrent-10000.1.1 uuid-1.3.13 yesod-1.4.5
key/value backends: SHA256E SHA256 SHA512E SHA512 SHA224E SHA224 SHA384E SHA384 SHA3_256E SHA3_256 SHA3_512E SHA3_512 SHA3_224E SHA3_224 SHA3_384E SHA3_384 SKEIN256E SKEIN256 SKEIN512E SKEIN512 BLAKE2B256E BLAKE2B256 BLAKE2B512E BLAKE2B512 BLAKE2B160E BLAKE2B160 BLAKE2B224E BLAKE2B224 BLAKE2B384E BLAKE2B384 BLAKE2S256E BLAKE2S256 BLAKE2S160E BLAKE2S160 BLAKE2S224E BLAKE2S224 BLAKE2SP256E BLAKE2SP256 BLAKE2SP224E BLAKE2SP224 SHA1E SHA1 MD5E MD5 WORM URL
remote types: git gcrypt p2p S3 bup directory rsync web bittorrent webdav adb tahoe glacier ddar hook external
operating system: linux x86_64
supported repository versions: 5 7
upgrade supported from repository versions: 0 1 2 3 4 5 6
then here to git configs
$ cat Downloads/ANNEX_1/.git/config
[core]
repositoryformatversion = 0
filemode = true
bare = true
logallrefupdates = true
[annex]
uuid = a39f0a5e-6019-40a1-b606-dab31c6b76bd
version = 5
direct = true
[gc]
auto = 0
[remote \"ANNEX_2\"]
url = /home/preuss/Downloads/ANNEX_2
fetch = +refs/heads/*:refs/remotes/ANNEX_2/*
annex-uuid = ba1a8311-ec01-4ae8-b94e-87be76195369
[remote \"CKCBSN0288\"]
url = ../ANNEX_2
fetch = +refs/heads/*:refs/remotes/CKCBSN0288/*
annex-uuid = ba1a8311-ec01-4ae8-b94e-87be76195369
and from the second repo
$ cat Downloads/ANNEX_2/.git/config Do 15 Nov 2018 11:11:03 CET
[core]
repositoryformatversion = 0
filemode = true
bare = true
logallrefupdates = true
[annex]
uuid = ba1a8311-ec01-4ae8-b94e-87be76195369
version = 5
direct = true
[gc]
auto = 0
[remote \"CKCBSN0288\"]
url = ../ANNEX_1
fetch = +refs/heads/*:refs/remotes/CKCBSN0288/*
annex-uuid = a39f0a5e-6019-40a1-b606-dab31c6b76bd
[remote \"ANNEX_1\"]
url = /home/preuss/Downloads/ANNEX_1
fetch = +refs/heads/*:refs/remotes/ANNEX_1/*
annex-uuid = a39f0a5e-6019-40a1-b606-dab31c6b76bd
and the worst thing is... the daemon.logs are empty.
"""]]