diff options
author | Joey Hess <joey@kitenet.net> | 2012-07-19 13:19:32 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-07-19 13:19:32 -0400 |
commit | 5868aada92e58b48e869f08693fb0832eced15ff (patch) | |
tree | 32c35fbd56765c21fb3febea5c75fc0dce38ab5d /doc | |
parent | c99710a31009820a80d99c8502ba2470b924dc1d (diff) | |
parent | c6e6521209bda076545c08d06af2d70c741aa510 (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc')
2 files changed, 16 insertions, 0 deletions
diff --git a/doc/forum/__34__next_time_Im_online_I_would_like_to_have_file_x_y_z__34__.mdwn b/doc/forum/__34__next_time_Im_online_I_would_like_to_have_file_x_y_z__34__.mdwn new file mode 100644 index 000000000..a5492dc86 --- /dev/null +++ b/doc/forum/__34__next_time_Im_online_I_would_like_to_have_file_x_y_z__34__.mdwn @@ -0,0 +1,5 @@ +git-annex is seriously cool, however I havent figured out an important detail: +in the short presentation Richard Hartmann mentions the Nomad use case and says "... next time Im online I would like to have file x y z ... " +How can this be achieved exactly? If I do a git annex copy/get then it will want to do it instantly, not queuing it. +thanks a lot! +Aron diff --git a/doc/forum/__34__next_time_Im_online_I_would_like_to_have_file_x_y_z__34__/comment_1_bfeb1446dee4d2f52ef25fabfb8cc8f6._comment b/doc/forum/__34__next_time_Im_online_I_would_like_to_have_file_x_y_z__34__/comment_1_bfeb1446dee4d2f52ef25fabfb8cc8f6._comment new file mode 100644 index 000000000..0789316dc --- /dev/null +++ b/doc/forum/__34__next_time_Im_online_I_would_like_to_have_file_x_y_z__34__/comment_1_bfeb1446dee4d2f52ef25fabfb8cc8f6._comment @@ -0,0 +1,11 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo" + nickname="Justin" + subject="comment 1" + date="2012-07-19T14:41:39Z" + content=""" +What I do for this is maintain a `todo` directory and `cp -a` + `git annex add` files I want to download into this directory. +the `cp -a` maintains the symlinks and `git annex add` fixes them if needed. + +Also this works the same way if the situation is reversed and the machine you want to download the files onto is not online. You can add files to the `todo` directory on the server, then once the client machine is online do a `git annex sync` + `git annex get todo`. +"""]] |