diff options
author | juh <juh@web> | 2015-11-17 14:48:00 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-11-17 14:48:00 +0000 |
commit | 4d513ba7494b947608404d2ea45f5fc0f96017e2 (patch) | |
tree | 5357f942c9fd8baa3b1e3ebeb292a04d3ba199e8 | |
parent | bcf86259b81e08dcc9ab6b4be5cb7a1869fb921b (diff) |
Added a comment: My current workflow
-rw-r--r-- | doc/forum/Desktop_as_transfer_repository/comment_1_b211b8f0ab58b8e59ce31d6ed6cb3c8c._comment | 46 |
1 files changed, 46 insertions, 0 deletions
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 index 000000000..afce0e567 --- /dev/null +++ b/doc/forum/Desktop_as_transfer_repository/comment_1_b211b8f0ab58b8e59ce31d6ed6cb3c8c._comment @@ -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. +"""]] |