From e24f418e3499afd1e9e529b8656a35376e69f52a Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Tue, 22 Oct 2024 11:07:59 +0300 Subject: initial commit --- home/dots/.local/bin/nextcloud-sync | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 home/dots/.local/bin/nextcloud-sync (limited to 'home/dots/.local/bin/nextcloud-sync') diff --git a/home/dots/.local/bin/nextcloud-sync b/home/dots/.local/bin/nextcloud-sync new file mode 100755 index 0000000..cb7901a --- /dev/null +++ b/home/dots/.local/bin/nextcloud-sync @@ -0,0 +1,5 @@ +#!/bin/env sh + +/usr/bin/rclone bisync storage.mccd.space:personal-db ~/personal-db +/usr/bin/rclone bisync storage.mccd.space:Articles ~/docs +/usr/bin/rclone bisync storage.mccd.space:Shared ~/shared -- cgit v1.2.3