This commit is contained in:
Joey Hess 2023-12-18 13:49:53 -04:00
parent f79685f05e
commit 93e0810ad5
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,19 @@
[[!comment format=mdwn
username="joey"
subject="""comment 3"""
date="2023-12-18T17:41:39Z"
content="""
You have probably set remote.phoneremote.annex-tracking-branch to "master".
That tells `git-annex sync` to try to export the whole branch to that
remote.
If you are confining the phone to a subdirectory, you should set that
to eg "master:phonedir", then it will only consider files in that
directory.
> `exporttree=no`, it will provably never work
What do you mean by this? If git-annex sync
ignored exporttree=no, that would be a bug. I just verified it honors that
setting.
"""]]