From def7e001c64301d305907016c9a132d828d5f7b7 Mon Sep 17 00:00:00 2001 From: Ilya_Shlyakhter Date: Mon, 7 Jun 2021 14:45:35 +0000 Subject: [PATCH] Added a comment: keeping connected files together --- ...comment_4_a33437b28ea7fc74eb221d90efaec487._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/forum/How_to_keep_connected_files_with_another__63__/comment_4_a33437b28ea7fc74eb221d90efaec487._comment diff --git a/doc/forum/How_to_keep_connected_files_with_another__63__/comment_4_a33437b28ea7fc74eb221d90efaec487._comment b/doc/forum/How_to_keep_connected_files_with_another__63__/comment_4_a33437b28ea7fc74eb221d90efaec487._comment new file mode 100644 index 0000000000..73139ec723 --- /dev/null +++ b/doc/forum/How_to_keep_connected_files_with_another__63__/comment_4_a33437b28ea7fc74eb221d90efaec487._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="Ilya_Shlyakhter" + avatar="http://cdn.libravatar.org/avatar/1647044369aa7747829c38b9dcc84df0" + subject="keeping connected files together" + date="2021-06-07T14:45:35Z" + content=""" +One other option is to `tar` up each movie and all associated files into one archive, and annex that. + +There's a [special remote in DataLad](https://github.com/datalad/datalad/blob/master/datalad/customremotes/archives.py) for accessing individual files inside annexed archives, though I guess in your case you'd normally want all files anyway. +"""]]