summaryrefslogtreecommitdiff
path: root/home/dots/.local/bin/org-sync
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-11-28 10:58:24 +0200
committerMarc Coquand <marc@mccd.space>2024-11-28 10:58:24 +0200
commitcb4ffe132db3051ad1789b8e0f9e4884ff9a7273 (patch)
treee41f5ba6a37f3040deeeda06ec7858d85b04d8c6 /home/dots/.local/bin/org-sync
parent44b57fd1c8b630ec213c90702b53a3d5cb9b3499 (diff)
downloadguix-cb4ffe132db3051ad1789b8e0f9e4884ff9a7273.tar.gz
guix-cb4ffe132db3051ad1789b8e0f9e4884ff9a7273.tar.bz2
guix-cb4ffe132db3051ad1789b8e0f9e4884ff9a7273.zip
updates
Diffstat (limited to '')
-rwxr-xr-xhome/dots/.local/bin/org-sync2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/dots/.local/bin/org-sync b/home/dots/.local/bin/org-sync
index 674dfed..bd87a10 100755
--- a/home/dots/.local/bin/org-sync
+++ b/home/dots/.local/bin/org-sync
@@ -6,5 +6,5 @@ if $(echo $IS_CONNECTED | grep -q "disconnected")
then
echo "System is not connected to Wifi. Will not sync";
else
- ~/go/bin/rclone bisync storage:personal-db ~/personal-db;
+ ~/go/bin/rclone sync ~/personal-db storage:personal-db;
fi