diff options
author | anarcat <anarcat@web> | 2015-06-15 20:05:13 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-06-15 20:05:13 +0000 |
commit | 50ec8441d4b58b4cc6be9b08a0f950a5381c1301 (patch) | |
tree | bc589218663c2772349aec0d20b9a93db23d5c0a /doc | |
parent | ec1bdedc29fdb73d10c160fef6f96c9325ccf4cd (diff) |
Added a comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/s3_InternalIOException__63__/comment_4_ee791ad24d5d2c0ad4f82ecf6fc434a9._comment | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/bugs/s3_InternalIOException__63__/comment_4_ee791ad24d5d2c0ad4f82ecf6fc434a9._comment b/doc/bugs/s3_InternalIOException__63__/comment_4_ee791ad24d5d2c0ad4f82ecf6fc434a9._comment new file mode 100644 index 000000000..fd65fa8f8 --- /dev/null +++ b/doc/bugs/s3_InternalIOException__63__/comment_4_ee791ad24d5d2c0ad4f82ecf6fc434a9._comment @@ -0,0 +1,28 @@ +[[!comment format=mdwn + username="anarcat" + subject="comment 4" + date="2015-06-15T20:05:13Z" + content=""" +nevermind that: `move` doesn't actually work either, it just skipped files that seemed to have already been transfered. the remaining files are still untransferable: + +<pre> +www-data@ip-10-87-135-88:/persistent/media$ git annex move --to s3 +move video/original/a_gente_luta_-_eng_0.mov (checking s3...) (to s3...) +0% 0.0 B/s 0s + InternalIOException send: resource vanished (Broken pipe) +failed +move video/original/a_gente_luta_-_esp_0.mov (checking s3...) (to s3...) +0% 255.9KB/s 9h23m + InternalIOException send: resource vanished (Broken pipe) +failed +move video/original/kinja_iakaha_-_dvcam_en.mov (checking s3...) (to s3...) +0% 0.0 B/s 0s + InternalIOException send: resource vanished (Broken pipe) +failed +move video/original/quartet_for_deafblind_h264kbs18000_24.mov (checking s3...) (to s3...) +0% 0.0 B/s 0s + InternalIOException send: resource vanished (Broken pipe) +failed +git-annex: move: 4 failed +</pre> +"""]] |