diff options
author | http://joeyh.name/ <joey@web> | 2013-05-27 19:09:50 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-05-27 19:09:50 +0000 |
commit | 40d5cc29c41447bc651864f0932fd19429040d23 (patch) | |
tree | a1a3c0886612fd1edb4b2d30b496f776a1aba9f3 | |
parent | d888bcf4557623576608b5d62334c855c8a5829c (diff) |
Added a comment
-rw-r--r-- | doc/forum/Using_Git-Annex___40__Assistant__41___to_manage_photos_with_Shotwell/comment_1_5e8d54daf6b7ff357619ac65fe39a2d7._comment | 12 |
1 files changed, 12 insertions, 0 deletions
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 000000000..7ec8ac2fc --- /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. +"""]] |