From 2a71936785dc548309f875bea3b916b52ea0f565 Mon Sep 17 00:00:00 2001 From: Matheus Albino Date: Thu, 7 Mar 2024 14:23:07 -0300 Subject: [PATCH] Add files rclone-sync-google-drive.sh and rclone-sync-nextcloud.sh in scripts/shell --- scripts/shell/rclone-sync-google-drive.sh | 6 ++++++ scripts/shell/rclone-sync-nextcloud.sh | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100755 scripts/shell/rclone-sync-google-drive.sh create mode 100755 scripts/shell/rclone-sync-nextcloud.sh diff --git a/scripts/shell/rclone-sync-google-drive.sh b/scripts/shell/rclone-sync-google-drive.sh new file mode 100755 index 0000000..371dc9d --- /dev/null +++ b/scripts/shell/rclone-sync-google-drive.sh @@ -0,0 +1,6 @@ +#!/bin/zsh + +SYNCS_PATH=/mnt/e/home/Documents/Sync/ + +rclone copy --progress --drive-skip-gdocs --fast-list --transfers=25 --checkers=50 gdrive-zakdragonbites: $SYNCS_PATH/gdrive-zakdragonbites +rclone copy --progress --drive-skip-gdocs --fast-list --transfers=25 --checkers=50 $SYNCS_PATH/gdrive-zakdragonbites gdrive-zakdragonbites: diff --git a/scripts/shell/rclone-sync-nextcloud.sh b/scripts/shell/rclone-sync-nextcloud.sh new file mode 100755 index 0000000..04ff4da --- /dev/null +++ b/scripts/shell/rclone-sync-nextcloud.sh @@ -0,0 +1,6 @@ +#!/bin/zsh + +SCRIPTS_PATH=/mnt/e/home/Documents/Sync/ + +rclone copy ---progress --transfers=25 --checkers=50 $SYNCS_PATH/nextcloud-pudimxyz-cloud nextcloud-pudimxyz-cloud: +rclone copy --progress --transfers=25 --checkers=50 nextcloud-pudimxyz-cloud: $SYNCS_PATH/nextcloud-pudimxyz-cloud