Skip to content
Snippets Groups Projects
Commit 88798517 authored by andres's avatar andres
Browse files

adding sync example to readme

parent cafe0120
No related branches found
No related tags found
No related merge requests found
...@@ -169,4 +169,11 @@ rclone copy ./data remote:bucket/path ...@@ -169,4 +169,11 @@ rclone copy ./data remote:bucket/path
rclone copy remote:bucket/path ./data rclone copy remote:bucket/path ./data
``` ```
#### Sync Data to Remote Storage
```bash
# sync from local to remote
rclone sync ./data/datasets merkur:axai/data/datasets -P --transfers=8
```
This setup ensures that you can efficiently manage your project environment, run your code in different scenarios, and handle data transfers seamlessly. For more details, refer to the [repository](https://github.com/andresfp14/example). This setup ensures that you can efficiently manage your project environment, run your code in different scenarios, and handle data transfers seamlessly. For more details, refer to the [repository](https://github.com/andresfp14/example).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment