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