From: juh Date: Tue, 17 Nov 2015 14:48:00 +0000 (+0000) Subject: Added a comment: My current workflow X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~322^2~116^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a9bda0125c7626e61425b3f1cf879afca0fa95cc;p=git-annex.git Added a comment: My current workflow --- 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 0000000000..afce0e5674 --- /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. +"""]]