summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar annexuser <annexuser@web>2013-01-13 23:26:55 +0000
committerGravatar admin <admin@branchable.com>2013-01-13 23:26:55 +0000
commit12f600dfba37ffb8ff76ee88931ac4e059b85ef9 (patch)
treea97e419ad16bd39e373a50267f5c79700b86541a
parent6ee598a2f8cfcc0c916c9ba355b8907441c60910 (diff)
-rw-r--r--doc/bugs/Allow_syncing_to_a_specific_directory_on_a_USB_remote.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/Allow_syncing_to_a_specific_directory_on_a_USB_remote.mdwn b/doc/bugs/Allow_syncing_to_a_specific_directory_on_a_USB_remote.mdwn
new file mode 100644
index 000000000..2bba743e4
--- /dev/null
+++ b/doc/bugs/Allow_syncing_to_a_specific_directory_on_a_USB_remote.mdwn
@@ -0,0 +1,9 @@
+This follows up to the [comment made by Laszlo](http://git-annex.branchable.com/design/assistant/polls/what_is_preventing_me_from_using_git-annex_assistant/#comment-f26d3b6b45bb66601ecfaa883ace161c) on the [recent poll](http://git-annex.branchable.com/design/assistant/polls/what_is_preventing_me_from_using_git-annex_assistant/).
+
+I too need to be able to select the directory on the remote drive that the annex will be synced to.
+
+If I just add a remote drive via the web app, it syncs the repository to `/mnt/usb/annex`, and it looks like it just creates a bare repository in that folder. I need the repository to be synced to something like `/mnt/usb/subfolder/myspecifiedfoldername` and I need that remote to be a full repository.
+
+My use case is that I use the USB drive to keep annexes in sync between two computers. I have multiple annexes that need to be synced between the two computers, and none of them are in a directory called `annex`. I also need to be able to plug the drive into other computers and access the files directly, without doing a `git clone` or anything like that. I have all of this setup and working fine with just plain old git annex, but the web app does not seem to support creating new repositories with this workflow.
+
+I think it makes a lot of sense to allow the web application to add a new remote that is simply a directory. People like me could specify the path of the directory to be on the mounted USB drive. Others may want to add a remote that is a mounted network share or something like that.