All Projects → rhummelmose → rclonesyncservice

rhummelmose / rclonesyncservice

Licence: other
Bash script for continuous, safe synchronization from a local volume to an rclone remote.

Programming Languages

shell
77523 projects

rclonesyncservice

Bash shell script for continuous, safe synchronization from paths on a mounted volume to an rclone remote.

Installation

Install using Homebrew from command line:

$ brew install rhummelmose/formulae/rclonesyncservice

Usage

Use rclonesyncservice from command line:

$ rclonesyncservice --frequency 5 --source Drobo5N --destination GSuite --paths "Movies, Movies (Temp), TV Shows, TV Shows (Temp)"

The above command will continuously synchronize the paths Movies, Movies (Temp), TV Shows and TV Shows (Temp), from a mounted source volume for which the path contains the string Drobo5N to a destination rclone remote called GSuite. After synchronization it will pause for 5 seconds, because we passed the frequency argument, that will otherwise default to 60 seconds.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].