unifios-utilities/rclone
John Dorman df2a0f9144
moved to bash (#499)
thanks @kb9gxk
2023-02-22 21:44:27 -08:00
..
10-rclone.sh moved to bash (#499) 2023-02-22 21:44:27 -08:00
rclone moved to bash (#499) 2023-02-22 21:44:27 -08:00
README.md Auto set correct data path (#491) 2023-02-22 08:49:54 -08:00
sync.sh Initial commit for rclone (#216) 2021-08-26 03:47:07 -07:00

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 /data/rclone
    
  2. Create rclone.conf in /data/rclone and update it to meet yours needs.

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

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

  5. Execute /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