Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2019-07-19 14:49:37 -04:00
commit 444e6ba2e8
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,5 @@
How does [[git-annex-watch]] handle files that are actively being written? The documentation says it "takes care of automatically adding new files". Is it guaranteed to wait until a file is no longer opened for writing, before adding the file?
Also, is there a way to have newly added files be automatically copied to a specified remote?
Thanks!