Added a comment: My current workflow
authorjuh <juh@web>
Tue, 17 Nov 2015 14:48:00 +0000 (14:48 +0000)
committeradmin <admin@branchable.com>
Tue, 17 Nov 2015 14:48:00 +0000 (14:48 +0000)
doc/forum/Desktop_as_transfer_repository/comment_1_b211b8f0ab58b8e59ce31d6ed6cb3c8c._comment [new file with mode: 0644]

diff --git a/doc/forum/Desktop_as_transfer_repository/comment_1_b211b8f0ab58b8e59ce31d6ed6cb3c8c._comment b/doc/forum/Desktop_as_transfer_repository/comment_1_b211b8f0ab58b8e59ce31d6ed6cb3c8c._comment
new file mode 100644 (file)
index 0000000..afce0e5
--- /dev/null
@@ -0,0 +1,46 @@
+[[!comment format=mdwn
+ username="juh"
+ subject="My current workflow"
+ date="2015-11-17T14:47:59Z"
+ content="""
+Ok,
+
+here is my current workflow to clarify my problem:
+
+On raspberrypi:
+
+    Adding new podcasts
+    git annex sync
+
+On desktop:
+
+    git annex sync
+    git annex get --want-get
+
+New podcast content from raspberrypi is downloaded.
+
+In backup:
+
+    git annex sync
+    git annex get --want-get
+
+New podcast content from desktop is downloaded.
+
+On desktop:
+
+    git annex drop
+
+Everything on desktop is dropped.
+
+**Now the problem**
+
+Next time I do 
+
+    git annex get --want-get
+
+on **desktop** all files are downloaded again from either backup or raspberrypi.
+
+What can I do to have only content in desktop that is not in the raspberrypi repository or in the backup repository? 
+
+I thought that this is the behaviour of a transfer repository.
+"""]]