This commit is contained in:
acadx0@9d7ca00c5a85a700a7209ab4fc2505189ded1aa3 2022-12-31 17:48:07 +00:00 committed by admin
parent 2c40c30dd0
commit 81d25083b9

View file

@ -0,0 +1,14 @@
Hi,
I am trying to use annex, but couldn't find a way. It will be very
helpful if anyone can help.
I have NAS mounted on specific directory /mnt/nas/
Suppose whole directory in it is READ-ONLY and keep the file, structure as it is now.
I want to "annex add" files in that directory like
git annex addurl file:///mnt/nas/a.mp4
But it seems addurl is only for http/https and "directory special remote" have to change the whole structure of the directory.
Is there any alternative I can try?
Thanks.