From 887985177cb1e325f0624c6bebaf59b7332870f6 Mon Sep 17 00:00:00 2001
From: andres <andresfp14@gmail.com>
Date: Tue, 21 May 2024 14:14:50 +0200
Subject: [PATCH] adding sync example to readme

---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index 276cfaf..13f848b 100644
--- a/README.md
+++ b/README.md
@@ -169,4 +169,11 @@ rclone copy ./data remote:bucket/path
 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).
-- 
GitLab