I want to bend git-annex to my will, but I don't know how
authordatamanager <datamanager@web>
Wed, 20 Apr 2022 01:16:38 +0000 (01:16 +0000)
committeradmin <admin@branchable.com>
Wed, 20 Apr 2022 01:16:38 +0000 (01:16 +0000)
doc/forum/Making_git-annex_preserve_file_name__44___and_directory.mdwn [new file with mode: 0644]

diff --git a/doc/forum/Making_git-annex_preserve_file_name__44___and_directory.mdwn b/doc/forum/Making_git-annex_preserve_file_name__44___and_directory.mdwn
new file mode 100644 (file)
index 0000000..045a5b6
--- /dev/null
@@ -0,0 +1,10 @@
+Hello,
+I have recordings of skype meetings with my teammates, all stored in google-drive. I can link to them just fine, but I thought it might be interesting to have git-annex manage them. 
+
+The problem is that I have to share these recordings with team mates. I therefore can't send them the hashed, and encrypted file. 
+
+For example, if I have a file at `attachments/video.mkv`, I want to be able to store it on google-drive at `annexed-attachments/video.mkv`. I thought that [backends](https://git-annex.branchable.com/backends/) might hold the answer, but I don't think so anymore.
+
+Even a point in the right direction would be appreciated. 
+
+