Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
6eb52cf5f1
13 changed files with 311 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
Currently [[`git-annex-fsck`|git-annex-fsck]] gives a warning for all my files stored with MD5 keys that they can be upgraded to the more secure SHA256: `Can be upgraded to an improved key format. You can do so by running: git annex migrate`. In my case the key choice is deliberate, so it would be good if this warning could be disabled, to prevent it from drowning out more serious ones.
|
|
@ -0,0 +1,11 @@
|
|||
[[!comment format=mdwn
|
||||
username="thk"
|
||||
avatar="http://cdn.libravatar.org/avatar/bfef10a428769701aeee1db978951461"
|
||||
subject="Also no clear error for permission problems"
|
||||
date="2020-03-06T17:51:20Z"
|
||||
content="""
|
||||
I was exporting (with exporttree) to a directory remote on an external ext4 formatted USB drive.
|
||||
As is usually the case, there was permission problem. My current user did not have write permission for one directory I was exporting to.
|
||||
git-annex just printed \"failed\" after it actually completed the file transfer with 100%.
|
||||
Even with --verbose and --debug I could not figure out the problem until I discovered the permission problem.
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="thk"
|
||||
avatar="http://cdn.libravatar.org/avatar/bfef10a428769701aeee1db978951461"
|
||||
subject="No clear error message for failing names on NTFS"
|
||||
date="2020-03-07T12:50:19Z"
|
||||
content="""
|
||||
I tried to export a tree to NTFS with a filename that contained spaces, single quotes and dots. Only after removing all of them the export succeeded. There error messages was just \"failed\".
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue