Updated Third Party Integrations with rclone (markdown)

Conor Williams 2019-06-13 00:23:29 +01:00
parent 3e4b7756ec
commit c1d52965bf

@ -48,24 +48,6 @@ 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
## rsinc ##
_A tiny, hackable, two-way cloud synchronisation client for Linux_
[Rsinc](https://github.com/ConorWilliams/rsinc) extends rclone to two-way / bi-directional synchronisation. Rsinc tracks file moves and saves bandwidth. Rsinc uses only file hashes and sizes to track files thus avoiding unreliable time stamps.
Features:
* Robust two-way syncing
* Tracks file moves and performs compound move/updates
* **Selective** syncing for improved speed and fine control
* Recovery mode
* Dry-run mode
* Crash detection and recovery
* Automatic first run detection and resolution
* Uses file hashes to track changes
* Case checking for clouds (OneDrive) that are case insensitive
* Detailed logging
## rclonesync V2 ##
@ -115,3 +97,23 @@ Features:
* Tested on Python 2.7.16 and 3.6.8
* No dependancies besides rclone
## rsinc ##
_A tiny, hackable, two-way cloud synchronisation client for Linux_
[Rsinc](https://github.com/ConorWilliams/rsinc) extends rclone to two-way / bi-directional synchronisation. Rsinc tracks file moves and saves bandwidth. Rsinc uses only file hashes and sizes to track files thus avoiding unreliable time stamps.
Features:
* Robust two-way syncing
* Tracks file moves and performs compound move/updates
* **Selective** syncing for improved speed and fine control
* Recovery mode
* Dry-run mode
* Crash detection and recovery
* Automatic first run detection and resolution
* Uses file hashes to track changes
* Case checking for clouds (OneDrive) that are case insensitive
* Detailed logging