From 1b033f36ae7485191749095f72e06e7ab6397154 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Mon, 27 May 2013 18:47:17 +0000 Subject: [PATCH 1/5] Added a comment --- ...omment_2_7268b194ba72331858bc3274996b780e._comment | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/forum/Use_local_files_instead_of_re-downloading_from_S3_remote/comment_2_7268b194ba72331858bc3274996b780e._comment diff --git a/doc/forum/Use_local_files_instead_of_re-downloading_from_S3_remote/comment_2_7268b194ba72331858bc3274996b780e._comment b/doc/forum/Use_local_files_instead_of_re-downloading_from_S3_remote/comment_2_7268b194ba72331858bc3274996b780e._comment new file mode 100644 index 0000000000..b066c85db9 --- /dev/null +++ b/doc/forum/Use_local_files_instead_of_re-downloading_from_S3_remote/comment_2_7268b194ba72331858bc3274996b780e._comment @@ -0,0 +1,11 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 2" + date="2013-05-27T18:47:17Z" + content=""" +You can also use `git annex reinject` to feed in contents of specific files, without needing to directly touch the files in the repository. + +Or, you can check all the local files into a temporary directory. Either the assistant or a manual `git annex add` will +notice if these files have the same content as files already in the repository. The files will then be available in two locations, the temp directory and wherever it was checked into your repository before. You can then delete the temp directory. +"""]] From 1cd15390a03712f0d961175f09d39860d786f3a6 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Mon, 27 May 2013 19:09:50 +0000 Subject: [PATCH 2/5] Added a comment --- ...mment_1_5e8d54daf6b7ff357619ac65fe39a2d7._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/forum/Using_Git-Annex___40__Assistant__41___to_manage_photos_with_Shotwell/comment_1_5e8d54daf6b7ff357619ac65fe39a2d7._comment diff --git a/doc/forum/Using_Git-Annex___40__Assistant__41___to_manage_photos_with_Shotwell/comment_1_5e8d54daf6b7ff357619ac65fe39a2d7._comment b/doc/forum/Using_Git-Annex___40__Assistant__41___to_manage_photos_with_Shotwell/comment_1_5e8d54daf6b7ff357619ac65fe39a2d7._comment new file mode 100644 index 0000000000..7ec8ac2fc0 --- /dev/null +++ b/doc/forum/Using_Git-Annex___40__Assistant__41___to_manage_photos_with_Shotwell/comment_1_5e8d54daf6b7ff357619ac65fe39a2d7._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 1" + date="2013-05-27T19:09:50Z" + content=""" +Mega can be used via [[/tips/megaannex]]. I don't have personal experience with it, but if you set up a repository manually using that, the assistant can use that repository just as it uses any other repository. + +git-annex at the command line is great for small local repositories that pull files from various larger remotes as needed. You just run \"git annex get\" when you want a file and \"git annex drop\" when you want to free disk space. You can also use this mode with the assistant, by configuring the local repository to be in \"manual mode\". + +By default though, the way the assistant handles this kind of use case is with `archive` directories. It tries to move any files in an archive directory away from your local disk, and it tries to get any files not in an archive directory to be locally available. So you can just move files around between directories to control where they are stored. See [[assistant/archival_walkthrough]] for details an an example video. +"""]] From eb50fa086f9258129edbf52a6bcdcdfe3131ae04 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Mon, 27 May 2013 19:14:37 +0000 Subject: [PATCH 3/5] Added a comment --- ...mment_3_acdbf92f646dbbf691621f08b3d94c26._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/forum/Securing_a_shared_ssh_server/comment_3_acdbf92f646dbbf691621f08b3d94c26._comment diff --git a/doc/forum/Securing_a_shared_ssh_server/comment_3_acdbf92f646dbbf691621f08b3d94c26._comment b/doc/forum/Securing_a_shared_ssh_server/comment_3_acdbf92f646dbbf691621f08b3d94c26._comment new file mode 100644 index 0000000000..ea48a2caf0 --- /dev/null +++ b/doc/forum/Securing_a_shared_ssh_server/comment_3_acdbf92f646dbbf691621f08b3d94c26._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 3" + date="2013-05-27T19:14:37Z" + content=""" +I am confident that it will be *easier* to install git-annex-shell on your ssh server than it will be to lock down rsync. + +All you need to do is go get the standalone linux tarball of git-annex, untar it, and add its directory to PATH. + +You can google for perl scripts that lock down rsync, but I have never been happy with any of the ones I found. +"""]] From 21177c7f9057c5a112f73feef8cd3451bc88ff55 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8" Date: Mon, 27 May 2013 21:26:21 +0000 Subject: [PATCH 4/5] --- doc/tips/skydriveannex.mdwn | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 doc/tips/skydriveannex.mdwn diff --git a/doc/tips/skydriveannex.mdwn b/doc/tips/skydriveannex.mdwn new file mode 100644 index 0000000000..1bac92c954 --- /dev/null +++ b/doc/tips/skydriveannex.mdwn @@ -0,0 +1,29 @@ +skydriveannex +========= + +Hook program for gitannex to use skydrive as backend + +# Requirements: + + python2 + python-yaml + +Credit for the Skydrive api interface goes to https://github.com/mk-fg/python-skydrive + +# Install +Clone the git repository in your home folder. + + git clone git://github.com/TobiasTheViking/skydriveannex.git + +This should make a ~/skydriveannex folder + +# Setup +Run the program once to set it up. + + cd ~/skydriveannex; python2 skydriveannex.py + +# Commands for gitannex: + + git config annex.skydrive-hook '/usr/bin/python2 ~/skydriveannex/skydriveannex.py' + git annex initremote skydrive type=hook hooktype=skydrive encryption=shared + git annex describe skydrive "the skydrive library" From bf96c07b2e9abdbb26c2f76205ddd4ad516771a4 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c" Date: Mon, 27 May 2013 22:24:44 +0000 Subject: [PATCH 5/5] Added a comment --- ...comment_4_184ad0f8c2847309632f8c18b918cd42._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/Glacier_remote_uploads_duplicates/comment_4_184ad0f8c2847309632f8c18b918cd42._comment diff --git a/doc/bugs/Glacier_remote_uploads_duplicates/comment_4_184ad0f8c2847309632f8c18b918cd42._comment b/doc/bugs/Glacier_remote_uploads_duplicates/comment_4_184ad0f8c2847309632f8c18b918cd42._comment new file mode 100644 index 0000000000..415103a014 --- /dev/null +++ b/doc/bugs/Glacier_remote_uploads_duplicates/comment_4_184ad0f8c2847309632f8c18b918cd42._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c" + nickname="Justin" + subject="comment 4" + date="2013-05-27T22:24:44Z" + content=""" +> If you're up for testing a patch, I could do it today. + +I'm happy to test a patch. I haven't successfully compiled git-annex on my Mac, which is the only computer I have for the next month or so, but it wasn't too hard to get it to work on my Linux box. +"""]]