/rclone_service

Scripts for installing/starting/stoping rclone as a service

Primary LanguageDartMIT LicenseMIT

A script for managing an rclone service on ubuntu.

Install rclone as a service and provides commands to start/stop rclone.

Firstly install rclone and create a remote.

Once installed run:

rclone_service install

The local mount point must be a path to an empty (or non-existant) directory.

Once the service is installed you can run:

rclone_service start

rclone_service stop