From b1d4c673acfdb01b589976421785dd4fc3774d02 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 16 Jul 2018 12:25:22 -0700 Subject: [PATCH] Updated info for rclonesync V2. --- Third-Party-Integrations-with-rclone.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Third-Party-Integrations-with-rclone.md b/Third-Party-Integrations-with-rclone.md index 7e0d04b..643a0bc 100644 --- a/Third-Party-Integrations-with-rclone.md +++ b/Third-Party-Integrations-with-rclone.md @@ -48,8 +48,8 @@ https://play.google.com/store/apps/details?id=ch.ethz.idsc.unifiedcloudstorage [PlexInTheCloud](https://github.com/chrisanthropic/PlexInTheCloud) is a series of bash scripts to install & configure: Plex, nzbget, sickrage, couchpotato, mylar, with rclone mounted Google Drive storage and full post-processing on your VPS (virtual private server). Includes a wiki with clear documentation -## RCloneSync ## -[RCloneSync.py](https://github.com/cjnaz/RCloneSync) provides bi-directional sync capability utilizing rclone. This tool was developed and debugged on Dropbox and Google Drive on Python 2.7 on Centos 7. I run it periodically as a cron job to sync the cloud services with a local drive which is Samba-served on my LAN. The official Dropbox and Drive services generally do not play well with network share drives. +## rclonesync V2 ## +[rclonesync.py](https://github.com/cjnaz/rclonesync-V2) provides bi-directional sync capability utilizing delta checks (new, newer, deleted) on the Remote and Local filesystems. Several safety checks are implemented to protect against accidental data loss, including filesystem access health checks and `--max-deletes` limits. rclonesync works with both Python 2.7 and 3.x. I run it periodically as a cron job to sync the cloud services with a local drive which is Samba-served on my LAN. Note that the official Dropbox and Drive services generally do not play well with network shared filesystems, and rclonesync solves this problem. ## RcloneOSX ## [RcloneOSX](https://github.com/rsyncOSX/rcloneosx) is a macOS GUI utilizing rclone. It is compiled with support for macOS 10.11 - 10.13. RcloneOSX executes rclone tasks as single tasks, as batch tasks and by schedule.