unifios-utilities/rclone/README.md
StealthCT 4a1d6f11b3
Path references for boostchicken-dev and forks (#341)
* Fix Github references from boostchicken to boostchicken-dev

* Download CNI bridge script from upstream rather than fork

The remote_install.sh script was retrieving the 05-cni-bridge.sh script
from gtrabanco's fork, rather than the main repository.

* Rename 05-cni-bridge.sh to 06-cni-bridge.sh
2022-03-25 06:08:14 -07:00

992 B

Rclone

Features

  • Rclone w/ WebGUI

Requirements

  1. You have successfully setup the on boot script described here

Steps

  1. Make a directory for your configuration

    mkdir -p /mnt/data/rclone
    
  2. Create rclone.conf in /mnt/data/rclone and update it to meet yours needs.

  3. Copy sync.sh in /mnt/data/rclone and update it to meet your needs.

  4. Copy 10-rclone.sh to /mnt/data/on_boot.d and update it to meet your needs.

  5. Execute /mnt/data/on_boot.d/10-rclone.sh

  6. Execute podman logs rclone, this will provide a link to the Web GUI.

  7. Copy rclone in /etc/cron.hourly/.

  8. Set permissions to executable chmod +x /etc/cron.hourly/rclone.

Customization

  1. Login to run rclone commands locally to create and test configs

    podman exec -ti rclone /bin/sh