diff options
author | https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo <Justin@web> | 2012-07-19 14:41:40 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-07-19 14:41:40 +0000 |
commit | c6e6521209bda076545c08d06af2d70c741aa510 (patch) | |
tree | 40d697cad5f14e2dab928ff1aebcdf4c3265e9b9 | |
parent | 2771187f0184699a611e0231ecb4858050150d80 (diff) |
Added a comment
-rw-r--r-- | doc/forum/__34__next_time_Im_online_I_would_like_to_have_file_x_y_z__34__/comment_1_bfeb1446dee4d2f52ef25fabfb8cc8f6._comment | 11 |
1 files changed, 11 insertions, 0 deletions
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`. +"""]] |