(no commit message)
authoracadx0@9d7ca00c5a85a700a7209ab4fc2505189ded1aa3 <acadx0@web>
Sat, 31 Dec 2022 17:48:07 +0000 (17:48 +0000)
committeradmin <admin@branchable.com>
Sat, 31 Dec 2022 17:48:07 +0000 (17:48 +0000)
doc/forum/Way_to_add_file_in_other_directory_without_change__63__.mdwn [new file with mode: 0644]

diff --git a/doc/forum/Way_to_add_file_in_other_directory_without_change__63__.mdwn b/doc/forum/Way_to_add_file_in_other_directory_without_change__63__.mdwn
new file mode 100644 (file)
index 0000000..33b4165
--- /dev/null
@@ -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.