iterative / dvc

🦉 ML Experiments and Data Management with Git
https://dvc.org
Apache License 2.0
13.36k stars 1.16k forks source link

Can I push to remote with different path? #10392

Closed BigFaceBoy closed 2 months ago

BigFaceBoy commented 2 months ago

I want to track my different platform file in my repo, and I don`t want to add remote with every platform.Is there any way that i can push files to different path, and I just add remote with bucket root path?

dberenbaum commented 2 months ago

DVC usually tracks the file inside your repo and relative to the repo directory, so it should not be platform-specific. Then you configure one or multiple remote storage locations where you push backups of those files.