What do I suppose to do with the existing cache dir after dvc cache dir ../../my_shared_cache? Probably I should copy it to the new one (cp -r .dvc/cache/* ../../my_shared_cache && rm -rf .dvc/cache ).
Is there any reason why the command does not do that by default (or through some option like --carry-over)?
What do I suppose to do with the existing cache dir after
dvc cache dir ../../my_shared_cache? Probably I should copy it to the new one (cp -r .dvc/cache/* ../../my_shared_cache && rm -rf .dvc/cache).Is there any reason why the command does not do that by default (or through some option like
--carry-over)?