unifios-utilities/rclone
John Dorman 4d25211b76 Updating Org
Signed-off-by: John Dorman <john@boostchicken.dev>
2022-06-24 08:16:09 -07:00
..
10-rclone.sh Initial commit for rclone (#216) 2021-08-26 03:47:07 -07:00
rclone Initial commit for rclone (#216) 2021-08-26 03:47:07 -07:00
README.md Updating Org 2022-06-24 08:16:09 -07: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 /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