- Rclone w/ WebGUI
- You have successfully setup the on boot script described here
-
Make a directory for your configuration
mkdir -p /data/rclone
-
Create rclone.conf in
/data/rclone
and update it to meet yours needs. -
Copy sync.sh in
/data/rclone
and update it to meet your needs. -
Copy 10-rclone.sh to
/data/on_boot.d
and update it to meet your needs. -
Execute
/data/on_boot.d/10-rclone.sh
-
Execute
podman logs rclone
, this will provide a link to the Web GUI. -
Copy rclone in
/etc/cron.hourly/
. -
Set permissions to executable
chmod x /etc/cron.hourly/rclone
.
-
Login to run rclone commands locally to create and test configs
podman exec -ti rclone /bin/sh