dvc status --remote
#9832
Labels
awaiting response
we are waiting for your reply, please respond! :)
dvc status --remote
#9832
Hello,
my team and I are currently utilzing a dvc pipeline that checks if all data is pushted to the remote storage. This is currently done by pulling all data and then run
dvc status -q
. Pulling all data is slow, especially if you are storing many images. A faster way would be to only download all.dir
cache files and just verify the existence of the respective hashes on the remote server, not having to spend much time on downloading all the files.Ideally
dvc status --remote
ordvc status -r
would do such a check for me.The text was updated successfully, but these errors were encountered: