mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
4a1d6f11b3
* 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 |
||
---|---|---|
.. | ||
10-rclone.sh | ||
rclone | ||
README.md | ||
sync.sh |
Rclone
Features
- Rclone w/ WebGUI
Requirements
- You have successfully setup the on boot script described here
Steps
-
Make a directory for your configuration
mkdir -p /mnt/data/rclone
-
Create rclone.conf in
/mnt/data/rclone
and update it to meet yours needs. -
Copy sync.sh in
/mnt/data/rclone
and update it to meet your needs. -
Copy 10-rclone.sh to
/mnt/data/on_boot.d
and update it to meet your needs. -
Execute
/mnt/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
.
Customization
-
Login to run rclone commands locally to create and test configs
podman exec -ti rclone /bin/sh