From 2fba8ded77ccc1e9d03bd2a9fc87db6e47a51938 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 15 Aug 2022 12:39:19 -0400 Subject: [PATCH] comment --- ...ment_1_e81f72bfe678e2aceded518338be1473._comment | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/forum/Back_up_videos_to_youtube__63__/comment_1_e81f72bfe678e2aceded518338be1473._comment diff --git a/doc/forum/Back_up_videos_to_youtube__63__/comment_1_e81f72bfe678e2aceded518338be1473._comment b/doc/forum/Back_up_videos_to_youtube__63__/comment_1_e81f72bfe678e2aceded518338be1473._comment new file mode 100644 index 0000000000..3d77260f98 --- /dev/null +++ b/doc/forum/Back_up_videos_to_youtube__63__/comment_1_e81f72bfe678e2aceded518338be1473._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2022-08-15T16:23:30Z" + content=""" + + git-annex migrate --remove-size --backend=WORM foo + git-annex addurl --fast --file=foo https://www.youtube.com/... + +The migrate step makes git-annex stop caring about what the hash or +size of the file is, so it will accept whatever gets downloaded from +youtube. + """]]