comment
This commit is contained in:
parent
6bce7cf2f6
commit
1560e0eee9
2 changed files with 24 additions and 1 deletions
|
@ -0,0 +1,20 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="joey"
|
||||||
|
subject="""Re: importtree=yes Support"""
|
||||||
|
date="2024-07-30T14:41:35Z"
|
||||||
|
content="""
|
||||||
|
@stv0g I'm pretty busy with other features, on the other hand implementing
|
||||||
|
the git-annex side of this would not really be that hard. It's making sure
|
||||||
|
that git-annex doesn't encourage lots of unsafe things to be built with
|
||||||
|
the export/import interface that seems hard to me.
|
||||||
|
|
||||||
|
Would you need the full export/import interface though?
|
||||||
|
[[todo/importtree_only_remotes]] would be enough if you only want to
|
||||||
|
import, and it avoids the tricky question of how to avoid data loss
|
||||||
|
due to overwriting a modified file in your implementation of
|
||||||
|
STOREEXPORTEXPECTED.
|
||||||
|
|
||||||
|
On the other hand, if rclone provides something that can be used
|
||||||
|
as a good ContentIdentifier, and has a way to avoid a store overwriting a
|
||||||
|
modified file, it would be great to have this interface.
|
||||||
|
"""]]
|
|
@ -29,7 +29,10 @@ linux systems.
|
||||||
|
|
||||||
The x86-32 build for ancient kernels is for use with Linux kernel
|
The x86-32 build for ancient kernels is for use with Linux kernel
|
||||||
versions such as 2.6.32. It will work on both 32 and 64 bit systems.
|
versions such as 2.6.32. It will work on both 32 and 64 bit systems.
|
||||||
The arm64 build for ancient kernels is for kernels such as 4.19,
|
This build does not support some of git-annex's newer features,
|
||||||
|
notably [[smart_http|tips/smart_http_server]].
|
||||||
|
|
||||||
|
The arm64 build for ancient kernels is for Linux kernels such as 4.19,
|
||||||
which is still in use on Android phones.
|
which is still in use on Android phones.
|
||||||
|
|
||||||
## autobuilds
|
## autobuilds
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue